This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Draakbeest

Pages: [1]
1
I get this error when importing! Am I doing something wrong?

Code: [Select]
Traceback (most recent call last):
  File "C:Program FilesBlender FoundationBlender2.70scriptsaddonsio_scene_wmo__init__.py", line 65, in execute
    import_wmo.read(self.filepath)
  File "C:Program FilesBlender FoundationBlender2.70scriptsaddonsio_scene_wmoimport_wmo.py", line 51, in read
    group.Read(f)
  File "C:Program FilesBlender FoundationBlender2.70scriptsaddonsio_scene_wmowmo_group.py", line 71, in Read
    self.mobr.Read(f)
  File "C:Program FilesBlender FoundationBlender2.70scriptsaddonsio_scene_wmowmo_format.py", line 1125, in Read
    self.Header.Read(f)
  File "C:Program FilesBlender FoundationBlender2.70scriptsaddonsio_scene_wmowmo_format.py", line 17, in Read
    self.Magic = f.read(4)[0:4].decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 0: ordinal not in range(128)

location: <unknown location>:-1

Pages: [1]