looking forward to this!
1 Like
finally got the app to compile, when ever I run it now I get:
2025-06-28 15:38:42.700 OpenFunscripter[4558:3290955] DEBUG: Failed loading libmpv.dylib: dlopen(libmpv.dylib, 0x0006): tried: 'libmpv.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OSlibmpv.dylib' (no such file), '/usr/lib/libmpv.dylib' (no such file, not in dyld cache), 'libmpv.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
2025-06-28 15:38:42.700 OpenFunscripter[4558:3290955] ERROR: Failed loading libmpv.dylib: dlopen(libmpv.dylib, 0x0006): tried: 'libmpv.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OSlibmpv.dylib' (no such file), '/usr/lib/libmpv.dylib' (no such file, not in dyld cache), 'libmpv.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
2025-06-28 15:38:42.700 OpenFunscripter[4558:3290955] ERROR: Failed to load mpv library.
I tried compiling mpv for arm. Maybe it can’t find it. I’m at a roadblock. please help
Currently, OFS can only be compiled into programs for the x86 architecture, so it must be used with the x86 version of MPV. In addition, since Homebrew has defaulted to upgrading the MPV version, this has led to incompatibility issues, making the problem rather tricky and difficult to resolve. It is recommended to consider using the Windows version of OFS first.
ugh, I give up! Thanks for your insights! Why can’t we have a modern scripting program!