Code: Select all
An exception raised at <<19 November>>, 22:34:37:766
Access violation at address 00000000 in module 'Stealth.exe'. Read of address 00000000
(FFFFF000){Stealth.exe } [00000000]
Code: Select all
An exception raised at <<19 November>>, 22:34:37:766
Access violation at address 00000000 in module 'Stealth.exe'. Read of address 00000000
(FFFFF000){Stealth.exe } [00000000]
Code: Select all
Error, New ReturnValue incoming, but previous not used yet! Report to developer now!
Code: Select all
Error, Packet parsed incorrectly
Code: Select all
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
exec(code, m.__dict__)
File "AutoMiner.py", line 410 in <module>
File "C:\Users\Vlek\Desktop\py_stealth.py", line 2457, in GetX
return stealth_dll.Script_GetX(ObjID)
WindowsError: [Error 250477278] Windows Error 0xEEDFADE
wowVlek wrote: The first error window I get has this:Code: Select all
Error, New ReturnValue incoming, but previous not used yet! Report to developer now!
1&2 - 2 messages, 1 error.Vlek wrote: The second,Code: Select all
Error, Packet parsed incorrectly
seems like thats debug py message for this errorVlek wrote: The third,Code: Select all
Traceback (most recent call last): File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module> exec(code, m.__dict__) File "AutoMiner.py", line 410 in <module> File "C:\Users\Vlek\Desktop\py_stealth.py", line 2457, in GetX return stealth_dll.Script_GetX(ObjID) WindowsError: [Error 250477278] Windows Error 0xEEDFADE
Strange, Boydon tests all packets for send-receive. Maybe old version?Vlek wrote: I looked up the error code I'm getting, and stackoverflow is saying that it's a delphi error message that's being called. Considering this always crashes my stealth, I'm thinking it's a Stealth bug. It looks like there may be something weird with stealth.GetX.