|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Support: General General support discussions and announcements. XoloX has been discontinued. We highly recommend you use an actively developed client instead. |
| LinkBack | Thread Tools | Display Modes |
| |||
Exception EInvalidPointer XoloX crashes when i exit.... yes i've look at other threads but i can't find this anywhere. this comes up about 100 times: XOLOX caused an invalid page fault in module <unknown> at 0000:75d81f00. Registers: EAX=00000000 CS=0167 EIP=75d81f00 EFLGS=00010246 EBX=00451434 SS=016f ESP=0077fbe4 EBP=00000004 ECX=82cfa348 DS=016f ESI=00000002 FS=4fcf EDX=80007af8 ES=016f EDI=75d80000 GS=0000 Bytes at CS:EIP: Stack dump: bfdf30bb 00451434 00000002 00000004 00000000 00000000 0077fc2c 00000000 00000002 82cfa360 75d81f00 bfdf2e3a 00000002 00000004 00000000 00000000 Then this: Exception EInvalidPointer in module XOLOX.EXE at 000027FC. Invalid pointer operation. Now what the hell is a EInvalidPointer? iD91 |
| |||
Hmm... I think it's when the program is supposed to read from a memory address that's passed by reference in another register, but the value it gets for the memory to read is not valid. (in use or locked by another program, for example) My guess is, since this is a multi-threaded program, that there is a certain level of paralellism going on in the execution during shut-down, and soemtimes some memory gets freed or some variables get killed before another thread tries to access it. I'm not a real programmer, so I don't really know though. |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unhandle Exception | fst141 | Windows | 0 | November 15th, 2003 09:23 AM |
Exception EAccessViolation | cowboy kelly | Support: General | 0 | June 28th, 2002 12:09 PM |
Exception on uploads | Unregistered | General Linux Support | 0 | January 22nd, 2002 01:01 PM |
nullpointer exception | Unregistered | General Linux Support | 1 | November 17th, 2001 09:53 AM |
unhandled exception | tbone | General Windows Support | 1 | April 30th, 2001 12:30 AM |