Need explications about "Unhandled exception"

Questions about Wine on Linux
Locked
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Need explications about "Unhandled exception"

Post by Berillions »

Hi,

I try to launch AC3 (legal game for me) but it's a Dx10/11 game and i know that Dx10 is not fully implemeted into Wine.
When i launch the game, it crash with the error message in the console :

Code: Select all

wine: Unhandled page fault on read access to 0x00000000 at address 0x0081cff4 (thread 0076), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0081cff4).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:0081cff4 ESP:044ee8c4 EBP:044ee968 EFLAGS:00210203(  R- --  I   - - -C)
 EAX:00000000 EBX:00000000 ECX:53a7ebb4 EDX:00000000
 ESI:0696d0e0 EDI:0696d780
Stack dump:
0x044ee8c4:  02551a34 81ed0064 02551a0c 043a0820
0x044ee8d4:  044ee8f0 009568cc 00000001 f000004a
0x044ee8e4:  043a0820 00000000 0255bf08 044ee918
0x044ee8f4:  00956ad8 043a0820 7bc37e9d 0255bf08
0x044ee904:  0255bf84 00000000 00000000 044ee924
0x044ee914:  00000000 044ee938 007bdb69 007bdb69
Backtrace:
=>0 0x0081cff4 in ac3sp (+0x41cff4) (0x044ee968)
[...]
I notice that the error come from "ac3sp" but that means "0x00000000" in my case ? :?
Because the executable is a Dx10/11 .exe so Wine can't read it ?

Thanks,
Max
Locked