Giter VIP home page Giter VIP logo

Comments (6)

dsbw avatar dsbw commented on June 16, 2024

Can you get any of the other examples to work in a REPL? There are a bunch of code snippets in the samples directory.

from cljfx.

vlaaad avatar vlaaad commented on June 16, 2024

Hi! Looks like an internal error in JavaFX:

{:type java.lang.UnsupportedOperationException
 :message "Internal Error"
 :at [com.sun.glass.ui.gtk.GtkApplication lambda$new$6 "GtkApplication.java" 189]}

from cljfx.

vlaaad avatar vlaaad commented on June 16, 2024

Line numbers are a bit off, but here is the code that might throw:

        @SuppressWarnings("removal")
        boolean gtkVersionVerbose =
                AccessController.doPrivileged((PrivilegedAction<Boolean>) () -> {
            return Boolean.getBoolean("jdk.gtk.verbose");
        });
        if (PrismSettings.allowHiDPIScaling) {
            @SuppressWarnings("removal")
            float tmp = AccessController.doPrivileged((PrivilegedAction<Float>) () ->
                    getFloat("glass.gtk.uiScale", -1.0f, "Forcing UI scaling factor: "));
            overrideUIScale = tmp;
        } else {
            overrideUIScale = -1.0f;
        }

from cljfx.

vlaaad avatar vlaaad commented on June 16, 2024

given that exception is coming from lambda, it might be either from Boolean.getBoolean("jdk.gtk.verbose") or from getFloat("glass.gtk.uiScale", -1.0f, "Forcing UI scaling factor: "). Can you check these system properties? What's the result of (System/getProperty "jdk.gtk.verbose") and (System/getProperty "glass.gtk.uiScale")?

from cljfx.

igajsin avatar igajsin commented on June 16, 2024

Hi vlaaad, both properties are nil. But, I've found something strange. An example works, if I use another version of libGL.so. with mesa-21.2.5 it works, with my system-wide mesa-21.3.2 fails as I described above. Any idea what is going on?

from cljfx.

igajsin avatar igajsin commented on June 16, 2024

please ignore the message above, I'v confused myself. The problem was in my installation, I didn't have libgtk-3.so on my host, after add the proper package (gtk+ for my guix installation), the example started to work.

from cljfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.