Giter Club home page Giter Club logo

Comments (9)

Tombert avatar Tombert commented on September 7, 2024

I would like to officially "bump" this, as this is happening with my application as well.

from fn-fx.

alanforr avatar alanforr commented on September 7, 2024

I found that the same problem occurs when using lein run on mac os sierra with the form example in getting_started, but not with the hello world example or the 3D shapes example.

from fn-fx.

staypufd avatar staypufd commented on September 7, 2024

Same here. If you keep mouse clicking of doing events then app stays open. If you stop moving or generating events then app exits. I am using the Hello World app...

from fn-fx.

kitofr avatar kitofr commented on September 7, 2024

Same here (but for hello world as well). Regular java program using javafx-works (tm)

from fn-fx.

pmonks avatar pmonks commented on September 7, 2024

I'm also able to randomly reproduce this on Java 11 using lein with-profile +openjfx11 run -m other-examples.todo/-main, but not reliably - sometimes the app quits if I stop providing input, sometimes I can leave it there, idle, as long as I like. Damnable heisenbugs!!

from fn-fx.

jdf-id-au avatar jdf-id-au commented on September 7, 2024

Is it something to do with execution just falling off the end of -main? I was able to delay the problem hereβ€”the program stays running until the :quit event is delivered, then it quits after lack of activity (as before).

(I left out the bit which actually sends the :quit event in that commit, but it wasn't special in any way.)

Sorry I'm quite new to multithreaded programming and can't work out the root cause.

from fn-fx.

roti avatar roti commented on September 7, 2024

If the application crashes with no error message I would guess it's a platform issue in JavaFX. I do not encounter problems on Linux. However JavaFX 11 does not work well with GTK3, I don't know if it's a bug or GTK3 is simply not supported, but I have to force GTK2 to make it work (done with -Djdk.gtk.version=2).

from fn-fx.

soynomm avatar soynomm commented on September 7, 2024

Am stumbling on the same problem with macOS.

from fn-fx.

jvtrigueros avatar jvtrigueros commented on September 7, 2024

I wasn't able to pinpoint why this is happening but the macro start-javafx is choosing to start the application using the pre Java 9 method even when the running with Java 11.

I've tried running my application by setting javafx.runtime.version to 11, but then the application hangs at AOT.

This is what my uberjar profile would look like:

{:uberjar {:aot :all
           :jvm-opts ["-Djavafx.runtime.version=11"]}

Furthermore, dropping to Java 1.8 Oracle JDK gives me the following error when trying to create an Uberjar (note, I've removed the javafx.runtime.version property this time):

Syntax error compiling . at (fn_fx/init.clj:16:8).
Syntax error (IllegalArgumentException) compiling . at (fn_fx/init.clj:16:8).
No matching method startup found taking 1 args for class javafx.application.Platform

from fn-fx.

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.