Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: An illegal reflective access operation has occured #31

Open
bhougland18 opened this issue Jun 13, 2021 · 1 comment
Open

WARNING: An illegal reflective access operation has occured #31

bhougland18 opened this issue Jun 13, 2021 · 1 comment
Labels
bug Something isn't working javafx Something isn't working in JavaFX

Comments

@bhougland18
Copy link

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: 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 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$fn__1886$fn__1887 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$fn__1886$fn__1887
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 vlaaad added bug Something isn't working javafx Something isn't working in JavaFX labels Jun 14, 2021
@vlaaad
Copy link
Owner

vlaaad commented Jun 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working javafx Something isn't working in JavaFX
Projects
None yet
Development

No branches or pull requests

2 participants