question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

Sample.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
REDxEYEcommented, Jun 28, 2020

New mdl parser only supports V48/V49

1reaction
REDxEYEcommented, Jul 30, 2019

Should be fixed in latest version

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found