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

DEBUG CHECK: Missing HeadEnt table #490

Closed
Trakias opened this issue Dec 1, 2024 · 7 comments
Closed

DEBUG CHECK: Missing HeadEnt table #490

Trakias opened this issue Dec 1, 2024 · 7 comments

Comments

@Trakias
Copy link

Trakias commented Dec 1, 2024

I modified advdup2 to Rev4 instead of 5, because the server I use only accepts this version of files, but when I try to save a duplicate, it gives this error. The file is created, but when I try to open it, it says: File could not be decoded. (Missing HeadEnt table) Upload Canceled.

What should I do to solve this?

@thegrb93
Copy link
Contributor

thegrb93 commented Dec 1, 2024

Can you give more info about the modification?

@Trakias
Copy link
Author

Trakias commented Dec 25, 2024

image
I just modified this line, because from what I understood, it was possible to change the advdup Rev this way. But when I use it, I can't save anything, the created file is corrupted.
It was 5, and I set it to 4, which is the version that the server I play on uses.

@Denneisk
Copy link
Member

Denneisk commented Dec 25, 2024

I believe this doesn't work—AdvDupe2 only contains multiple deserializer (loading) revisions. For the serializer (saving), you're still using revision 5, but it's now being mislabeled as revision 4. You'd need to install an older version of AdvDupe2 or modify the serializer to conform to the revision (I could be wrong but I think the only difference is how the data is formatted).

@thegrb93
Copy link
Contributor

thegrb93 commented Dec 25, 2024

Yeah, I think Denneisk is right. Why you even doing this in the first place?

@Trakias
Copy link
Author

Trakias commented Dec 28, 2024

As I said, the server I play on uses this Rev4 version of AdvDup, so if I want to build a single player build and transfer it to the server, I can't, and the tool even crashes if I try to transfer a Rev5 file to advdup Rev4.
Could I have a version prior to Rev5?

@thegrb93
Copy link
Contributor

It's 6 years old. The server should update.

https://github.com/wiremod/advdupe2/archive/d06b7e1f7f19ebb0edfd2fb1be94e2b79654febf.zip

@Trakias
Copy link
Author

Trakias commented Dec 28, 2024

Thanks for help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants