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

cnc_ddraw verb wrong dll override? #2316

Open
FunkyFr3sh opened this issue Jan 3, 2025 · 0 comments
Open

cnc_ddraw verb wrong dll override? #2316

FunkyFr3sh opened this issue Jan 3, 2025 · 0 comments

Comments

@FunkyFr3sh
Copy link

FunkyFr3sh commented Jan 3, 2025

Just been looking through the script and noticed a possible issue. cnc-ddraw is being copied into the system folder (which is fine, wine should use it now by default). However, then a dll override is added (native,builtin) that forces wine to load ddraw.dll from the game folder rather than the one from the system folder. Is there any reason why it's set up like this or is it a bug?

https://github.com/Winetricks/winetricks/blob/master/src/winetricks#L5484

The result is now that if you install a game from steam/gog that is shipped with a ddraw.dll that isn't working in wine then cnc_ddraw would actually not fix the issue because of the override.

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

No branches or pull requests

1 participant