Error on old model import
See original GitHub issue File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\__init__.py", line 61, in execute
importer.load()
File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\mdl\mdl2model.py", line 63, in load
self.model.read()
File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\mdl\source_model.py", line 47, in read
self.mdl.read()
File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\mdl\mdl_readers\mdl_v48.py", line 14, in read
self.read_bones()
File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\mdl\mdl_readers\mdl_v48.py", line 40, in read_bones
SourceMdlBone().read(self.reader, self.file_data)
File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\data_structures\mdl_data.py", line 667, in read
reader.read_ascii_string)
File "C:\blenderfolder\2.80\scripts\addons\SourceIO-master\byte_io_mdl.py", line 211, in read_from_offset
raise OffsetOutOfBounds()
SourceIO-master.byte_io_mdl.OffsetOutOfBounds
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Error importing old model file: "Object reference not set to an ...
When importing an older model file, the following error message is generated: "Object reference not set to an instance of an object".
Read more >In Python/Flask, why would "from models import Result" cause ...
My guess here is that when you're using import models or even from models import * , you're importing from another package called...
Read more >Import Error - Anaplan Community
I am receiving an error 'Illegal Argument' while importing data from the saved view of the module to the same actual module within...
Read more >How to FIX the Importer Reported a GENERIC ERROR in ...
... FILE IMPORT FAILURE - The Importer Reported a GENERIC ERROR - How ... Follow along if you are unable to LINK MEDIA...
Read more >About Model Import and Compilation errors (Migration from ax ...
So we surprised to see that, the variable showing error in the log file is actually present there. We did check the old...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
New mdl parser only supports V48/V49
Should be fixed in latest version