Re: Machine Level Exception Error
- Posted by andreasWagner 1 week ago
- 96 views
[quote jmduro]
andreasWagner said...
Hello Andreas,
With EU 4.2 64-bits, I still get the same error, eirther with AG_InitGraphics("WGL") or AG_InitGraphics(0).
Jean-Marc
Hallo,
Yes, i just didn't see it. With Phix it dies silent without a message.
I assume that the problem cannot be solved from the outside. It lies within the dll. The debbuger shows that several exceptions are triggered. And AG.FatalError is called.
EXCEPTION_DEBUG_INFO: dwFirstChance: 1 ExceptionCode: C0000005 (EXCEPTION_ACCESS_VIOLATION) ExceptionFlags: 00000000 ExceptionAddress: ag_gui.00007FFF4EDAF95F NumberParameters: 2 ExceptionInformation[00]: 0000000000000001 Write ExceptionInformation[01]: 0000000000000000 Inaccessible Address Erste Ausnahme[First chance exception] bei 00007FFF4EDAF95F (C0000005, EXCEPTION_ACCESS_VIOLATION)!
00007FFF4EDAF95F | 48:8910 | mov qword ptr ds:[rax],rdx | rdx:"AG_Driver" 00007FFF4EDAF962 | 48:8B85 08010000 | mov rax,qword ptr ss:[rbp+108] | [rbp+108]:"AG_Driver" 00007FFF4EDAF969 | 48:8B80 D8000000 | mov rax,qword ptr ds:[rax+D8] | 00007FFF4EDAF970 | 48:8B95 08010000 | mov rdx,qword ptr ss:[rbp+108] | [rbp+108]:"AG_Driver"
But I have to be honest, I don't really know what it's supposed to mean. and I'm also slowly losing interest.
Andreas