Search results

  1. W

    have a problem with emulator plus orginal.

    Hi, i had the same problem. I debugged and realized the stack height in database was in format 'x.x' (a dot notation floating point number) which is not a valid format to be parsed from. It should be 'x,x'. I changed that stack_height value with a regex function to the ',' format. Okay so maybe...
Top