2082

Information and discussion about BR error codes.

Moderators: Susan Smith, admin

Post Reply
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

2082

Post by John »

Error 2082

Summary:
Data structure too long

Cause:
Data structure too long.

Remedy:
Make sure arrays do not exceed their maximums.

I'm using BR! 4.02 and I get the error 2082 when I type RUN and hit enter. It works properly in 4.20 but that's not a workable solution for many other reasons. How can I debug this error? I don't see any line numbers or anything. Any advice would probably help.

-John Bowman
dmeenen
Posts: 50
Joined: Mon Jun 08, 2009 8:34 pm
Contact:

Post by dmeenen »

John,
Load the program manually.

Run trace print >debug.txt

This is one way to trace it down.
The other method is Go Step, but that takes forever.
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Post by John »

well - when I load a fresh session of BR! and load the program and do the command "Run trace print >debug.txt " than I get the 2082 error. As a matter of fact "END" gives me a 2082. and If I just load a fresh session and load the program and type END I get a 2082 error.

Ah Ha - It was a source problem ... I mean saving it source and reloading it fixed it! excellent.
Post Reply