-
-
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] Crash after exporting video and leaving Creator idle for a few minutes. #392
Comments
https://github.com/user-attachments/assets/551b2ad4-ed24-4d3a-948a-cb05f74d3358 |
Duplicate of #378 |
More info for replication: std.file.FileException@std\file.d(885): C:\Users\Bronwen\AppData\Roaming.inochi-creator\autosaves\lookingforcrash2.mp4 [NUL] kingforcrash\creator-project.lock: Access is denied. Same null character in the crash dump log too. |
This should be fixed in the nightly build |
Validations
Describe the bug
I am exporting a video (default settings) of a simple animation, and then leaving the application idle in the Animation Editor with the animation playing. I would not expect anything to happen, but what happens is after a few minutes Inochi creator crashes. After the first crash I tried exporting the same animation again and leaving the application idle, and I was able to reproduce the crash again after a short time.
Reproduction
System Architecture
x86_64
Operating System
Windows
Version
v0.8.5
Logs
Click to expand! First Crash
``` === Args State ====== Exception ===
std.file.FileException@std\file.d(885): C:\Users\Bronwen\AppData\Roaming.inochi-creator\autosaves\throw2.mp4 del\creator-project.lock: Access is denied.
0x00007FF6B8E16F33 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8E16C64 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8E1677D in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8E0A3E1 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DF7BDE in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DBED30 in pure nothrow @nogc @safe mir.numeric.mir_find_root_result!(real).mir_find_root_result mir.numeric.findRootImpl(real, real, real, real, real, real, uint, uint, scope real delegate(real) pure nothrow @nogc @safe, scope bool delegate(real, real) pure nothrow @nogc @safe)
0x00007FF6B8CAB1F3 in igImAbs_Float
0x00007FF6B8CD2CC9 in igImAbs_Float
0x00007FF6B8CD26DA in igImAbs_Float
0x00007FF6B8CD23F3 in igImAbs_Float
0x00007FF6B8D2D30A in ImGuiDockNode_IsSplitNode
0x00007FF6B8D2D1C1 in ImGuiDockNode_IsSplitNode
0x00007FF6B8DFEAC5 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DFE77B in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DFEA26 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8EBAED0 in ImGui_ImplOpenGL3_Shutdown
0x00007FF87EA77374 in BaseThreadInitThunk
0x00007FF87F1FCC91 in RtlUserThreadStart
=== Args State ===
=== Exception ===
std.file.FileException@std\file.d(885): C:\Users\Bronwen\AppData\Roaming.inochi-creator\autosaves\throw4 e model\creator-project.lock: Access is denied.
0x00007FF6B8E16F33 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8E16C64 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8E1677D in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8E0A3E1 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DF7BDE in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DBED30 in pure nothrow @nogc @safe mir.numeric.mir_find_root_result!(real).mir_find_root_result mir.numeric.findRootImpl(real, real, real, real, real, real, uint, uint, scope real delegate(real) pure nothrow @nogc @safe, scope bool delegate(real, real) pure nothrow @nogc @safe)
0x00007FF6B8CAB1F3 in igImAbs_Float
0x00007FF6B8CD2CC9 in igImAbs_Float
0x00007FF6B8CD26DA in igImAbs_Float
0x00007FF6B8CD23F3 in igImAbs_Float
0x00007FF6B8D2D30A in ImGuiDockNode_IsSplitNode
0x00007FF6B8D2D1C1 in ImGuiDockNode_IsSplitNode
0x00007FF6B8DFEAC5 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DFE77B in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8DFEA26 in ImGuiInputTextState_GetSelectionStart
0x00007FF6B8EBAED0 in ImGui_ImplOpenGL3_Shutdown
0x00007FF87EA77374 in BaseThreadInitThunk
0x00007FF87F1FCC91 in RtlUserThreadStart
// paste the log text here
The text was updated successfully, but these errors were encountered: