Stencyl V.2.0 Not Working

Jon

  • *
  • Posts: 17524
Please run this command on the command line, after cd'ing to the Stencyl directory.

runtimes/jre-win/bin/java -jar sw.jar

We need to figure out how to fix the launcher. The launcher problem has nothing whatsoever to do with anything but the kind of OS or machine you have and isn't a problem with Stencyl itself - it's the software we used to build an EXE (Launch4j).

In lieu, I'm looking at throwing the launcher out and making one from scratch instead, but I need to know if that command (or a similar one) works on these setups where the launcher did not function.

If the above works, try this more comprehensive one.

runtimes/jre-win/bin/java -Xms64m -Xmx1024m -Djava.library.path=./lib -jar sw.jar

Rob

  • *
  • Posts: 1268
Folks in this thread.

Please try this.

Please refer to this post.

http://community.stencyl.com/index.php/topic,9814.msg60224.html#msg60224

Go and download the Stencyl.exe in above page and swap in and replace the same Stencyl.exe (the big red Stencyl C icon) under Program Files/Stencyl. Then double-click the Stencyl.exe to see if Stencyl launches.

Regardless of the outcome please post your results in above link.

GOLDEN RULE #1 : SAVE YOUR GAMES FREQUENTLY
IOS/XCODE DEBUGGING
http://www.stencyl.com/help/view/xcode-ios-troubleshoot/
WATCH STENCYLWORKS VIDEO TUTORIAL BY SUNRISEKINGDOM
http://www.youtube.com/watch?v=KDfRfjzr9j4&feature=channel_video_title

Damienov

  • Posts: 4
thanks, worked like a charm.