https://bugs.winehq.org/show_bug.cgi?id=31135
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |ABANDONED Summary|Hoodwink game does not |Hoodwink (adventure game) |start |crashes on startup
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving 'abandoned' since OP didn't bother to respond.
The attached log is mostly useless. There is too much trace messages corruption due to multi-threading.
Partial reconstruction:
--- snip --- ... 0009:Call KERNEL32.LoadLibraryA(00160ff0 "Newton.dll") ret=005e6830 ... 0009:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=005e6830 0009:Call msvcrt.free(00160fe0) ret=005e6838 ... 0009:Ret msvcrt.free() retval=00000001 ret=005e6838 ... 0009:Call ntdll.memcpy(00177b1e,006bf344,00000038) ret=00486091 0009:Ret ntdll.memcpy() retval=00177b1e ret=00486091 ... 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x58dc9b ... 0009:trace:seh:raise_exception info[1]=00000038 0009:trace:seh:raise_exception eax=00000000 ebx=00177b00 ecx=00b1fd7c edx=00177b00 esi=0016afd0 edi=7bc10000 ... es=0023 fs=1007 gs=000f flags=00010246 ... 0009:trace:seh:call_vectored_handlers calling handler at 0xb41e10 code=c0000005 flags=0 ... 0009:trace:seh:call_vectored_handlers handler at 0xb41e10 returned 0
0009:trace:seh:call_stack_handlers calling handler at 0x7bc7c070 code=c0000005 flags=0 ... 0009:Call user32.GetActiveWindow() ret=004013f3 ... 0009:Ret user32.GetActiveWindow() retval=00010060 ret=004013f3 ... _VIOLATION",006e80c7 "Windows exception",00000000) ret=004013fb --- snip ---
Always use 'append' mode when providing logs.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./foo.exe >>log.txt 2>&1 --- snip ---
(bonus: start a builtin prior to "warmup" the prefix, reducing noise from prefix bootstrapping)
Tidbit (vendor):
--- quote --- Please note that Hoodwink does not support Microsoft(R) Windows(R) 95/98/NT/2000. Hoodwink also does not support Intel HD graphic cards. --- quote ---
Regards