-
-
Notifications
You must be signed in to change notification settings - Fork 556
Known Issues
If you use Java 8-10, you need FXGL 0.5.4. If you use Java 11, you need FXGL 11+ and let the maven-compiler know:
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
If you are running into a MediaException
that says Could not create player!
, then it is highly likely that you are missing libavcodec.so
and libavformat.so
or their versions are not supported. This can be fixed by following the instructions here.
Run the JVM with -Dquantum.mutithreaded=false
A: FXGL has a relatively robust exception handling mechanism.
First, read what the error message is, then read what the error type is. The method where the error occurred and the line number in the file are also given. It is likely that you can fix the issue given that information. If not, contact details are below.
Contact details are found here