defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Error java.lang.NullPointerException: Unknown #2572

Open AleksandrMiheev opened 5 years ago

AleksandrMiheev commented 5 years ago

Expected behaviour

Actual behaviour

Steps to reproduce


Build time2019-04-24T16:55:26.072424
Defold channeleditor-alpha
Defold editor sha61f46cee8040eb233ecc7e328f8b6d97693f1f40
Defold engine shae05232d70b8a6d8c69fcfe968f01b876090ffa06
Defold version1.2.151
Error588f26ebe603451c9e3c63137e9b4ef1
GPUGeForce GT 640/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 425.31
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

Can you describe what you were doing when this occurred? Is it reproducible?

NikDenissov commented 5 years ago

Hi,

I've had the same error. I was modifying the game object's sphere shape in the collider.

Defold was running slow (for some reason I don't know yet). I've dragged the scale control of the object in the viewport, seen no effect and started clicking other tabs and components in the outline. After a couple of seconds Windows marked Defold as "not responding" app. And after a few more seconds Defold gave me this NullPointerException error.

I've worked on side scroller tutorial and had only readme.md and bonus_star.go opened in the editor.

Hope it will help.


Build time2019-04-30T13:25:18.384697
Defold channeleditor-alpha
Defold editor shab8b891be5ba3e650202848d8b84ddc2ca2ed513a
Defold engine sha11b1e7662dd68172fca551c52cba248eea16a364
Defold version1.2.152
Error41aa2d18add74befb0801ab7153169bc
GPUIntel(R) HD Graphics 4000
GPU Driver4.0.0 - Build 10.18.10.4358
Java version11.0.1+13
OS archamd64
OS nameWindows 10
OS version10.0
vlaaad commented 5 years ago

JDK issue: JDK-8179097. Reported 2017, yet unresolved..