R
renzen
Guest
Edit: VTEMPTY probably means some reference files (like gifs) are missing somewhere.
For things that are 'unsupported', just have to comment that ish out.
If 'free' is giving problems, it's probably related to the above missing entity issue. Otherwise there's always the bad way of setting the var to NULL() temporarily. If you start to see things out of place then it's a clue of what the missing entitiy is.
Original text:
So it looks like the new RocketViper 2 games crash regularly on the more recent versions of openBor (most notably build 3979 which has been ported to android).
There are some messages in the openborlog that don't give exact line numbers, like
I tried taking the story scene out alltogether, and that sorta worked, only to be greeted with
poking around the scripts I'm not sure what supposed to be wrong especially since everything works on whatever openbor version RV2 is packed with.
For things that are 'unsupported', just have to comment that ish out.
If 'free' is giving problems, it's probably related to the above missing entity issue. Otherwise there's always the bad way of setting the var to NULL() temporarily. If you start to see things out of place then it's a clue of what the missing entitiy is.
Original text:
So it looks like the new RocketViper 2 games crash regularly on the more recent versions of openBor (most notably build 3979 which has been ported to android).
There are some messages in the openborlog that don't give exact line numbers, like
"There's an exception when executing script 'ondrawscript' in data/chars/misc/story
Function requires 1 array handle: size(array)
Script function 'size' returned an exception, check the manual for details.
parameters: <VT_EMPTY> Unitialized,
I tried taking the story scene out alltogether, and that sorta worked, only to be greeted with
Failure to execute 'clear' in script onspanscript data/chars/Poison/Poison.Txt
Script function 'free' returned an exception, check the manual for details.
paraters: <VT_EMPTY> Unitialized,
poking around the scripts I'm not sure what supposed to be wrong especially since everything works on whatever openbor version RV2 is packed with.