http://bugs.winehq.org/show_bug.cgi?id=9581
--- Comment #15 from Dmitry Karasik dmitry@karasik.eu.org 2007-09-11 06:53:45 --- Today's 6.2-STABLE steps one bit further, but not far really. Winecfg worked(!), some other apps too, but far not all of them. The one among these is (native wine) notepad.exe:
dk@gromit ~> wine ~/.wine/drive_c/windows/notepad.exe err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems wine: Unhandled page fault on read access to 0x000000a1 at address 0x9caa2b3e (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x000000a1 in 32-bit code (0x9caa2b3e). file_set_error: Bad address file_set_error: Bad address Register dump: CS:0033 SS:003b DS:003b ES:003b FS:1007 GS:001b EIP:9caa2b3e ESP:0034ea78 EBP:0034ea78 EFLAGS:00010202( - 00 - -RI1) EAX:9ca45030 EBX:9ca449e8 ECX:00000009 EDX:9ca440e4 ESI:00000000 EDI:7bf17800 Stack dump: 0x0034ea78: 0034f0c8 9ca04d4b 00000009 9ca45030 0x0034ea88: 9ca45034 00000000 9c13d060 00000000 0x0034ea98: 00000000 00000010 9c11b46f 7bf28480 0x0034eaa8: 9bf085c9 9c0689a3 9c0689a3 9cb626c6 0x0034eab8: 9bf08559 9cb637f8 00000b1e 01000000 0x0034eac8: 9bf26018 9bf2e070 0034e6d0 0034eb14 0200: sel=1007 base=00112000 limit=00001fff 32-bit rw- Backtrace: =>1 0x9caa2b3e (0x0034ea78) 2 0x9ca04d4b (0x0034f0c8) 3 0x9ca1f1db (0x0034f278) 4 0x9ca2da7a (0x0034f2a8) 5 0x9c17c809 (0x0034f2c8) 6 0x9c17e852 (0x0034f348) 7 0x9c17ea71 (0x0034f378) 8 0x9c180ae7 (0x0034f398) 9 0x9c252134 in kernel32 (+0x42134) (0x0034f5f8) 10 0x9c252369 in kernel32 (+0x42369) (0x0034f618) 11 0x9c252437 in kernel32 (+0x42437) (0x0034f638) 12 0x9c252463 in kernel32 (+0x42463) (0x0034f658) 13 0x9c663298 (0x0034f7d8) 14 0x9c65db6a (0x0034fa78) 15 0x9c554752 (0x0034fb18) 16 0x9c554dfa (0x0034fb78) 17 0x9c556e60 (0x0034fc08) 18 0x9c5574bc (0x0034fca8) 19 0x9c55766b (0x0034fce8) 20 0x9c54d896 (0x0034fd18) 21 0x9c54d8e0 (0x0034fd28) 22 0x9c5aed08 (0x0034fda8) 23 0x9c5bfea6 (0x0034fdd8) 24 0x9c17c809 (0x0034fdf8) 25 0x9c17e852 (0x0034fe78) 26 0x9c17ea71 (0x0034fea8) 27 0x9c17eaf4 (0x0034fec8) 28 0x9c17eaf4 (0x0034fee8) 29 0x9c17eaf4 (0x0034ff08) 30 0x9c17eaf4 (0x0034ff28) 31 0x9c180d86 (0x0034ff68) 32 0x9c25ce33 in kernel32 (+0x4ce33) (0x0034ffe8) 0x9caa2b3e: movl 0x98(%ecx),%edx Modules: Module Address Debug info Name (12 modules) PE 9c150000-9c154000 Deferred ntdll PE 9c210000-9c27c000 Export kernel32 PE 9c310000-9c328000 Deferred notepad PE 9c340000-9c39f000 Deferred comdlg32 PE 9c3e0000-9c448000 Deferred shell32 PE 9c4d0000-9c4d6000 Deferred shlwapi PE 9c530000-9c541000 Deferred user32 PE 9c640000-9c644000 Deferred gdi32 PE 9c6d0000-9c6d4000 Deferred advapi32 PE 9c700000-9c711000 Deferred comctl32 PE 9c7b0000-9c7b6000 Deferred winspool PE 9c7e0000-9c820000 Deferred msvcrt Threads: process tid prio (all id:s are in hex) 00000008 (D) c:\windows\system32\notepad.exe 00000009 0 <==
I don't know if this backtrace makes any sense, so if you tell me how to recompile wine with debug info I'll do that and repost.