1
Ask a Question / Re: Stencyl 3.0 will not run on ubuntu 13.10 64 bit
« on: March 21, 2014, 05:23:42 pm »
Hi Herman,
did you try starting it from the console?
Ctrl+Alt+T
then navigate to your stencyl folder, e.g.:
cd /home/<your-username>/Stencyl
and then running Stencyl with
./Stencyl
I had the issue that it simply crashed when I tried to start (ubuntu 12.04) . I figured that it had something to do with the java version that came bundled with the Stencyl Archive. So if you open the Stencyl file with gedit (you already know how to do this ;o) and replace "./runtimes/jre-linux/bin/java" with "java" it will use the java version you have installed, which made it work for me.
regards, andy
did you try starting it from the console?
Ctrl+Alt+T
then navigate to your stencyl folder, e.g.:
cd /home/<your-username>/Stencyl
and then running Stencyl with
./Stencyl
I had the issue that it simply crashed when I tried to start (ubuntu 12.04) . I figured that it had something to do with the java version that came bundled with the Stencyl Archive. So if you open the Stencyl file with gedit (you already know how to do this ;o) and replace "./runtimes/jre-linux/bin/java" with "java" it will use the java version you have installed, which made it work for me.
regards, andy