vlaaad / reveal

Read Eval Visualize Loop for Clojure
https://vlaaad.github.io/reveal/
MIT License
600 stars 21 forks source link

WARNING: An illegal reflective access operation has occured #31

Open bhougland18 opened 3 years ago

bhougland18 commented 3 years ago

I am using Nixos 21.05 and received the following error:

❯ clj \ -Sdeps '{:deps {vlaaad/reveal {:mvn/version "1.3.209"}}}' \ -m vlaaad.reveal repl

libGL error: MESA-LOADER: failed to open iris: /nix/store/9df65igwjmf2wbw0gbrrgair6piqjgmi-glibc-2.31/lib/libc.so.6: version GLIBC_2.32' not found (required by /run/opengl-driver/lib/dri/iris_dri.so) (search paths /run/opengl-driver/lib/dri) libGL error: failed to load driver: iris libGL error: MESA-LOADER: failed to open iris: /nix/store/9df65igwjmf2wbw0gbrrgair6piqjgmi-glibc-2.31/lib/libc.so.6: versionGLIBC_2.32' not found (required by /run/opengl-driver/lib/dri/iris_dri.so) (search paths /run/opengl-driver/lib/dri) libGL error: failed to load driver: iris libGL error: MESA-LOADER: failed to open swrast: /nix/store/9df65igwjmf2wbw0gbrrgair6piqjgmi-glibc-2.31/lib/libc.so.6: version `GLIBC_2.32' not found (required by /run/opengl-driver/lib/dri/swrast_dri.so) (search paths /run/opengl-driver/lib/dri) libGL error: failed to load driver: swrast Error in glXCreateNewContext, remote GLX is likely disabled /nix/store/fwzgpr17cjsp5c7ax8sr10dpcqvb93p6-glib-networking-2.68.1/lib/gio/modules/libgiognutls.so: undefined symbol: g_tls_channel_binding_error_quark Failed to load module: /nix/store/fwzgpr17cjsp5c7ax8sr10dpcqvb93p6-glib-networking-2.68.1/lib/gio/modules/libgiognutls.so Clojure 1.10.1 user=> WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by vlaaad.reveal.font$fn1886$fn1887 to method com.sun.javafx.scene.text.FontHelper.getNativeFont(javafx.scene.text.Font) WARNING: Please consider reporting this to the maintainers of vlaaad.reveal.font$fn1886$fn1887 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

vlaaad commented 3 years ago

Hmm, looks like some issue in JavaFX trying to use some native libraries that are not present?..