https://bugs.winehq.org/show_bug.cgi?id=39668
Bug ID: 39668 Summary: Desktop file points to wine not wine64 Product: Wine-staging Version: 1.8-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: decedion@gmail.com CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
I've compiled and installed wine 64bits from git sources. But when I try to execute the menu entry it doesn't appear because the .desktop file points to wine: 'Exec=wine start /unix %f' when it should point to 'Exec=wine64 start /unix %f'.
https://bugs.winehq.org/show_bug.cgi?id=39668
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |-unknown Product|Wine-staging |Wine
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- I assume you encountered this problem because you have compiled only a 64-bit version, without corresponding 32-bit counterpart. This is not a valid configuration. By design Wine only supports two configurations:
- pure 32-bit wine builds - combined 32-bit (wow64) and 64-bit build
You can find more information about building Wine here: http://wiki.winehq.org/BuildingWine#head-51fce0c42b765db8e28b8e2d26a1ca2ea7d...
I also moved this to the Wine product because I don't see anything Wine Staging specific here.
https://bugs.winehq.org/show_bug.cgi?id=39668
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #2 from Austin English austinenglish@gmail.com --- Likely invalid. Did you only compile wine64 and not wine32?
https://bugs.winehq.org/show_bug.cgi?id=39668
--- Comment #3 from Juan Simón decedion@gmail.com --- In several parts of that wiki says things like: "This kind of subcomponent, nicknamed WoW64 (for Windows on Windows 64-bit), is also implemented in Wine to solve the exact same problem. Without it, a 64-bit version of Wine in isolation will only run 64-bit programs, and likewise for a 32-bit build."
I've installed the 64b only version and it works.
https://bugs.winehq.org/show_bug.cgi?id=39668
Aaron Franke arnfranke@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arnfranke@yahoo.com
--- Comment #4 from Aaron Franke arnfranke@yahoo.com --- Is this still an issue in Wine 2.6?
https://bugs.winehq.org/show_bug.cgi?id=39668
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEEDINFO |RESOLVED
--- Comment #5 from Matteo Bruni matteo.mystral@gmail.com --- 64-bit-only Wine is not supported.
https://bugs.winehq.org/show_bug.cgi?id=39668
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com --- Closing.