View Single Post
Old 07-09-2018, 06:04 PM   #2
Jjk
Junior Member
 
Join Date: Jul 2018
Posts: 3
Default Having same issue here

Having the same issue.

Whenever I try to launch Java GUI apps (java 1.8) while connected to DisplayLink it crashes.
java.lang.NullPointerException
at java.awt.Window.init(Window.java:497)
at java.awt.Window.<init>(Window.java:537)
at java.awt.Frame.<init>(Frame.java:420)
at java.awt.Frame.<init>(Frame.java:385)
at javax.swing.SwingUtilities$SharedOwnerFrame.<init> (SwingUtilities.java:1758)
at javax.swing.SwingUtilities.getSharedOwnerFrame(Swi ngUtilities.java:1833)


./bin/java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

If I unplug the DisplayLink then start, the app comes up without any issue and will continue to run even after I plug DisplayLink back in.

Display Link Version:
Version: 4.3 (124)
Last Modified: 6/18/18, 9:29 AM
Bundle ID: com.displaylink.driver.DisplayLinkDriver
Loaded: Yes
Get Info String: DisplayLink Driver 4.3.124 - Copyright © 2003 - 2018 DisplayLink (UK) Ltd. All rights reserved.
Obtained from: Identified Developer
Kind: Intel
Architectures: x86_64
64-Bit (Intel): Yes
Location: /Library/Extensions/DisplayLinkDriver.kext
Kext Version: 4.3 (124)
Load Address: 18446743521820100000
Loadable: Yes
Dependencies: Satisfied
Signed by: Developer ID Application: DisplayLink Corp (73YQY62QM3), Developer ID Certification Authority, Apple Root CA


MacOS version:
System Version: macOS 10.13.5 (17F77)
Kernel Version: Darwin 17.6.0
Jjk is offline   Reply With Quote