Inochi2D / inochi-creator

Inochi2D Rigging Application
BSD 2-Clause "Simplified" License
883 stars 48 forks source link

[BUG] Macos system cannot start software and crashes #318

Open BiliBiliMiaoTuo opened 1 year ago

BiliBiliMiaoTuo commented 1 year ago

Validations

Describe the bug

It cannot be started after installation. I used rosetta2 to translate and it still cannot be started.

Reproduction

I pulled the installation package from github, installed it normally, and then gave it permissions. Then I clicked start and it crashed. I obtained the error report through the console program by unpacking it and attached it below.

System Architecture

arm64 / aarch64

Operating System

macOS

Version

0.8.3

Logs

Click to expand! ‘’‘ //=== Args State === //=== Exception === //object.Exception@source/creator/core/package.d(213): SDL2 library not found! //---------------- //??:? object.Throwable.TraceInfo core.runtime.defaultTraceHandler(void*) [0x1029f1db7] //??:? _d_run_main [0x1029fa9d7] //??:? start [0x182b9d057] //??:? 0x0 [0xc3487fffffffffff] ’‘’

Additional Context

Unable to start, so I don’t have a screenshot so I can only provide you with the crash report.

Screenshot 2023-10-26 at 14 05 45
helloar14 commented 1 year ago

I believe the current workaround for this is right click Inochi Creator then choose Show Package Contents; On Finder, open Contents/Frameworks then rename libSDL2-2.0.dylib to libSDL2.dylib Then run Inochi Creator again.

BiliBiliMiaoTuo commented 1 year ago

Awesome bro, I spent the whole afternoon working on it, thank you.