http://bugs.winehq.org/show_bug.cgi?id=35164
Bug ID: 35164 Summary: Quake Live standalone installer crashes Product: Wine Version: 1.7.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexandru.balut@gmail.com Classification: Unclassified
Created attachment 46908 --> http://bugs.winehq.org/attachment.cgi?id=46908 terminal log
The installer seems to die when running the vcredist_x86.exe executable it previously copies into "Program Files (x86)/Quake Live/redist/".
When running vcredist_x86.exe from the command line it also crashes with a similar stacktrace: $ wine vcredist_x86.exe /quiet /norestart
http://bugs.winehq.org/show_bug.cgi?id=35164
--- Comment #1 from Alex Balut alexandru.balut@gmail.com --- Created attachment 46909 --> http://bugs.winehq.org/attachment.cgi?id=46909 Screenshot
http://bugs.winehq.org/show_bug.cgi?id=35164
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |RESOLVED URL| |http://cdn.quakelive.com/as | |sets/2013121703/QuakeLiveSe | |tup_840.exe CC| |focht@gmx.net Resolution|--- |INVALID Summary|Quake Live standalone |Quake Live Standalone |installer crashes |Client: Microsoft Visual | |C++ 2010 x86 | |redistributable | |sub-installer crashes Severity|minor |normal
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello,
I can't reproduce this, the installer works fine here.
Your crash originates from the 'Microsoft Visual C++ 2010 x86 Redistributable' sub-installer.
Several messages in your log strongly indicate you have a broken Wine installation (for example 'libxml2' is missing on your host).
Please fix this before reporting further bugs! It can cause all kinds of problems and makes bug reports possibly invalid.
--- snip --- ... err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\windows\system32\msxml3.dll" err:ole:create_server class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x17 err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\windows\system32\msxml3.dll" err:ole:create_server class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x17 fixme:advapi:LsaOpenPolicy ((null),0x33ead8,0x00000001,0x33eac4) stub fixme:advapi:LsaClose (0xcafe) stub wine: Unhandled exception 0xe06d7363 in thread 28 at address 0x7b83b47e (thread 0028), starting debugger... ... 00000024 vcredist_x86.exe 00000026 0 00000025 0 00000027 (D) C:\58d3c93e95786e120f\Setup.exe 00000028 0 <== --- snip ---
$ sha1sum QuakeLiveSetup_840.exe 843d1542bccaaf1bd46bee0acec95d4bfdfc898b QuakeLiveSetup_840.exe
$ du -sh QuakeLiveSetup_840.exe 5.8M QuakeLiveSetup_840.exe
$ wine --version wine-1.7.8-258-g15b3ff2
Regards
http://bugs.winehq.org/show_bug.cgi?id=35164
--- Comment #3 from Alex Balut alexandru.balut@gmail.com --- Installing lib32-libxml2 fixed the problem. Thanks!
It seems a lot of wine's lib* dependencies are optional on Arch Linux: https://www.archlinux.org/packages/multilib/x86_64/wine/
http://bugs.winehq.org/show_bug.cgi?id=35164
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to comment #3)
Installing lib32-libxml2 fixed the problem. Thanks!
It seems a lot of wine's lib* dependencies are optional on Arch Linux: https://www.archlinux.org/packages/multilib/x86_64/wine/
You should file a bug with Arch about that. At least gnutls, libxml2, libjpeg-turbo and libpng are usually needed.
http://bugs.winehq.org/show_bug.cgi?id=35164
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.