Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library not loaded #145

Closed
jtvberg opened this issue Feb 11, 2023 · 3 comments
Closed

Library not loaded #145

jtvberg opened this issue Feb 11, 2023 · 3 comments

Comments

@jtvberg
Copy link

jtvberg commented Feb 11, 2023

On macOs 12.6.3
After a clean install of 23.0.0 when I start the app I get this:

dyld[42893]: Library not loaded: '@rpath/Electron Framework.framework/Electron Framework'
  Referenced from: '.../node_modules/electron/dist/Electron.app/Contents/MacOS/Electron'
  Reason: tried: '.../node_modules/electron/dist/Electron.app/Contents/MacOS/../Frameworks/ElectronFramework.framework/Electron Framework' (no such file)

Navigating the file tree I can see the 'Electron Framework' at the location specified.

I went back to 22.x.x, 21.x.x and same problem.
If I go back to 18.3.15 it works!
Vanilla 23.0.0 works too.

I have tried cleaning my npm cache and searching within the posted issues and beyond.
Any ideas?

@khwaaj
Copy link
Collaborator

khwaaj commented Feb 11, 2023

I think this is this is a duplicate of #144. There is some kind of problem with npm not properly preserving symlinks when extracting the ECS zip file, and we have not been able to find a solution so far. There are a few workarounds is suggested in #144 though.

@jtvberg
Copy link
Author

jtvberg commented Feb 11, 2023

Makes sense. I didn't think of it being a symlink problem so I didn't search for that. I'll try a work-around as outlined.
Sorry for the dupe and thanks for the quick response!

@khwaaj
Copy link
Collaborator

khwaaj commented Mar 3, 2023

I'll go ahead and close this as a dupe, please reopen if this turned out to be some other problem after all.

@khwaaj khwaaj closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants