-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Erase tool segfault #222
Comments
The app crashes on Windows 10 as well using OpenTabletDriver. I built the current main branch |
I believe I have the same bug. I'm on Fedora Linux and the program closes with "Segmentation fault". |
Duplicate of #153 which has been resolved in v0.6.0 dev. |
It has not, I built the main branch and it still crashes |
Can you share Godot's debugger output as it crashes? |
Do you mean the godot log files in %appdata%?
Thanks! |
@mbrlabs I think we should also release debug binaries since these will dump a backtrace in the log file. This could also be useful for distinguishing engine crashes. |
@BigBoyBarney Can you try this debug-enabled build and share log? https://github.com/hansemro/Lorien/releases/tag/v0.6.0-debug-test |
Now that's interesting. This version doesn't crash. https://github.com/BigBoyBarney/Lorien/actions/runs/4096398750#artifacts The one I built from this 2 weeks ago (which should still be identical to the main branch) did. The artifact was Lorien_v0.6.0-dev.exe, so it is the right branch right? Or is main not the latest one? Thanks for your help! |
Is this still crashing for you guys? Here are some fresh (release) build artifacts using Godot 3.5.2: https://github.com/mbrlabs/Lorien/actions/runs/5770814754 |
I can confirm that as of 02/22/24, I am experiencing this crash. The eraser only seems to crash the program after lines have been drawn with a tablet pen. Using purely a mouse does not cause the crash, although trying to erase with the mouse after drawing a line with the tablet pen will still crash the program. I am hoping this additional information is relevant:
|
I confirm that this is still an issue when drawing with a pen. However, in my case, it's the pen's eraser that causes the segfault. The application's eraser behaves as expected. This is on Linux, Ubuntu 22.04, x86_64, Wacom Bamboo Create |
@djiamnot @DraconicMentalist @propugnator101 @BigBoyBarney I recently ported the project to Godot 4.3, so a lot has changed. Could any of you test this again? Unfortunately i could never reproduce this. Here are the latest CI builds: https://github.com/mbrlabs/Lorien/actions/runs/10579945908 |
erase tool makes the app close itself on windows 11
The text was updated successfully, but these errors were encountered: