http://bugs.winehq.org/show_bug.cgi?id=20111
Summary: FlatOut Ultimate Carnage quits silently Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nwarrenfl@gmail.com
When trying to run the game, Wine outputs the following:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f8bc,0x00000000), stub! fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4 {9a5ea990-3034-4d6f-9128-01f3c61022bc} 0x33f7ac fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4 {9a5ea990-3034-4d6f-9128-01f3c61022bc} 0x33f758 fixme:actctx:FindActCtxSectionGuid 00000001 (null) 4 {9a5ea990-3034-4d6f-9128-01f3c61022bc} 0x33f0cc
However the game didn't start at all and quits. To be able to find the problem (i hope), i've attached a debug log with all debug channels.
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #1 from Warren Dumortier nwarrenfl@gmail.com 2009-09-20 14:34:08 --- The attachment failed, so the file can be downloaded here: http://privatepaste.com/download/2epK3xQl8i
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #2 from Warren Dumortier nwarrenfl@gmail.com 2009-11-15 11:31:15 --- This still doesn't work with Wine 1.1.33.
This is the output when running the launcher (crack required): fixme:win:EnumDisplayDevicesW ((null),0,0x33f7b4,0x00000000), stub! err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
This seems to correspond to CLSID_GameExplorer from NSIS (http://nsis.sourceforge.net/Game_explorer) Thanks to winspool to have found this, it seems this is only available in Vista+, so this is not the real problem i presume, as the game is XP-compatible.
To debug further, i made a debug log with +all: http://nwarrenfl.open-web.fr/ganjup/fouc-dbg.log.tar.gz
Any suggestions are welcome in order to find the cause! ;)
http://bugs.winehq.org/show_bug.cgi?id=20111
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-15 12:09:39 --- (In reply to comment #2)
This still doesn't work with Wine 1.1.33.
This is the output when running the launcher (crack required): fixme:win:EnumDisplayDevicesW ((null),0,0x33f7b4,0x00000000), stub! err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
This seems to correspond to CLSID_GameExplorer from NSIS (http://nsis.sourceforge.net/Game_explorer) Thanks to winspool to have found this, it seems this is only available in Vista+, so this is not the real problem i presume, as the game is XP-compatible.
To debug further, i made a debug log with +all: http://nwarrenfl.open-web.fr/ganjup/fouc-dbg.log.tar.gz
Any suggestions are welcome in order to find the cause! ;)
Please attach a WINEDEBUG=+relay,+seh,+tid log, and not a +all log
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #4 from Warren Dumortier nwarrenfl@gmail.com 2009-11-15 13:19:01 --- Thanks for the reply, my bad, here is the new debug log: http://nwarrenfl.open-web.fr/ganjup/fouc-debug2.log.tar.gz
http://bugs.winehq.org/show_bug.cgi?id=20111
Don myheadblewoff@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |myheadblewoff@hotmail.com
--- Comment #5 from Don myheadblewoff@hotmail.com 2009-11-26 04:41:01 --- Seeing the same sort of thing here with the direct2drive version -- linux 2.6.29 | nvidia 9400gt | wine-1.1.33...
Using nvidia 185.18.36 drivers, this title 'silently' crashes.
After upgrading to nvidia 190.42 drivers, the wine crash/error popup appears.
WINEDEBUG=+relay,+seh,+tid wine launcher.exe &> run.log
The above 'run.log' can be downloaded from;
http://rapidshare.com/files/312415791/run.log.bz2.html
Don
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-26 09:13:13 --- Created an attachment (id=24964) --> (http://bugs.winehq.org/attachment.cgi?id=24964) hack
(In reply to comment #5)
Seeing the same sort of thing here with the direct2drive version -- linux 2.6.29 | nvidia 9400gt | wine-1.1.33...
Does the attached hack change anything?
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #7 from Warren Dumortier nwarrenfl@gmail.com 2009-11-26 11:49:42 --- Strange, i just reinstalled the game, even without your hack and now it complains about missing xlive.dll, but i can't install it as it requires .NET 3.5 for the installer and simply copying the dll didn't work.
Will try using winetricks and the xlive installer.
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-26 12:19:31 --- (In reply to comment #7)
Strange, i just reinstalled the game, even without your hack and now it complains about missing xlive.dll, but i can't install it as it requires .NET 3.5 for the installer and simply copying the dll didn't work.
Will try using winetricks and the xlive installer.
Hi Warren, that hack was for Don with his "direct2drive version ". I noticed his log is different from yours. I'll have another look at your log , but i couldn't really figure out anything atm from it :(
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #9 from Don myheadblewoff@hotmail.com 2009-11-26 14:38:42 --- (In reply to comment #6)
Created an attachment (id=24964)
--> (http://bugs.winehq.org/attachment.cgi?id=24964) [details]
hack
(In reply to comment #5)
Seeing the same sort of thing here with the direct2drive version -- linux 2.6.29 | nvidia 9400gt | wine-1.1.33...
Does the attached hack change anything?
Hi Louis,
That hack didn't improve things any, but the trace will be different obviously.
WINEDEBUG=+relay,+seh,+tid wine launcher.exe &> patch1-run.log
The above log can be downloaded from;
http://rapidshare.com/files/312631888/patch1-run.log.bz2.html
Regards,
Don
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #10 from Warren Dumortier nwarrenfl@gmail.com 2010-05-13 12:57:53 --- As this bug is still not fixed i tried to find the cause on my own without any luck. I made a new debug log using Wine 1.1.44 (see attachments). Can someone have a look and try to find the cause?
http://bugs.winehq.org/show_bug.cgi?id=20111
--- Comment #11 from Warren Dumortier nwarrenfl@gmail.com 2010-05-13 12:58:22 --- Created an attachment (id=27932) --> (http://bugs.winehq.org/attachment.cgi?id=27932) Debug log against Wine 1.1.44
http://bugs.winehq.org/show_bug.cgi?id=20111
Lauri Niskanen ape@ape3000.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ape@ape3000.com
--- Comment #12 from Lauri Niskanen ape@ape3000.com 2010-09-04 01:51:47 CDT --- Still not working with Wine 1.3.2.
http://bugs.winehq.org/show_bug.cgi?id=20111
W3ird_N3rd mailme667@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mailme667@yahoo.co.uk
--- Comment #13 from W3ird_N3rd mailme667@yahoo.co.uk 2011-01-13 17:58:39 CST --- You could install .NET using winetricks (although I don't know if you can install 3.5). For xlive you could try xliveless.
http://bugs.winehq.org/show_bug.cgi?id=20111
Alexey barasher@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #14 from Alexey barasher@yandex.ru 2011-08-12 16:39:43 CDT --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=20111
Axper Jan tdsbug@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tdsbug@gmail.com
--- Comment #15 from Axper Jan tdsbug@gmail.com 2013-10-31 11:45:48 CDT --- Still doesn't work with 1.7.5
http://bugs.winehq.org/show_bug.cgi?id=20111
Christopher Larson kergoth@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kergoth@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=20111
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |DUPLICATE Summary|FlatOut Ultimate Carnage |FlatOut Ultimate Carnage |quits silently |quits silently (needs named | |pipe message mode)
--- Comment #16 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 17273
First it needs XLive redist/XLiveless:
--- snip --- $ wine ./launcher.exe err:module:import_dll Library xlive.dll (which is needed by L"C:\Program Files\FlatOut Ultimate Carnage\Fouc.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\FlatOut Ultimate Carnage\Fouc.exe" failed, status c0000135 --- snip ---
Relevant part of trace log:
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./launcher.exe >>log.txt 2>&1 ... 0023:Call KERNEL32.CreateNamedPipeW(01b0fac8 L"\\.\pipe\00000022",40080003,00000006,00000001,00000400,00000400,00001388,01b0fa9c) ret=004021ce 0023:Ret KERNEL32.CreateNamedPipeW() retval=00000048 ret=004021ce ... 0023:Call KERNEL32.CreateThread(00000000,00000000,00401540,002415e0,00000000,00000000) ret=0040115a 0023:Ret KERNEL32.CreateThread() retval=00000050 ret=0040115a 0023:Call shell32.ShellExecuteExW(01b0fb44) ret=00e3a036 ... 0024:Starting thread proc 0x401540 (arg=0x2415e0) 0024:Call KERNEL32.ConnectNamedPipe(00000048,00241624) ret=00401924 ... 0024:Call KERNEL32.WaitForMultipleObjects(00000002,0024163c,00000000,ffffffff) ret=0040757b ... 0023:Call KERNEL32.CreateProcessW(00000000,01b0e798 L"Fouc.exe -fromlauncher",00000000,00000000,00000000,00000410,00000000,0012c120 L"C:\Program Files\FlatOut Ultimate Carnage\",01b0de50,01b0de40) ret=7ebcb07a ... 0026:Call KERNEL32.__wine_kernel_init() ret=7bc5a432 0023:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7ebcb07a ... 0023:Ret shell32.ShellExecuteExW() retval=00000001 ret=00e3a036 0023:Call KERNEL32.WaitForSingleObject(00000060,ffffffff) ret=00e3a055 ... 0026:Call KERNEL32.CreateFileW(0033f8f4 L"\\.\pipe\00000022",c0000000,00000000,00000000,00000003,40000000,00000000) ret=0066942a 0026:Ret KERNEL32.CreateFileW() retval=000000b4 ret=0066942a 0026:Call KERNEL32.SetNamedPipeHandleState(000000b4,0033f8ec,00000000,00000000) ret=0066944f 0026:Ret KERNEL32.SetNamedPipeHandleState() retval=00000000 ret=0066944f ... 0026:Call KERNEL32.ExitProcess(ffffffff) ret=0064efce --- snip ---
Tidbit: the game is protected with SecuROM 7.37.xxx (works)
--- snip --- -=[ ProtectionID v0.6.5.5 OCTOBER]=- (c) 2003-2013 CDKiLLER & TippeX Build 31/10/13-21:09:09 Ready... Scanning -> c:\Program Files\FlatOut Ultimate Carnage\launcher.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 5544088 (0549898h) Byte(s) -> File Appears to be Digitally Signed @ Offset 0548C48h, size : 0C50h / 03152 byte(s) -> File has 3144 (0C48h) bytes of appended data starting at offset 0548000h [File Heuristics] -> Flag : 00000100000000000000000000000101 (0x04000005) [Entrypoint Section Entropy] : 6.62 [Debug Info] Characteristics : 0x0 | TimeDateStamp : 0x48314DDD | MajorVer : 0 / MinorVer : 0 -> (0.0) Type : 2 -> CodeView | Size : 0x55 (85) AddressOfRawData : 0x9E201C | PointerToRawData : 0x4CE01C CvSig : 0x53445352 | SigGuid BDFA7F70-3333-43C6-A979171ED030AB3F Age : 0x8 | Pdb : d:\depot\Projects\FoucPC\RippleLauncher\release\launcher.pdb
[!] SecuROM Detected - Version 07.37.0007 [CompilerDetect] -> Visual C++ 8.0 (Visual Studio 2005) - Scan Took : 0.492 Second(s) [0000001ECh tick(s)] [533 scan(s) done] --- snip ---
$ wine --version wine-1.7.18-92-gb01fc1a
Regards
*** This bug has been marked as a duplicate of bug 17273 ***
https://bugs.winehq.org/show_bug.cgi?id=20111
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Austin English austinenglish@gmail.com --- Closing.