java.lang.RuntimeException: Failed to create window
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by dcubix
, 1 year agojava.lang.RuntimeException: Failed to create window
at com.genesis2d.graphics.Window.create(Window.java:90)
at com.genesis2d.core.Engine.run(Engine.java:49)
at java.lang.Thread.run(Unknown Source)