-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[BUG] Segmentation fault when trying to use "Attempt full repair" #243
Comments
Seems like I can't reproduce the issue in nightly builds, could you test one of the builds here and see if the issue persists in that? |
Hi, I tried the nightly build but for some reason, I got a segfault and this time it seems like an issue with GPU(?)
I don't have a discrete GPU....totally rely on iGPU. Here's GDB
|
This is an unrelated issue to GPU stuff, it's imgui related. |
Yeah, I noticed, but it showed iGPU
|
Ah, related to this ImGui issue, I think ocornut/imgui#5401 |
Might be fixed by 0472500, I've triggered a forced nightly build https://github.com/Inochi2D/inochi-creator/actions/runs/4797030562 once this is done could you check if that solves the issue? |
Looks like after that patch everything is stable right now. I also tried "Attempt full repair" which also worked fine in nightly build. Thank you! |
Validations
Describe the bug
After creating a new model and adding things like node, mask, composite, etc. when I click on "Attempt full repair" Inochi Creator crashes with segfault. I'm using v0.7.4.1.
Opening Inochi in GDB doesn't seem like it gave any relevant information, however, it crashes when calling the
describeUndo
function.Reproduction
System Architecture
x86_64
Operating System
Linux
Version
v0.7.4.1
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: