[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TS2Ki Error message



PureBytes Links

Trading Reference Links

On Sat, 10 May 2003, JDFO@xxxxxxxxxxx wrote:

>     Is anyone able to explain to me whatthe the following message means. It
> appears from time to time on my Trade Station chart screen?
>     Thanks,
>     JohnO
> 
> Exception code: C0000005 ACCESS_VIOLATION
> Fault address:  004B39A4 01:000B29A4
> C:\PROGRA~1\OMEGAR~1\Program\ts32.exe
> 
> Registers:
> EAX:001BFEE8
> EBX:00182208
> ECX:2E04F5F0
> EDX:0000B298
> ESI:77C3C813
> EDI:0012D859
> CS:EIP:001B:004B39A4
> SS:ESP:0023:0012D650  EBP:EFAFCA40
> DS:0023  ES:0023  FS:003B  GS:0000
> Flags:00010293
> 
> Call stack:
> Address   Frame
> 004B39A4  EFAFCA40  GannAngDlgProc+3034
> 
> 

It means the program ts32.exe tried to access a memory location
that it is not allowed to access because of the operating
system. This is typically the cause of a wild pointer either
due to a stack corruption or to using an uninitialized pointer.

It means the program ts32.exe messed up and the operating
system shut it down.

The only clue the operating system gave to the possible area
of suspicion is somewhere near the Gann Angle Dialog procedure.

Mike