-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
wineStaging: fix mingwSupport #107916
wineStaging: fix mingwSupport #107916
Conversation
Result of 1 package failed to build:
18 packages built:
|
Airwave is already broken on target branch, so no biggie. |
7c9b8ad
to
1fb875c
Compare
@Metadark I can start up WoW, but the screen sadly remains black. Audio works. Keybinds on the login screen seem to work as well. I'm on wayland with amdgpu. Are you applying anything else to your wine prefix? How did you set it up? Just |
@mweinelt I just launched it from Lutris with this configuration:
I'm also using amdgpu on wayland (specifically with sway & an RX 590) |
Hmm weird, I just tried launching with:
and I'm getting the same issue. I wonder what Lutris is adding that's causing it to load properly 🤔 . |
@mweinelt I disabled |
Just FYU dxvk don't work on old GPU . Also I plan to switch to mingw as default at some point after 6.0 release. |
@avnik Once staging-next is merged into master, stripping will be re-enabled on Wine, so there won't be an overhead with debug symbols anymore. |
Works like a charm. Thank you. |
Motivation for this change
Fix mingwSupport for staging builds of wine. See #103102.
@mweinelt I was able to get WoW running with:
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)@avnik @bendlas @7c6f434c @cawilliamson