-
Notifications
You must be signed in to change notification settings - Fork 48
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
Can't execute Briss 2.0 on Windows 11 #68
Comments
This JavaFX is giving us much trouble and headache. It was just added because the Swing file chooser is not native and looks very ugly IMO. |
With JRE 8, yes. But not with JRE 18. |
So what's the error for JRE 18? |
There's no error. But never mind. Checking it further, I saw that the window's position was outside the screen, so that I couldn't see it. So no bug here, but ensuring the window appears on (0,0) to override any fancy JVM's defaults would be interesting. |
Interesting, I also observed on Windows 10 that the Briss window was opened on the bottom right. I thought it should be centered. Would be also nice to store the previous position and size as user config somewhere (and while we're at it also the previously chosen file paths). |
Opened #70 to track your suggestion. |
Found the root cause. See #72 |
Windows 11 Home
21H2 (22000.613)
Java version
Execute Briss-2.0.bat and get the following stacktrace:
The text was updated successfully, but these errors were encountered: