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

wmp9 on 64 bit prefix not working on Wine 5.7 or newer #1562

Closed
rodrigo21 opened this issue Jun 12, 2020 · 6 comments
Closed

wmp9 on 64 bit prefix not working on Wine 5.7 or newer #1562

rodrigo21 opened this issue Jun 12, 2020 · 6 comments
Assignees

Comments

@rodrigo21
Copy link
Contributor

rodrigo21 commented Jun 12, 2020

Since this change wmp9 install on 64 bit prefix fails.

I think it's because winecfg cannot set windows version to be win2k on 64 bit prefix.

@rmi1974
Copy link

rmi1974 commented Jun 24, 2020

Correct, Windows XP is the minimum version requirement for 64-bit WINEPREFIX. Everything below requires a 32-bit WINEPREFIX via WINEARCH=win32

There should be a blocker condition for recipes that need to set WinVer < Window XP to require a 32-bit WINEPREFIX.

@austin987
Copy link
Contributor

Actually, wmp9 installer supports winxp, so this is fixable. Others should get blockers though, yes.

@austin987 austin987 self-assigned this Aug 11, 2020
@kozross
Copy link

kozross commented Aug 29, 2020

Curious if this is still an issue, or whether it's been fixed, but no new release has been cut with this fix?

@austin987
Copy link
Contributor

Still an issue; I have a fix committed locally, but haven't pushed things yet (testing/rebasing things).

@austin987
Copy link
Contributor

I'm still splitting/testing, but if you're able, please test with:
https://raw.githubusercontent.com/austin987/winetricks/wip/src/winetricks

branch is at:
https://github.com/austin987/winetricks/tree/wip

There's still work to be done on the w_package_broken* bits before I push any of it, but it's close to ready, so I'd like others to test before I push anything.

@austin987
Copy link
Contributor

This was fixed by 80e77ba.

Though note that it's broken in newer wine, see https://bugs.winehq.org/show_bug.cgi?id=52772

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

4 participants