
Re: Byte Code Interpreter Exception!
While I can appreciate the technique of asking novice programmers to "post their code" to fix what is usually very simple logic or syntax errors... I am not a novice programmer and in this case suggesting that I post the code is almost comical.
I specifically mentioned I thought it was a size issue. The source code is 15+ files and 100+ pages of code. Do you really want me to post that in a mile long code block...

I was able to temporarily bypass the problem by refactoring the code to be a little more efficient (seems like <12K works fine).
I really need to know from the developers what would cause that runtime error (I can of course email the source tree for troubleshooting)
Is it raw program size? # of functions? # of structures/variables? or just a bug.
Actually, its definitely a bug even if its unavoidable...the COMPILER should error out not some obscure runtime error. If there ARE size restrictions, then the compiler summary needs to inform us of what % we are using. Otherwise we can only assume if it compiles and fits in the NXT it should run.