-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I just created plain project with a Form and MapContainer. During initialization of MapContainer, exception below is thrown:
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:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:222)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:260)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:263)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:157)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:251)
at javafx.embed.swing.JFXPanel.(JFXPanel.java:267)
at com.codename1.impl.javase.JavaSEPort$CN1JFXPanel.(JavaSEPort.java:7778)
at com.codename1.impl.javase.JavaSEPort.createBrowserComponent(JavaSEPort.java:10893)
at com.codename1.ui.BrowserComponent.(BrowserComponent.java:466)
at com.codename1.googlemaps.MapContainer.(MapContainer.java:298)
at com.codename1.googlemaps.MapContainer.(MapContainer.java:197)
at eu.starbug.uberis.MyApplication.start(MyApplication.java:63)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.codename1.impl.javase.Executor$3$1.run(Executor.java:256)
at com.codename1.ui.Display.processSerialCalls(Display.java:1298)
at com.codename1.ui.Display.mainEDTLoop(Display.java:1093)
at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120)
at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
at java.base/java.lang.Thread.run(Thread.java:835)
java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:272)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:263)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:157)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:251)
at javafx.embed.swing.JFXPanel.(JFXPanel.java:267)
at com.codename1.impl.javase.JavaSEPort$CN1JFXPanel.(JavaSEPort.java:7778)
at com.codename1.impl.javase.JavaSEPort.createBrowserComponent(JavaSEPort.java:10893)
at com.codename1.ui.BrowserComponent.(BrowserComponent.java:466)
at com.codename1.googlemaps.MapContainer.(MapContainer.java:298)
at com.codename1.googlemaps.MapContainer.(MapContainer.java:197)
at eu.starbug.uberis.MyApplication.start(MyApplication.java:63)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.codename1.impl.javase.Executor$3$1.run(Executor.java:256)
at com.codename1.ui.Display.processSerialCalls(Display.java:1298)
at com.codename1.ui.Display.mainEDTLoop(Display.java:1093)
at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120)
at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176)
Java Result: 1