Administrator
|
It's pretty hard to tell what is wrong with a piece of VM code without being able to see any of the VM code.
Have you looked in Main.vm to see if there are any values in there that would cause a problem? There aren't very many places where the VM code can have actual numbers, so look at them. You probably have one that is outside the allowed range of 0 to 32767.
|