Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

symbol lookup error #159

Open
17nishad opened this issue Feb 15, 2022 · 2 comments
Open

symbol lookup error #159

17nishad opened this issue Feb 15, 2022 · 2 comments
Labels

Comments

@17nishad
Copy link

17nishad commented Feb 15, 2022

I got this error when I try to start my electron app.

  • Electron version 14
  • usb-detection@4.13.0
/node_modules/electron/dist/electron remote.js: symbol lookup error: /node_modules/usb-detection/build/Release/detection.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionE
@IonutBurlacu
Copy link

IonutBurlacu commented Mar 20, 2022

I'm getting a similar error as the one above:

dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionEhhh
  Referenced from: /Users/burlacuionutmihai/Desktop/mokiapp-electron/app/node_modules/usb-detection/build/Release/detection.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionEhhh
  Referenced from: /Users/burlacuionutmihai/Desktop/mokiapp-electron/app/node_modules/usb-detection/build/Release/detection.node
  Expected in: flat namespace```

@brenthompson
Copy link

Got the same error as @IonutBurlacu on electron 13 & usb-detection 14.4.1. electron-rebuild didn't appear to do anything, it returned immediately. although it did replace the .node file. I went into node_modules/usb-detection and ran a yarn install and that at least resolved the electron crash on startup due to missing symbols, but usb-detection still wouldn't work, got an exception when trying to require it. I added a postinstall script to my package.json to run electron-builder install-app-deps and that fixed everything up

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants