Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeException during MapContainer initialization #35

Open
Peterko1234 opened this issue Aug 26, 2019 · 0 comments
Open

RuntimeException during MapContainer initialization #35

Peterko1234 opened this issue Aug 26, 2019 · 0 comments

Comments

@Peterko1234
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant