-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
UGS freeze after opening file, ver 2.1.0 to 2.1.4 and nightly #2417
Comments
Can you post your log file from: |
Maybe I need to increase limit memory to 4gb? |
You are not loading a large file, so I don't think it is the issue with memory. You are getting this error: It roughly translate to I have seen other reports that it may happen on multi monitor setups, do you have multiple monitors connected to your computer? |
This is the error translated
I olny use notebook with UGS, I have conection to local network drive (second notebook on which i małe gcode on sheetcam) |
VID_20240104_125519.mp4 |
Add the column for "Handles" in the Task manager. |
This might the a problem, are you using a network drive?
What happens if you move the file to the desktop and open it from there? |
Yes I am opening from network drive, I will move files to desktop, open files and run,then check after gcode finish |
Log file please |
This error was in your first log file also, I thought that it was symptom but it might be the cause. It seems to be a problem with the OpenGL integration, I have no idea what it is and I can't reproduce it. You could try to upgrade the graphics drivers, other than that I don't think I will be able to help you.
|
I made few graphic updates, little bit more performance and update drivers, its better, I could open file few times after a lot of JOG but it now stopped, please one more time view my fresh LOG file and quote me that error, i will try to find out the problem on web |
The log file no longer contains OpenGL errors, instead you now get this:
I did a quick googling and couldn't find any obvious fix. |
It no longer reports an error on the handles. Your screenshot of the task manager doesn't show an excessive use of handles either so I don't think it is a problem anymore. This is the error you should be searching for: |
I reinstall to win7, all drivers are up to date. Problem with freezing may caused by not good graphic card. UGS is still stucked. |
That sounds tedious, you should check out the alternative gcode senders: |
Yes. GT630 vram is 1gb, i switch to my third notebook (GT745 vram 4gb) and the problem gone. Everything works perfect. I have theory that Your visualiser and real time position takes a lot of memory. I found that sometimes I can see a frame (shadow) of tabs but I cant click, its not opening. Iam sure that is problem with vram memory. As I said on my better notebook problem is gone. I like UGS, I am using joystick control and this is priority for me, I need something witch joystick /gamepad control. Is there any chance to turn off or delete from software the visualiser? Or mayby turn off 3d view or drop down the resolution? I am 99% sure that will help. To be honest I dont need live view and position , I always simulate track in sheetcam so I can live without visualiser but cant live without joystick. I was working without joystick, JOG clicking at notebook is not as comfortable as with joystick. |
You can just close the visualizer and it shouldn't load OpenGL at all. We could also try to disable all visualizer features and enable one at a time to pinpoint if there is one particular that is causing the problem. Right click in the visualizer and go to Show features and disable them all. Then you can try and open a file and see if that works. Enable a new feature and open a file again, and so on... I run Linux so things might work a bit different, but I loaded a 8Mb gcode file with 402276 lines and then ran "nvidia-smi":
It says that UGS is using 31Mb of video memory. |
If you get fed up with UGS, I checked the gSender documentation and they support gamepads as well: https://resources.sienci.com/view/gs-additional-features/ |
Thank You. In card details on my better notebook dedicated video memory is set to 128mb. On second where problem occurs dedicated video memory is 32mb.. I will try to increase that parameters and then try your method ;) |
@17dazer17 were you using the line follower? Ive had similar issues on Linux (my CNC control tower is an old scrappy office PC with Ubuntu on it) and when running programs with over 4000-5000 lines and the line follower on, it gets stuck and I either have to wait until UGS "finishes" running the program in memory or just exit UGS. |
Can see from the log that you had a gamepad activated. The library we were using had a memory leak which is now fixed in version 2.1.6 (#2485) |
Version
2.1.4
Hardware / Firmware
GRBL 1.1
What happened
Can't create new file, open file, can't open any tab in UGS. I can only conect to mashine and JOG.
How to reproduce
1.open UGS
2.connect
3.open file
4.no respond any tab, only able to JOG ns connect
5 restart ugs
6. Step 1 to 5
I can open file from folder during UGS is running and stucked (click on '.nc' open with pick UGS then file is loading and I can run machine). After finish gcode, UGS is stucked(can JOG and connect, tabs not responding) . Then if i want open new gcode I go to folder, open with (as i wrote).
1.So running one g code
2.Restart UGS
3. Running another g code
Thats my UGS works. Tried all version nightly also. Few times works good for one/two days then UGS stucked.
Operating System
Win10 64bit pro
Anything else
Almost every time, one restart one gcode, second restart second gcode
The text was updated successfully, but these errors were encountered: