http://bugs.winehq.org/show_bug.cgi?id=2919
------- Additional Comments From bigblackpapa@hotmail.com 2005-11-05 14:40 ------- Oh... It's awful...
$ WINEDEBUG=+relay,+seh $ export WINEDEBUG $ echo $WINEDEBUG +relay,+seh $ wine Setup.exe 0009:Call kernel32.__wine_kernel_init() ret=77ecce0e Segmentation fault
I don't know where you heard about "seh", I don't find it on my man page.
If I use "WINEDEBUG=relay" I got the same thing. With "WINEDEBUG=warn+all" I got a long trace that look like that:
$ wine Setup.exe warn:ntdll:NtCreateFile L"\??\C:" not found (c0000034) warn:file:CreateFileW Unable to create file L"\\.\C:" (status c0000034) warn:ntdll:NtCreateFile L"\??\D:" not found (c0000034) warn:file:CreateFileW Unable to create file L"\\.\D:" (status c0000034) warn:ntdll:NtCreateFile L"\??\G:" not found (c0000034) warn:file:CreateFileW Unable to create file L"\\.\G:" (status c0000034) warn:ntdll:NtCreateFile L"\??\H:" not found (c0000034) ... (continue like that for a while) ... warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/bbp/.wine/dosdevices/c:/windows/system warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/bbp/.wine/dosdevices/c:/windows WineDbg starting on pid 0x8 fixme:dbghelp:SymLoadModule Should have successfully loaded debug information for image C:\RivenCD1\Setup.exe Unhandled exception: page fault on read access to 0x77c2c702 in 32-bit code (102f:00000982). In 32 bit mode. Register dump: CS:102f SS:11f7 DS:11f7 ES:11f7 FS:003b GS:0033 EIP:00000982 ESP:7f29382c EBP:0000383e EFLAGS:00210206( - 00 - RIP1) EAX:000000b4 EBX:00000014 ECX:00000400 EDX:000011f7 ESI:00000000 EDI:000011f6 Stack dump: 0x11f7:0x382c: 05b7 11df 00b4 0000 2042 11f6 0000 0000 0x11f7:0x383c: 0000 3855 08c7 11df 11f6 0000 0000 0000 0x11f7:0x384c: 11f7 0000 0000 0000 0001 0315 11ef 11f7 Backtrace: =>1 0x102f:0x00000982 code_segment in kernel32 (0x11f7:0x383e) 2 0x11df:0x08c7 (0x11f7:0x3854) 3 0xf711:0xef03 (0x11f7:0x0000) 0x102f:0x00000982 code_segment+0x982 in kernel32: pushw %bp Modules: Module Address Debug info Name (55 modules) ELF 0x7779d000-777d8000 Deferred advapi32<elf> -PE 0x777b0000-777d8000 \ advapi32 ... (we don't care about librairies output) ... ELF 0xb7fc1000-b7fd9000 Deferred libwine.so.1 ELF 0xb7fea000-b8000000 Deferred ld-linux.so.2 Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\RivenCD1\Setup.exe 0000000a 0 <== 00000009 0 WineDbg terminated on pid 0x8 warn:profile:PROFILE_FlushFile No current profile!
It's looking for a lot of librairies that are not found: ... warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/bbp/.wine/dosdevices/c:/windows warn:file:wine_nt_to_unix_file_name L"ntdll.dll" not found in /home/bbp/.wine/dosdevices/c:/windows/system ... Did I have to copy all those librairies to the folder where wine is looking for??
Thanks
Bbp