-
Notifications
You must be signed in to change notification settings - Fork 465
Description
Acknowledgement
- I have read Getting-Started and FAQ
- If dealing with version 0.1.549 or higher, you have installed the .NET 8 runtime
🐛 Describe the bug
basically,
i make new projects, i double click "a", i put in a Japanese letter, and then it crashes
Screen.Recording.2026-03-12.164154.mp4
Explains how to reproduce the bug
- Run the software
- make a new project
- click once for a pink rectangle
- double click the rectangle
- another window should open and you must click once for the letter "a"
- double click "a" then put in a random Japanese letter
- once it freezes you must crash
OS & Version
windows 11
Logs
Failed to render.: Try installing the latest Visual C++ Redistributable. https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
Unable to load DLL 'worldline' or one of its dependencies: The specified module could not be found. (0x8007007E)
System.AggregateException: One or more errors occurred. (Unable to load DLL 'worldline' or one of its dependencies: The specified module could not be found. (0x8007007E))
---> System.DllNotFoundException: Unable to load DLL 'worldline' or one of its dependencies: The specified module could not be found. (0x8007007E)
at OpenUtau.Classic.WorldlineRenderer.<>c__DisplayClass8_0.b__0() in D:\a\OpenUtau\OpenUtau\OpenUtau.Core\Classic\WorldlineRenderer.cs:line 68
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
0.1.565.0