Version 3.11.3 Beta MacOS Arm Version installed from Releases dmg.
ffmpeg needs an additional lib that is not packaged in the dmg:
dyld[35865]: Library not loaded: /opt/homebrew/opt/sdl2/lib/libSDL2-2.0.0.dylib
Referenced from: <C86404EB-DFC9-31A1-8E95-3F036091FC12> /Applications/DemonEditor.app/Contents/Frameworks/ffmpeg
Reason: tried: '/opt/homebrew/opt/sdl2/lib/libSDL2-2.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/sdl2/lib/libSDL2-2.0.0.dylib' (no such file), '/opt/homebrew/opt/sdl2/lib/libSDL2-2.0.0.dylib' (no such file)
Abort trap: 6
This error is not detected because ui.BootLogoManager.init only checks for FileNotFoundError. I'd probably also check the output of ffmpeg -version for a plausible response.
Version 3.11.3 Beta MacOS Arm Version installed from Releases dmg.
ffmpeg
needs an additional lib that is not packaged in the dmg:This error is not detected because
ui.BootLogoManager.init
only checks forFileNotFoundError
. I'd probably also check the output offfmpeg -version
for a plausible response.