question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Library not loaded

See original GitHub issue
  • Insomnia Version: 7.0.2
  • Operating System: MacOS X Mojave

Details

Just updated and got this error on launch:

Uncaught Exception:
Error: dlopen(/var/folders/1_/0s3k9f_15hj1n54w8xnpsd_w0000gp/T/.com.insomnia.app.8VNRlX, 1): Library not loaded: @rpath/libcurl.dylib
  Referenced from: /var/folders/1_/0s3k9f_15hj1n54w8xnpsd_w0000gp/T/.com.insomnia.app.8VNRlX
  Reason: Incompatible library version: .com.insomnia.app.8VNRlX requires version 11.0.0 or later, but libcurl.dylib provides version 10.0.0
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:740:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:180:18)
    at Module.load (internal/modules/cjs/loader.js:620:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
    at Function.Module._load (internal/modules/cjs/loader.js:551:3)
    at Module.require (internal/modules/cjs/loader.js:658:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:40:32)
    at Object.<anonymous> (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:279:3)```

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
toshim45commented, Oct 18, 2019

same issue on mac os sierra

Uncaught Exception:
Error: dlopen(/var/folders/qn/nyx4mydd3cx7twkbdqs5mw980000gn/T/.com.insomnia.app.roiORO, 1): Library not loaded: @rpath/libcurl.dylib
  Referenced from: /var/folders/qn/nyx4mydd3cx7twkbdqs5mw980000gn/T/.com.insomnia.app.roiORO
  Reason: Incompatible library version: .com.insomnia.app.roiORO requires version 11.0.0 or later, but libcurl.4.dylib provides version 7.0.0
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:740:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:180:18)
    at Module.load (internal/modules/cjs/loader.js:620:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
    at Function.Module._load (internal/modules/cjs/loader.js:551:3)
    at Module.require (internal/modules/cjs/loader.js:658:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/Users/artikow/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:40:32)
    at Object.<anonymous> (/Users/artikow/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:279:3)
0reactions
gschiercommented, Oct 18, 2019

I just pulled 7.0.2 so no one else gets the update. Working on a fix now. I think this was related to the fact that the last build used GitHub Actions instead of TravisCI which runs in a newer macOS environment.

Going to defer to this issue for future discussion #1739

Read more comments on GitHub >

github_iconTop Results From Across the Web

dyld: Library not loaded | Apple Developer Forums
dyld: Library not loaded: [...] Reason: no suitable image found. - It launches fine in the iPhone 11 simulator. - It launches fine...
Read more >
Issues - GitHub
[Bug]: 100% Bug with new version 4.5.0 on IOS (Library not loaded: @rpath/OneSignalCore.framework/OneSignalCore) #1460.
Read more >
error "Library not loaded: @executable_path/libmozglue.dylib ...
Now with 11.0 I get an error "dyld: Library not loaded: @executable_path/libmozglue.dylib". This error is understandable when analysing the binaries. I found a ......
Read more >
How to fix octave Library not loaded and Abort trap: 6 bug?
Make sure hwloc is installed by typing brew install hwloc in your terminal. If that doesn't work, try navigating to the directory its ......
Read more >
dyld: Library not loaded - Visual Studio Feedback
I run my Xamarin ios application on simulator, and it runs perfectly fine. However when I try to run it on my own...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found