defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Java error when switching file whilst script drop down menu is open. #2711

Open SpencerWF opened 5 years ago

SpencerWF commented 5 years ago

Expected behaviour

Switch to a different open file.

Actual behaviour

A Java error "java.lang.NullPointerException: Unknown"

Steps to reproduce

Have both a script file and another file open in Defold. Write some code which opens a drop down menu suggesting possible completions of what you are write, then change to the other file whilst the dropdown menu is open. Example: In Script file type "vmath.vect" a dropdown menu should appear, when it down, use the tab to swap to the other file you have open.


Build time2019-07-26T10:29:34.302258
Defold channeleditor-alpha
Defold editor sha6d8f9ccd1cb4896691ab5e2d9bc98f2a587b7556
Defold engine shaf7d0a1ba6940e42c7f7e1c208ba484c3c34a135d
Defold version1.2.159
Errordce48428071844889f3fa4949e5b71e1
GPUMesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
GPU Driver3.0 Mesa 19.0.2
Java version11.0.1+13
OS archamd64
OS nameLinux
OS version4.15.0-58-generic
matgis-king commented 5 years ago

Duplicate of #2692, #2696 with more info.