https://bugs.winehq.org/show_bug.cgi?id=40769
Bug ID: 40769 Summary: Installation of Windows software crashes Product: Wine Version: 1.9.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: vojtech.zeisek@opensuse.org Distribution: ---
Created attachment 54670 --> https://bugs.winehq.org/attachment.cgi?id=54670 Backtrace of the crash
I have an older version of paid software shipped together with laboratory engine. It was originally developed for Windows XP 32 bit. Installation crashes, but if I copy installed version from Windows 7, it works. I run openSUSE Tumbleweed.
https://bugs.winehq.org/show_bug.cgi?id=40769
vojtech.zeisek@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |SUSE
https://bugs.winehq.org/show_bug.cgi?id=40769
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Keywords| |Installer
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- It looks like winemenubuilder is crashing. It may or may not be the problem because there seems to be more than one crash, try disabling it by running it like:
WINEDLLOVERRIDES="winemenubuilder.exe=d" wine SETUP.EXE
https://bugs.winehq.org/show_bug.cgi?id=40769
--- Comment #2 from vojtech.zeisek@opensuse.org --- It crashes in the same place:
WINEDLLOVERRIDES="winemenubuilder.exe=d" wine SETUP.EXE wine: cannot find L"C:\windows\system32\winemenubuilder.exe" err:wineboot:ProcessRunKeys Error running cmd L"C:\windows\system32\winemenubuilder.exe -a -r" (2) fixme:service:scmdatabase_autostart_services Auto-start service L"HOSTNT" failed to start: 3 wine: cannot find L"C:\windows\system32\winemenubuilder.exe" wine: cannot find L"C:\windows\system32\winemenubuilder.exe"
https://bugs.winehq.org/show_bug.cgi?id=40769
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- There is no crash in your pasted log, please read http://wiki.winehq.org/FAQ#get_log and attach the result.
Is there any reason to use Windows 7 instead of the default XP?
https://bugs.winehq.org/show_bug.cgi?id=40769
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #4 from fjfrackiewicz@gmail.com --- I see this in the very bottom of the backtrace:
Wine build: wine-1.9.11 Platform: x86_64 Version: Windows 7 Host system: Linux Host version: 4.6.0-1-default
The original description states that the program was designed for Windows XP 32 bit.
Perhaps we should first create a 32 bit prefix and run the program in Windows XP mode? Just a guess though...
https://bugs.winehq.org/show_bug.cgi?id=40769
--- Comment #5 from vojtech.zeisek@opensuse.org --- I tried, but it is the same. Also, copying of installed program into Windows 7 Wine works.