-
Notifications
You must be signed in to change notification settings - Fork 4
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
failed to build row hash table #11
Comments
What game version and language are those BDAT files for? It seems that you have a duplicate row in the Passing hashes should not make a difference, the collision happens on a row ID and the hash file does not affect row IDs. I suspect the error is simply eaten by something else (and the command doesn't seem to complete) |
2.2.0 and the files in gb, which should be English. |
Is the file straight from the game or was it modified? The copy I have only has one row with a label of The duplicate key check first appeared in 0.5.0 (the latest version), is there a chance it was modified with an older one and exported with a duplicate row ID? |
I dont know why, but I keep getting this error and as a result everything gets extracted except for system.bdat
"thread '' panicked at src\table\modern.rs:328:35:
failed to build row hash table: duplicate key Hash(2344178646)"
Screenshot attached.
![Screenshot 2024-05-15 210621](https://github.com/RoccoDev/bdat-rs/assets/107454360/208c1c6f-249b-4f3a-92ea-777156eab9eb)
The text was updated successfully, but these errors were encountered: