TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
Bug Archives
→
Archives
→
Fixed Bugs (3.x)
→
Can't launch on Mac
Pages:
1
Can't launch on Mac
BillSeitz
Posts: 2
September 30, 2015, 03:18:52 pm
(Running Mac OS X 10.9.4)
I had installed an older version (build 8449) originally, which would launch but wouldn't work with Crash Course.
In the process of investigating that, I realized there were newer versions.
So I just downloaded the new version. Now it won't launch at all: the icon zooms but nothing else happens.
More details on my page at:
http://webseitz.fluxent.com/wiki/StenCyl
captaincomic
Posts: 6108
September 30, 2015, 04:19:42 pm
Yes, Stencyl requires Java 8 now. You can get the latest one here:
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
BillSeitz
Posts: 2
October 05, 2015, 06:00:22 pm
Thanks, that worked.
Jon
Posts: 17524
October 05, 2015, 08:35:52 pm
@captaincomic - Is there anything we can do to alert the user about this upfront?
Minimo
Posts: 201
October 05, 2015, 09:27:16 pm
Jon,
I think you've done a good job with showing the Java 8 requirements in the downloads pages:
http://www.stencyl.com/download/
http://www.stencyl.com/stencyl/getbeta/
But you may want to add a warning message if the user tries to build with Java version <8.
Maybe add a quick Java version check at an early stage of compiling to prevent users from posting these messages ?
Code:
[Select]
If Java >=8, complete compilation. If not, pop-up error message.
Jon
Posts: 17524
October 05, 2015, 10:59:38 pm
In this case, the user wasn't able the launch the app. It would be ideal to be able to catch this upfront, so they aren't thinking that Stencyl is buggy and unable to launch (and instead is because Java 8 is required).
There are an astonishing number of people who will miss warnings on pages, no matter how well placed.
captaincomic
Posts: 6108
October 07, 2015, 05:44:39 pm
Added a check for Java 8 on Mac (b8728).
Pages:
1