mbien commented on issue #9453:
URL: https://github.com/apache/netbeans/issues/9453#issuecomment-4791465645
yeah it appears to be from the plugin (uses `ste` namespace)
this is logged very early during startup
```
INFO [ste.netbeans.javafx.Install]: Starting NetBeans JavaFX Toolkit
INFO [ste.netbeans.javafx.Install]: setting up toolkit host services
WARNING [javafx]: Unsupported JavaFX configuration: classes were loaded from
'unnamed module @56167210'
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
...
```
and i guess that is when IDE startup stopped
```
SEVERE [global]
java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:275)
at
com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:290)
at
com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:162)
at
com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:651)
at
com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:671)
at
com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
[catch] at java.base/java.lang.Thread.run(Thread.java:1516)
Graphics Device initialization failed for : d3d, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing
QuantumRenderer: no suitable pipeline found
at
com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:283)
at
com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:253)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:263)
at
com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:290)
at
com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:162)
at
com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:651)
at
com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:671)
at
com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
at java.base/java.lang.Thread.run(Thread.java:1516)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer:
no suitable pipeline found
at
com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:95)
at
com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
... 1 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists