agnesi wrote
Anyone familiar enough with the VMEmulator to interpret this error I'm getting ;
'this' Segement must be in Heap range in Block.getX1.2
I just checked the source. This error is generated when a 'pop pointer 0' command sets a value < 2048 or > 16383 into the this pointer.
Did you call a method on an unallocated object? An unallocated object's pointer will be 0.
--Mark