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

Windows: Add additional launcher to debug jfx problems #2661

Closed
wants to merge 1 commit into from

Conversation

infeo
Copy link
Member

@infeo infeo commented Feb 3, 2023

On windows, we are facing different JavaFX-related issues: #2606, #2373, #2610

Since for the normal windows app we do not get any terminal output, also debugging is very difficult, requiring a lot of user cooperation and some skill/support manuals. And since version 1.6.16 the launcher script does not work either, it is impossible to easily get debugging info and analyze (graphical) problems.

This PR alleviates the situation by providing an additional windows launcher (EXE), which logs to the terminal (including stderr!) and enables the javafx debug logging. In the end, the user has to start the debug-launcher and pipe all output to a file and upload the file. No configuration needed, no admin rights needed, minimal user effort.

@infeo infeo added the type:enhancement Improvements on an existing feature label Feb 3, 2023
@infeo infeo self-assigned this Feb 3, 2023
@infeo
Copy link
Member Author

infeo commented Feb 6, 2023

Closed in favor of #2666

@infeo infeo closed this Feb 6, 2023
@infeo infeo deleted the feature/add-jfx-debug-windows branch February 6, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Improvements on an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant