-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Freezes in game after repacking DC #26
Comments
Can you please confirm whether this happens only with unpack followed by pack or also with the repack command? That would help narrow down whether it's an issue in the data center code or the XML/XSD layer. |
The |
I checked the |
Thanks, I'll take a closer look. |
I can reproduce the issue. Given that a direct disk-to-memory-to-disk repack works fine, my hunch is that we're failing to apply attribute keys when packing from XML/XSD. This would explain why some things in the game are super slow - no keys means many common data center queries slow to a crawl. |
This is indeed the problem. Trying to figure out why... |
@justkeepquiet Give e2110a7 a try. It fixes the issue on patch 115 for me. |
That fixed on 100.02 too. Thank you. |
Related to #25
I also confirm this problem.
The problem appears after repacking, even if no changes have been made to the files. There are no errors during unpacking/packing.
The text was updated successfully, but these errors were encountered: