Skip to content
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

Some ULD files are parsed incorrectly and fail #25

Open
goaaats opened this issue May 9, 2021 · 2 comments
Open

Some ULD files are parsed incorrectly and fail #25

goaaats opened this issue May 9, 2021 · 2 comments
Labels
bug Something isn't working file parsing Parsing game data files

Comments

@goaaats
Copy link
Collaborator

goaaats commented May 9, 2021

Samples:

  • ui/uld/macro.uld fails with System.IO.EndOfStreamException: 'Unable to read beyond the end of the stream.'.
  • ui/uld/jobhudsam1.uld fails with System.OutOfMemoryException.
@goaaats goaaats added bug Something isn't working file parsing Parsing game data files labels May 9, 2021
@slotthhy
Copy link
Collaborator

@Taezen Does #48 close this?

@Taezen
Copy link
Contributor

Taezen commented Jul 22, 2022

It atleast fixes the mentioned exceptions. SE changed the structs in ComponentData and NodeData a few times without changing the version in the PartHeader. So the file may be parsed incorrectly nonetheless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working file parsing Parsing game data files
Projects
None yet
Development

No branches or pull requests

3 participants