Hello,
I've discovered a bug while updating to the newest versions of Stencyl from older game projects.
Within game.xml if the SimulatorOS value is stuff to null (simulatorOS="Null") then Stencyl will not open the game project and throw an Unexpected Error.
To resolve this issue I replaced "Null" with "10.2" (as per another game project created in 3.4.0).
This was determined from the following error within the logs that were generated:
java.lang.IllegalArgumentException: invalid version "null": non-numeric "null"
I've discovered a bug while updating to the newest versions of Stencyl from older game projects.
Within game.xml if the SimulatorOS value is stuff to null (simulatorOS="Null") then Stencyl will not open the game project and throw an Unexpected Error.
To resolve this issue I replaced "Null" with "10.2" (as per another game project created in 3.4.0).
This was determined from the following error within the logs that were generated:
java.lang.IllegalArgumentException: invalid version "null": non-numeric "null"