https://bugs.winehq.org/show_bug.cgi?id=38615
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Drakensang Demo crashes on |DSA: Drakensang Demo fails |startup and no debugging |to start, reports 'XACT |output is generated |Error after | |IXACTEngine::Initialize: | |unknown error code - maybe | |not an XACT error' Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Drakensang - DEMO
$ WINEDEBUG=+tid,+seh,+relay wine ./drakensang.exe >>log.txt 2>&1 ... 0029:Call KERNEL32.CreateFileA(05a50718 "C:\Program Files\Drakensang - DEMO\drakensang_2015-05-24_00-11-33.dmp",40000000,00000001,00000000,00000002,00000080,00000000) ret=00a0208c 0029:Ret KERNEL32.CreateFileA() retval=00000184 ret=00a0208c 0029:Call dbghelp.MiniDumpWriteDump(ffffffff,00000028,00000184,00000000,00000000,00000000,00000000) ret=00a02174 ... 0029:Ret dbghelp.MiniDumpWriteDump() retval=00000001 ret=00a02174 ... 0029:Call user32.MessageBoxA(00000000,01e5dc2c "XACT Error after IXACTEngine::Initialize: unknown error code - maybe not an XACT error?\n!",05a44278 "bin:Drakensang Demo - 0.3.2008-07-31-17.56.14-Release",00050010) ret=009bb0dc ... 0029:Ret user32.MessageBoxA() retval=00000001 ret=009bb0dc ... 0029:Call user32.MessageBoxA(00000000,00e30b68 "Runtime Error!\n\nProgram: C:\Program Files\Drakensang - DEMO\drakensang.exe\n\n\r\nThis application has requested the Runtime to terminate it in an unusual way.\nPlease contact the application's support team for more information.\r\n",00a70ec0 "Microsoft Visual C++ Runtime Library",00012010) ret=0057a4d8 ... 0029:Ret user32.MessageBoxA() retval=00000001 ret=0057a4d8 0029:Call ntdll.RtlDecodePointer(e0aabdf0) ret=00568c5b 0029:Ret ntdll.RtlDecodePointer() retval=00000000 ret=00568c5b 0029:Call KERNEL32.SetUnhandledExceptionFilter(00000000) ret=00563b75 0029:Ret KERNEL32.SetUnhandledExceptionFilter() retval=00a021bc ret=00563b75 0029:Call KERNEL32.UnhandledExceptionFilter(01e5e5c4) ret=00563b7f wine: Unhandled exception 0x40000015 in thread 29 at address 0x6ccc7f (thread 0029), starting debugger... 0029:trace:seh:start_debugger Starting debugger "winedbg --auto 40 92" 0029:Ret KERNEL32.UnhandledExceptionFilter() retval=00000000 ret=00563b7f ... 0029:Call KERNEL32.ExitProcess(00000003) ret=00566cee ... --- snip ---
Google for that XACT error message and enjoy the read (mostly german forums).
--- quote --- The debugger starts but generates no backtrace. --- quote ---
That's another Wine insufficiency, see bug 24038 for explanation.
$ sha1sum Drakensang_DEMO_setup_GERMAN.zip c94cba0f24ec9fbccc22e96479de6a6757f9eafb Drakensang_DEMO_setup_GERMAN.zip
$ du -sh Drakensang_DEMO_setup_GERMAN.zip 491M Drakensang_DEMO_setup_GERMAN.zip
$ wine --version wine-1.7.43-123-g90ed96a
Regards