-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open .NIF file (failed to load block number) #64
Comments
There may have been a regression in nifxml, I'll take a look. |
Alright is there a fix for it? |
No, not yet. The latest nifxml had some changes to the specification that I didn't know about and it affects NiDataStream reading. I will have to find a way to compensate for it. You can however revert that part of nif.xml if you want. Change: <field name="Data" type="DataStreamData" arg1="Num Bytes" arg2="Component Formats" /> to <field name="Data" type="byte" binary="true" length="Num Bytes" /> Should be around Line 7200. |
Alright thank you. I will try it and see if it works :) |
I cannot open this file for some reason, it gives me the error: failed to load block number 16 (NiDataStream) previous block was NiMaterialProperty, I am currently using Nifskopes latest version and for debugging purposes I attached the file here too.
Moskvoretsky_bridge.zip
The text was updated successfully, but these errors were encountered: