murat-dogan / node-datachannel

WebRTC For Node.js and Electron. libdatachannel node bindings.
Mozilla Public License 2.0
291 stars 55 forks source link

Broken on electron 28.3.2 #279

Open mikey0000 opened 1 month ago

mikey0000 commented 1 month ago

Error: /home/michael/git/gameglass/GameGlass/hub/node_modules/node-datachannel/build/Release/node_datachannel.node: undefined symbol: _ZTVN10cxxabiv117class_type_infoE

G-Ray commented 4 weeks ago

Same issue with electron@31

mikey0000 commented 2 weeks ago

Interestingly if I rebuild it locally it works fine, it also doesn't link to as much (checked using ldd)

murat-dogan commented 2 weeks ago

Thanks for reporting.

I can reproduce it. But in my case it is not even packaging the .node or node-datachannel module. Am I missing something? Or Could you create a repo for testing with basics? examples/electron-demo as a template we say.

mikey0000 commented 2 weeks ago

Yeah I'll try get something up over the next day or so. Have to use something like weppack and node loader