defold / editor2-issues

DEPRECATED
45 stars 4 forks source link

Tried to build and run the Movement tutorial. #2632

Closed flashjaysan closed 5 years ago

flashjaysan commented 5 years ago

Expected behaviour

The game should have launched.

Actual behaviour

An error message appeared related to Java. I didn't have the time to note the exact message since it closed when I clicked the report button.

Steps to reproduce

I just loaded a new Movement tutorial and tried to launch it for testing. The second time it worked so I'm not sure how to reproduce this.


Build time2019-06-05T17:52:48.572452
Defold channeleditor-alpha
Defold editor sha8810fea721c4bacdfa91ec47161f422795eb81a3
Defold engine sha838cecd7a26c932e6be73421d98e51ba12f1d462
Defold version1.2.155
Error8687108b14584947923b275974a0bfc9
GPUGeForce GTX 960/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 416.34
Java version11.0.1+13
OS archamd64
OS nameWindows 7
OS version6.1
matgis-king commented 5 years ago
javafx.scene.control.skin.MenuButtonSkinBase.lambda$new$7.class java.lang.NullPointerException: null
    at javafx.scene.control.skin.MenuButtonSkinBase.lambda$new$7(MenuButtonSkinBase.java:188)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
    at java.security.AccessController.doPrivileged(AccessController.java)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
    at com.sun.glass.ui.win.WinApplication._runLoop(WinApplication.java)
    at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
    at java.lang.Thread.run(Thread.java:834)
matgis-king commented 5 years ago

Duplicate of #2572 with no additional info.