You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dyld[4251]: Library not loaded: @rpath/libffmpeg.dylib
Referenced from: <4C4C44E1-5555-3144-A119-A11710D5D872> /Users/andrew.denhertog/Documents/Project
s/andrewhertog/codex-theia/node_modules/electron/dist/Electron.app/Contents/Frameworks/Electron Fra
mework.framework/Versions/A/Electron Framework
Reason: tried: '/Users/andrew.denhertog/Documents/Projects/andrewhertog/codex-theia/node_modules/
electron/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/li
bffmpeg.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or '
arm64')), '/Users/andrew.denhertog/Documents/Projects/andrewhertog/codex-theia/node_modules/electro
n/dist/Electron.app/Contents/Frameworks/libffmpeg.dylib' (no such file), '/Users/andrew.denhertog/D
ocuments/Projects/andrewhertog/codex-theia/node_modules/electron/dist/Electron.app/Contents/Framewo
rks/libffmpeg.dylib' (no such file)
/Users/andrew.denhertog/Documents/Projects/andrewhertog/codex-theia/node_modules/electron/dist/Elec
tron.app/Contents/MacOS/Electron exited with signal SIGABRT
Steps to Reproduce:
Any electron build i try to run from theia-ide throws the above issue on my mac book.
It seems like its an issue with the arch type not being picked up correctly.
Additional Information
Operating System: Darwin Andrews-MacBook-Pro.local 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:39:07 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6000 arm64
Theia Version: 1.57.104
I've also tried the yo theia-extension and ran into the same issues.
Also removed my yarn cache and theia cli cache several times from ${TMPDIR} in order to force a recompile of ffmpeg with no luck.
The text was updated successfully, but these errors were encountered:
Thank you for the report. Just to be sure for the first error: What exactly do you you start and how? The packaged product or do you launch the electron app from the sources? if the second, could you paste all commands used?
Bug Description:
Unable to run electron app on Mac M1
Steps to Reproduce:
Any electron build i try to run from
theia-ide
throws the above issue on my mac book.It seems like its an issue with the arch type not being picked up correctly.
Additional Information
Darwin Andrews-MacBook-Pro.local 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:39:07 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6000 arm64
I've also tried the
yo theia-extension
and ran into the same issues.Also removed my yarn cache and theia cli cache several times from
${TMPDIR}
in order to force a recompile of ffmpeg with no luck.The text was updated successfully, but these errors were encountered: