https://bugs.winehq.org/show_bug.cgi?id=53161
Bug ID: 53161 Summary: winemenubuilder not found/unable to execute on 64-bit bottles Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: melroy@melroy.org Distribution: ---
When I try to run the shipped Wine application called 'winemenubuilder' using a 64-bit wine bottle.
I execute: wine winemenubuilder
The result is:
Application could not be started, or no application associated with the specifie d file. ShellExecuteEx failed: File not found.
However, when I try to execute the exact command on a 32-bit bottle (meaning I'm using the WINEARCH=win32 environment variable during the bottle creation). I'm actually able to execute the winemenubuilder command without error message.
Other programs like winecfg do just work fine with the 64-bit bottle. As far as I know it's only happening now with winemenubuilder.
https://bugs.winehq.org/show_bug.cgi?id=53161
Melroy melroy@melroy.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64
https://bugs.winehq.org/show_bug.cgi?id=53161
Melroy melroy@melroy.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=53161
--- Comment #1 from Melroy melroy@melroy.org --- So winemenubuilder.exe is indeed not located in the syswow64 folder. But only in system32.
https://bugs.winehq.org/show_bug.cgi?id=53161
--- Comment #2 from Melroy melroy@melroy.org --- Created attachment 72600 --> https://bugs.winehq.org/attachment.cgi?id=72600 WINEDEBUG=warn+all wine winemenubuilder
Showing you that winemenubuilder.exe can indeed not be found within the syswow64 folder.
https://bugs.winehq.org/show_bug.cgi?id=53161
Melroy melroy@melroy.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=53161
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- (In reply to Melroy from comment #1)
So winemenubuilder.exe is indeed not located in the syswow64 folder. But only in system32.
I believe winemenubuilder.exe is 64-bit only on purpose. There's no need to have both a 32-bit and 64-bit version because it's an internal utility.
You should start it like this:
$ wine64 winemenubuilder
https://bugs.winehq.org/show_bug.cgi?id=53161
--- Comment #4 from Melroy melroy@melroy.org --- Uhm. I see.
https://bugs.winehq.org/show_bug.cgi?id=53161
Melroy melroy@melroy.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED Keywords|regression |
--- Comment #5 from Melroy melroy@melroy.org --- Not a bug, but a feature ;)
https://bugs.winehq.org/show_bug.cgi?id=53161
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Gijs Vermeulen gijsvrm@gmail.com --- Closing INVALID.