Trying to run any program in wine (even a program that doesn't exist, like notepad.exe) gives a page fault error. I think this is because I'm running dual head, and may have something to do with my video card, which is a ATI FireGL V3100. Here's the debug output: $ winedbg notepad.exe Invoking /usr/lib/wine/wine.bin winedbg.exe notepad.exe ... WineDbg starting on pid 000a First chance exception: page fault on read access to 0xffffffff in 32- bit code (0x7e6a7169). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:ffff GS:003b EIP:7e6a7169 ESP:0034ef20 EBP:0034ef98 EFLAGS:00010283( - 00 - RIS1C) EAX:7e6c3280 EBX:7e6c053c ECX:00000000 EDX:00000000 ESI:7e6c8ba8 EDI:7c0365e8 Stack dump: 0x0034ef20: 7c02b738 0034ef88 0034ef80 00000000 0x0034ef30: 00000400 0034ef84 00000033 00593001 0x0034ef40: 00000000 000002b4 00000000 00000000 0x0034ef50: 7e6c3280 00000000 7e6bde9f 00000026 0x0034ef60: 00000059 7c0181c8 7e6c8d60 b7eb5bae 0x0034ef70: 00000001 00000000 7e541d70 0034ef5c Backtrace: =>1 0x7e6a7169 xinerama_init+0x359() in winex11 (0x0034ef98) 2 0x7e69d3ff in winex11 (+0x4d3ff) (0x0034f0e8) 3 0x7e6adab5 in winex11 (+0x5dab5) (0x0034f108) 4 0x7bc381a5 call_dll_entry_point+0x15() in ntdll (0x0034f128) 5 0x7bc394c9 in ntdll (+0x294c9) (0x0034f1d8) 6 0x7bc3997d in ntdll (+0x2997d) (0x0034f218) 7 0x7bc3b907 LdrLoadDll+0x87() in ntdll (0x0034f248) 8 0x7b86151b in kernel32 (+0x4151b) (0x0034f498) 9 0x7b86171c LoadLibraryExW+0x4c() in kernel32 (0x0034f4c8) 10 0x7b861841 LoadLibraryExA+0x41() in kernel32 (0x0034f4e8) 11 0x7b861879 LoadLibraryA+0x29() in kernel32 (0x0034f508) 12 0x7eca27a0 DRIVER_load_driver+0x1c0() in gdi32 (0x0034f678) 13 0x7ec9e26e CreateDCW+0x6e() in gdi32 (0x0034f928) 14 0x7ed6ab1f CreateIconFromResourceEx+0x45f() in user32 (0x0034f9d8) 15 0x7ed6b4cf in user32 (+0x2b4cf) (0x0034fa38) 16 0x7ed6ba3d LoadImageW+0x42d() in user32 (0x0034fae8) 17 0x7ed6c173 LoadImageA+0x53() in user32 (0x0034fbc8) 18 0x7ed6c412 LoadCursorA+0x42() in user32 (0x0034fbf8) 19 0x7ed61f95 in user32 (+0x21f95) (0x0034fc28) 20 0x7ed61fed CLASS_RegisterBuiltinClasses+0x1d() in user32 (0x0034fc38) 21 0x7edd68c1 in user32 (+0x968c1) (0x0034fcb8) 22 0x7edea8b5 in user32 (+0xaa8b5) (0x0034fcd8) 23 0x7bc381a5 call_dll_entry_point+0x15() in ntdll (0x0034fcf8) 24 0x7bc394c9 in ntdll (+0x294c9) (0x0034fda8) 25 0x7bc3997d in ntdll (+0x2997d) (0x0034fde8) 26 0x7bc398c2 in ntdll (+0x298c2) (0x0034fe28) 27 0x7bc398c2 in ntdll (+0x298c2) (0x0034fe68) 28 0x7bc398c2 in ntdll (+0x298c2) (0x0034fea8) 29 0x7bc3c510 LdrInitializeThunk+0x2d0() in ntdll (0x0034ff08) 30 0x7b86fbc5 in kernel32 (+0x4fbc5) (0x0034ffe8) 31 0xb7eb87a7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000) 0x7e6a7169 xinerama_init+0x359 in winex11: movl %fs:0x30,%eax Wine-dbg> I really don't know where to procede from here.
On Feb 26, 3:27 pm, lew...@gmail.com wrote:> Trying to run any program in wine (even a program that doesn't exist, > like notepad.exe) gives a page fault error. I think this is because > I'm running dual head, and may have something to do with my video > card, which is a ATI FireGL V3100. > > Here's the debug output: > $ winedbg notepad.exe > Invoking /usr/lib/wine/wine.bin winedbg.exe notepad.exe ... > WineDbg starting on pid 000a > First chance exception: page fault on read access to 0xffffffff in 32- > bit code (0x7e6a7169).Wine-0.9.31 will give a warning in this situation, I think. What version are you using? See http://wiki.winehq.org/fglrx for a workaround. - Dan