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

wine-32bit still reports version 8.3, even though 8.7 is supposedly installed #43740

Closed
camthesaxman opened this issue May 4, 2023 · 2 comments
Labels
bug Something isn't working needs-testing Testing a PR or reproducing an issue needed

Comments

@camthesaxman
Copy link

Is this a new report?

Yes

System Info

Void 6.1.15_1 x86_64 GenuineIntel notuptodate hold rrrmDFFFFFF

Package(s) Affected

wine-32bit-8.7_1

Does a report exist for this bug with the project's home (upstream) and/or another distro?

No response

Expected behaviour

wine and wine-32bit are both version 8.7_1, so wine --version and wine64 --version should both report version 8.7. Because of this, I cannot run winecfg or any programs in wine. The following error appears.

wine client error:0: version mismatch 762/761.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?

Actual behaviour

wine --version (the 32-bit one) reports wine-8.3 even though I have version 8.7_1 installed. wine64 --version does in fact report wine-8.7.

Steps to reproduce

  1. Remove both the wine and wine-32bit packages if installed. xbps-remove wine wine-32bit
  2. Install them again. xbps-install -S followed by xbps-install wine wine-32bit
  3. Attempt to run winecfg. You cannot due to a version mismatch.
  4. Run wine --version and wine64 --version. The versions are different somehow.
@camthesaxman camthesaxman added bug Something isn't working needs-testing Testing a PR or reproducing an issue needed labels May 4, 2023
@classabbyamp
Copy link
Member

can't repro this

$ wine --version
wine-8.7
$ wine64 --version
wine-8.7
$ xbps-query -s wine
[*] wine-8.7_1            Run Microsoft Windows applications
[*] wine-32bit-8.7_1      Run Microsoft Windows applications (32bit)

@camthesaxman
Copy link
Author

After updating wine-libs, it works correctly. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-testing Testing a PR or reproducing an issue needed
Projects
None yet
Development

No branches or pull requests

2 participants