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

Duplicate files detected #31

Open
GarompaEstomper opened this issue Mar 28, 2021 · 1 comment
Open

Duplicate files detected #31

GarompaEstomper opened this issue Mar 28, 2021 · 1 comment
Labels

Comments

@GarompaEstomper
Copy link

This error comes up when there are a lot of files involved. There are no missing files reported and I attempt to create a zip to get rid of the unused files, but it fails. I always take the map with all its files away to another folder in my desktop to create the res files so resguy does not involve the entire svencoop folder. So far it always worked.

ERROR:
Duplicate filename on disk:
sound\lastunic\ambience\appel.wav
sound\lastunic\ambience\appel.wav
Cleaning up... Done
Archive creation failed! Try a different option.

There are obviously no duplicates.

@wootguy wootguy added the bug label Mar 30, 2021
@GarompaEstomper
Copy link
Author

Bumping this for important info. Just found out a fix for it, which also showed me what was wrong. This happens whenever a file reference inside the .bsp entity list differs in lowercase or uppercase from the actual file path. The fix is rename the file again, or ripent the .bsp to rename the reference accordingly.

Example:
Inside the .ent file of a .bsp you have "sound\lastunic\ambience\Appel.wav"
Outside of it, in the actual folder with the files you have "appel.wav"

The wrong part is that resguy prints the thing always in lowercase so you can't know the difference, you have to look for it ;)

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

No branches or pull requests

2 participants