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
→
Resolved Questions
→
I get this Java error when opening any game in Stencyl [SOLVED]
Pages:
1
I get this Java error when opening any game in Stencyl [SOLVED]
Unept
Posts: 351
January 13, 2015, 08:03:56 am
I get the below java error when I open any game in Stencyl 3.1 (b7918). Stencyl still seems to work OK, as far as I can tell. Anyone care to translate?
Unexpected problem on thread AWT-EventQueue-0: multiple points
java.lang.NumberFormatException: multiple points
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
at java.lang.Float.parseFloat(Float.java:422)
at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:375)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
« Last Edit: January 13, 2015, 11:06:29 am by Unept »
Unicycle Hero:
iOS
| Level With Me:
iOS
/
Android
| Hue Ball:
iOS
/
Android
| Lava Bird:
iOS
/
Android
|
Disposabot
|
Twitter
captaincomic
Posts: 6108
January 13, 2015, 09:10:15 am
Games made with 3.2 or converted to the 3.2 format cannot be opened in 3.1.
Since we cannot change anything in an old build, this error message can't be improved for 3.1. But in the future, when a 3.3 game is opened in 3.2 (assuming the game format changes again) it will show a better error message.
djngam
Posts: 63
January 28, 2015, 02:00:33 pm
Hi i get this error message in my 3.2 as well.
captaincomic
Posts: 6108
January 28, 2015, 04:14:44 pm
Is it really rhe same one, saying "NumberFormatException: multiple points"? Please post your logs (Debug -> Logs -> Generate Logs).
djngam
Posts: 63
January 28, 2015, 04:45:56 pm
issue went away when i re-upgraded to a newer 3.2.
problem now is that admob doesnt work well on the new 3.2 as well as it did in the old 3.2 (which is why i reinstalled the older version) i'll be looking around the forum for solutions to this.
i would greatly appreciate it if you could point me in the right direction for the admob problem.
thanks again buddy
captaincomic
Posts: 6108
January 29, 2015, 05:40:56 am
I don't know much about admob. What is not working well?
You can also look in the admob forum section:
http://community.stencyl.com/index.php/board,131.0.html
If your fails to compile, you can look there for someone with the same problem, or make a thread.
Pages:
1