jeopardization / Zyklon

Free version of Zyklon, an injectable web-based ghost client for Minecraft Forge 1.7.10 or 1.8.9.
183 stars 29 forks source link

Porting Zyklon to Mac/Linux #28

Open yeetusmystreetus opened 4 years ago

yeetusmystreetus commented 4 years ago

I was trying to get Zyklon to work on macOS/Linux. And when running injector.jar that I compiled and press "Load" I get a lot of JavaFX errors.

WARNING: Loading FXML document with JavaFX API of version 10.0.1 by JavaFX runtime of version 8.0.251

at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)

Access restriction: The type 'Alert.AlertType' is not API (restriction on required library '/Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home/jre/lib/ext/jfxrt.jar')

Those 3 errors are repeated multiple times.

Do I need to add jfxrt.jar to build path in eclipse?

yeetusmystreetus commented 4 years ago

https://pastebin.com/67RdLZTD ^^ for the full terminal output

yeetusmystreetus commented 4 years ago

when running javac -version i get javac 1.8.0_251

yeetusmystreetus commented 4 years ago

still getting same errors even after adding jfxrt.jar to build path

explodersname commented 4 years ago

I have been working with the owner of zyklon and I believe we have a working version that should be released soon.

smallshen commented 4 years ago

An possible way is create custom Loader, without javafx

ghost commented 4 years ago

probably yes @smallshen