Main.vm: Illegal 16-bit value

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Main.vm: Illegal 16-bit value

code2win
What is this??
Reply | Threaded
Open this post in threaded view
|

Re: Main.vm: Illegal 16-bit value

WBahn
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.