AlmasB / FXGL

Java / JavaFX / Kotlin Game Library (Engine)
http://almasb.github.io/FXGL/
MIT License
4.43k stars 554 forks source link

Error using Version 11.8 #770

Closed marvinbuff closed 4 years ago

marvinbuff commented 4 years ago

Pumping up the version from 11.7 to 11.8 causes a run time error for me.

When I try to run my game it compiles fine but on :run it returns the error: Error: --module-path requires module path specification

Not sure if this is my fault but the error message is a bit too cryptic and not thrown by my code to figure it own. Appreciate any help, thanks.

AlmasB commented 4 years ago

JavaFX was upgraded to 13.0.2 in 11.8. Try upgrading the dependency here to 13.0.2.

marvinbuff commented 4 years ago

Works perfectly now. Thank you very much.