http://bugs.winehq.org/show_bug.cgi?id=30276
Bug #: 30276 Summary: Steam installer crashes after clicking first Next button Product: Wine Version: 1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: packagemonkey@yahoo.com Classification: Unclassified
Created attachment 39550 --> http://bugs.winehq.org/attachment.cgi?id=39550 backtrace from SteamInstall.msi
I've been unable to install Steam for some time, across multiple versions of Wine dating back maybe six months. Current version is 1.4. I run the installer, downloaded from the Steam site, as follows:
$ wine msiexec /i SteamInstall.msi
It starts the installer and displays the first dialog, with Next and Cancel buttons. When I click Next, it crashes with the attached backtrace.
In trying again to check a few things for this bug report, I noticed it says:
+----------------------------------------+ | Steam Setup + +----------------------------------------+ | Resuming the Steam Installation Wizard | | | | Are you ready to have the Installation | | Wizard continue the installation? | | | +----------------------------------------+ | | Next> | | Cancel | | +----------------------------------------+
So possibly the problem is with leftovers from a previous installation attempt. I don't know how to clear them out, though.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #1 from Austin English austinenglish@gmail.com 2012-03-26 02:43:25 CDT --- Does `winetricks corefonts` help?
Also try a clean WINEPREFIX: $ mv ~/.wine ~/.wine.bak $ msiexec /i SteamInstall.msi
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #2 from Michael Hill packagemonkey@yahoo.com 2012-03-26 08:43:46 CDT --- Hmmmm... I know I've done the corefonts thing before, although that might have been in a different Wine installation (I have an old legacy Cedega installation and two Wine directories, all on the same box, which I am trying to consolidate).
Running the installer in a fresh directory (I set WINEPREFIX to a temp dir) did result in being able to click through a few screens after the first. I will see if corefonts helps.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #3 from Michael Hill packagemonkey@yahoo.com 2012-03-30 03:43:47 CDT --- Come to think of it, doesn't the fact that running the installer in a brand new (i.e., previously nonexistent) directory show that lack of corefonts wasn't the problem? In any event, I ran "winetricks corefonts" and it still crashes.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #4 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-30 08:29:18 CDT --- Use new wineprefix (as in non-existing directory). Run installer. If it still fails, attach complete terminal output.
Of course you have to make sure that your Wine is properly compiled with known good GCC version.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #5 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 01:39:58 CDT --- Comment on attachment 39550 --> http://bugs.winehq.org/attachment.cgi?id=39550 backtrace from SteamInstall.msi
Yes, I have the same problem. I am using Linux Mint 15 KDE 64 bit. Recently I wanted to replace Ubuntu 12.04 LTS, on which I could install Steam Windows installer without any problem. I am including my very short output of terminal application for your convenience (as attachment).
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #6 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 01:43:45 CDT --- Created attachment 45645 --> http://bugs.winehq.org/attachment.cgi?id=45645 response from the terminal application when I launched the exe file with wine
This is what I received in the terminal window, hope it helps somebody to help fix the problem.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #7 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 01:46:52 CDT --- Comment on attachment 45645 --> http://bugs.winehq.org/attachment.cgi?id=45645 response from the terminal application when I launched the exe file with wine
Note that I had to convert the original MSI format file into the corresponding EXE format by a converter I found in the internet. wine command in the terminal does not like MSI files as it is not recognized as an EXE file. I have also Q4Wine and it can run the unmodified MSI file, with the same result. I will also include the message from the log facility of Q4Wine for your convenience (as attachment).
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #8 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 01:50:51 CDT --- Created attachment 45646 --> http://bugs.winehq.org/attachment.cgi?id=45646 Log from Q4Wine 1.0 r2 about running SteamInstaller.exe (converted from SteamInstaller.msi)
Here is how Q4Wine 1.0r2 responded to executing SteamInstaller.exe (converted from SteamInstaller.msi).
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2013-08-18 01:52:21 CDT --- (In reply to comment #7)
Comment on attachment 45645 [details] response from the terminal application when I launched the exe file with wine
Note that I had to convert the original MSI format file into the corresponding EXE format by a converter I found in the internet. wine command in the terminal does not like MSI files as it is not recognized as an EXE file. I have also Q4Wine and it can run the unmodified MSI file, with the same result. I will also include the message from the log facility of Q4Wine for your convenience (as attachment).
You don't need to do this, instead use 'wine msiexec /i <package.msi>'. Also consider updating to version 1.7.0 which is the latest development release.
http://bugs.winehq.org/show_bug.cgi?id=30276
Barbaros Akkurt bakkurt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bakkurt@gmail.com
--- Comment #10 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 02:12:22 CDT --- Thank you for your reply. Meanwhile I was playing with the 1.5 version of wine, which managed to run the SteamInstall.exe file without problems. I have installed the Steam Windows engine. I will make a mental note about launching MSI packages with the command you advised.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #11 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 03:18:12 CDT --- Created attachment 45647 --> http://bugs.winehq.org/attachment.cgi?id=45647 Steam installer worked, but I have a window with no text on it.
I have installed Steam engine successfully, but Steam.exe does not work properly; it has no text on the window.
http://bugs.winehq.org/show_bug.cgi?id=30276
--- Comment #12 from Barbaros Akkurt bakkurt@gmail.com 2013-08-18 04:00:53 CDT --- I performed a search within the WineHQ database and found this URL, which really helped me solve the problem: http://appdb.winehq.org/objectManager.php?sClass=version&iId=19444 I executed the EXE file with the recommended options and everything seem to be perfect.
http://bugs.winehq.org/show_bug.cgi?id=30276
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=30276
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://media.steampowered.c | |om/client/installer/SteamSe | |tup.exe CC| |focht@gmx.net Resolution|--- |FIXED
--- Comment #13 from Anastasius Focht focht@gmx.net --- Hello folks,
since the original issue with the .msi installer is no longer present (OP started to mix in unrelated bugs), resolving 'fixed'.
Regards
https://bugs.winehq.org/show_bug.cgi?id=30276
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.17.