Run Code Errors
RicardoSiqueira
Posts: 373
I am getting the errors below repeatedly on a system. Is there a way to know where the error is coming from? I do have duet modules in m y system (Autopatch, Integra DTR). Any ideas?
1: 02-19-2013 TUE 18:08:59 Interpreter
RunCode - Address Mismatch 0x4050 0x00184A 0x00184C
2: 02-19-2013 TUE 18:08:59 Interpreter
GetNumber - Error 1 Tk=0x0000
3: 02-19-2013 TUE 18:08:59 Interpreter
DoNumberExpression - Error 2 Tk=0x2008
4: 02-19-2013 TUE 18:08:59 Interpreter
Ref Error ? Index 0
1: 02-19-2013 TUE 18:08:59 Interpreter
RunCode - Address Mismatch 0x4050 0x00184A 0x00184C
2: 02-19-2013 TUE 18:08:59 Interpreter
GetNumber - Error 1 Tk=0x0000
3: 02-19-2013 TUE 18:08:59 Interpreter
DoNumberExpression - Error 2 Tk=0x2008
4: 02-19-2013 TUE 18:08:59 Interpreter
Ref Error ? Index 0
0
Comments
My experience is even with debug info on, many errors do not generate a line number or any other indication where the problem came from. And when it does, they are often not accurate. Almost always, they are at least a line or two off, and sometimes they aren't even in the ballpark (if you use INCLUDE files). It's more than rather flawed.
Is this happening constantly & flooding diagnostics? Or just sporadically?
If it's flooding your diagnostics window, check define_program and look for arrays. Most likely a variable is set to zero. If it's sporadic, you'll need to try to find what triggers it by hitting buttons and running it through the ringer. My guess is it's an index to a device array.