-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
Visualizer weirdness and freeze during startup #2646
Comments
Thanks for testing! I have noticed similar problems while developing where I shut down the Java process from the IDE, but only from my workstation running an NVidia graphics card. I have never experienced it when running it "normally", so I figured that I could live with it as a developer. I have not experienced this problem on either MacOSX or Windows. I will have to do some more testing before hitting the publish button. |
Can you please try the latest nightly build. I was able to reproduce the problem on both MacOSX and Linux. There were some deadlocks happening while it was initializing JOGL NEWT which I think I was able to work around with some delays in a similar way as they did in Gephi: |
Damn it! =/ I'll see if I can reproduce it somehow. I have tested it on all the machines that I have available and it has worked without any problems on all of them (Linux, Windows, MacOSX AARCH64, MacOSX Intel). I really think this in the end will improve the user experience, so I think that it is worth trying to get this to run. That other machine that you have sounds like it is quite beefy. Since the original problem was with deadlocks due to the timing of different threads, that machine might trigger the original problem. If you get the time I'd appreciate if you could run a test by putting a |
Version
2.1.10
Hardware / Firmware
GRBL 1.1
What happened
On a fresh installation of 2.1.10 UGS started normally and the visualizer works as expected. I dragged it to the main view area and it stopped working, displaying only the netbeans window and toolbar plus the gray background. At this point
closing the visualizer and re-opening it from the top menu fixes the display issue.
After the first start, if the visualizer is part of the layout the UI fails to render:
With the visualizer enabled, restarting UGS causes it to freeze completely and fail to render any UI components.
How to reproduce
Start with the
ugsplatform
shell script.Operating System
Linux, PopOS, AMD Ryzen 7 7840U w/ Radeon 780M Graphics, AwesomeWM
Anything else
messages.log looks normal except for this at the end:
additional troubleshooting
Downgrading to 2.1.9 allows everything to start normally. I'm able to close the visualizer window and switch back to 2.1.10.
Deleting the .ugsplatform directory also allows me to start 2.1.10 again.
The text was updated successfully, but these errors were encountered: