-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Frequent crashes when switching tabs in preset windows #6261
Comments
Same behavior here! @SoftFever |
Having the same issue in Linux mint 21.3 Mate with all Orca versions of V2.x. One thing Orca does not like - (dash) in file names as it reports as errors. I tested by renaming the file and it is not flag in log as an error. The fault also occur with a new project started and with no objects added. |
This occurs when changing a value in a field (for me, particularly a field in one of the extruder tabs) and then changing tabs (to another extruder tab). If you change from the edited field, to another field within the same tab before changing tabs, the error does not seem to occur. |
Nice, I managed to reproduce the issue in my VM using this method. Will look into this problem soon. |
getting this to without changing values as well. Arch based os as well ill just say it is unstable well in the preset tabs. |
Yeah I noticed that too. |
Please give the PR #6437 a try and see if it solves the problem. |
Thank you very much Sir! 😃👍This solved the issue! But unfortunately there is more: After changing any parameter, another symbol appears underneath: If you are lucky enough to be able to klick it (the one underneath) everything works fine, but if you klick the one on top of it, especially after switching tabs, it crashes and closes Orca. To reproduce:
|
Hmmmmm seems to be another Linux only issue. Will take a look soon. |
Try the latest PR build. I don't have access to my Linux VM at the moment so I could not test this myself, but hopefully it's fixed now. |
Thank you very much! 😃👍That did indeed solve the issue! |
* Fix crash due to the wrong window get returned in `PointCtrl` (#6261). `getWindow()` must return the control itself, not its child control; otherwise the child control will be destroyed twice when the tab container is destroyed. * Fix another crash on Linux caused by unused undo button
…tFever#6437) * Fix crash due to the wrong window get returned in `PointCtrl` (SoftFever#6261). `getWindow()` must return the control itself, not its child control; otherwise the child control will be destroyed twice when the tab container is destroyed. * Fix another crash on Linux caused by unused undo button
* Fix crash due to the wrong window get returned in `PointCtrl` (SoftFever/OrcaSlicer#6261). `getWindow()` must return the control itself, not its child control; otherwise the child control will be destroyed twice when the tab container is destroyed. * Fix another crash on Linux caused by unused undo button
Is there an existing issue for this problem?
OrcaSlicer Version
2.1.1
Operating System (OS)
Linux
OS Version
Manjaro (Arch) [kernel 6.9.9] + KDE plasma [v 6.0.5]
Additional system information
OS: Manjaro Linux x86_64
Host: 82V2 (Slim 7 ProX 14ARH7)
Kernel: Linux 6.9.9-1-MANJARO
Display (CSO1410): 3072x1920 @ 120Hz (as 1536x960) [Built-in]
DE: KDE Plasma 6.0.5
WM: KWin (Wayland)
CPU: AMD Ryzen 9 6900HS Creator Edition (16) @ 4.93 GHz
GPU 1: AMD Radeon 680M [Integrated]
GPU 2: NVIDIA GeForce RTX 3050 Mobile [Discrete]
Memory: 27.10 GiB
Printer
any
How to reproduce
Actual results
Program freezes for a second, then closes itself
Expected results
Tab switches
Project file & Debug log uploads
Here's my full log folder containing several crash logs, mostly if not all from this issue.
log.zip
Checklist of files to include
Anything else?
No response
The text was updated successfully, but these errors were encountered: