Opening New Game: "Unexpected Problem--Ouch, this should not..."

Nihility

  • Posts: 14
Also, I realize this was basically your solution. I was just thinking out loud about how the auto-search could be implemented.

Nihility

  • Posts: 14
Also, just a fun question for me: is the majority of you guys' codebase written in Haxe sans the Java UI and platform specfic tinkering needed?

I'm sure you know, but I think it is awesome that Haxe was written in OCaml. Gotta love ML. It is also rad that NekoML was created.

Justin

  • *
  • Posts: 4716
Yeah, pretty much everything to do with the toolset is Java and pretty much everything to do with the game engine is Haxe. The engine is open source under the MIT license, and you can find the full source on your computer at [Stencyl install]/plaf/haxe/lib/stencyl if you're curious about it.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Nihility

  • Posts: 14
Oh, excellent. Thanks!

Nihility

  • Posts: 14
And thanks, for all the help.

I am having another issue where IntelliJ is wanting me to open a project instead of taking me to the actual hx source, but I will post that in another thread.

kade 101

  • Posts: 2
hi that same problem is happening to me it started when i updated my java to the updated developer kit

Justin

  • *
  • Posts: 4716
By "that same problem", are you referring to this?

Code: [Select]
java.lang.NullPointerException
at stencyl.sw.editors.game.mobile.MobilePage.save(MobilePage.java:1969)
at stencyl.sw.editors.game.mobile.MobilePage.<init>(MobilePage.java:220)
at stencyl.sw.editors.game.GameSettingsDialog.load(GameSettingsDialog.java:165)
at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:269)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

If so, I'd suggest making sure there's an xcode install at Applications/Xcode.app.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Justin

  • *
  • Posts: 4716
Got xcode detection working better for the next release. Moving this to fixed.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)