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
→
Error when game opens
Pages:
1
Error when game opens
djngam
Posts: 63
February 05, 2015, 05:53:22 am
Hi guys,
I get the following issue when i open a game.
Unexpected problem on thread AWT-EventQueue-0: multiple points
java.lang.NumberFormatException: multiple points
at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
at java.lang.Float.parseFloat(Unknown Source)
at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:375)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I have no idea whats going on. I downgraded to a lower release of 3.2 after the official release had too many bugs.
Does anyone else have this issue?
Thanks in advance
captaincomic
Posts: 6108
February 05, 2015, 06:03:02 am
This happens when you open a game created with or upgraded to the new 3.2 game format. These games are not backwards compatible with 3.1.
(And since we cannot change anything retroactively in older versions, we cannot improve this error message).
What problems do you have with 3.2? It is usually easier to work out problems in the latest version than in older ones.
djngam
Posts: 63
February 05, 2015, 08:30:29 am
Hi thanks for the reply.
Well its i downgraded to 3.2 build 7857 from 7994. so i didnt go from 3.2 to 3.1. the only issue i really had was with admob extension crashing my game.
but it works fine when i go back to 7857. i've looked around the forums and didnt really see a solution for this.
thanks again for your reply.
captaincomic
Posts: 6108
February 05, 2015, 09:19:02 am
Yes, early private builds between 3.1 and 3.2 would also be affected. I don't know exactly at which build the new format was introduced, but somewhere before build 7994.
Afaik, the latest version of the admob extension should be working with the latest private build.
Pages:
1