You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.turbovnc.vncviewer.CConn.getOptions(CConn.java:1548)
at com.turbovnc.vncviewer.OptionsDialog.actionPerformed(OptionsDialog.java:789)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
Java: java-1.8.0-openjdk-amd64
The text was updated successfully, but these errors were encountered:
I tried to reproduce this under Ubuntu 16.04 and CentOS 7 using OpenJDK 1.8.0, and unfortunately I can't. Can you provide any additional details? The specific error is curious, because it doesn't appear from looking at the code that such an error should ever be possible at that location.
<sigh> This is why we can't have nice things.
9d6a396 (exposing keyboarding grabbing
in the GUI) contained a logic error. Because the || wasn't contained
within parantheses, the last condition-- which dereferenced viewport--
was evaluated even if viewport==null. No bueno.
Fixes#49Fixes#66
Java: java-1.8.0-openjdk-amd64
The text was updated successfully, but these errors were encountered: