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
Everything builds just fine but now I get the following error when trying to load the module:
VM280 renderer_init:formatted:740 Error: Module did not self-register: '\?\C:\Projects\TeamsOS_AppLauncher\build\Debug\example1.node'.
at process.func [as dlopen] (VM277 asar_bundle:5:1800)
at Object.Module._extensions..node (VM261 loader:1199:18)
at Object.func [as .node] (VM277 asar_bundle:5:1800)
at Module.load (VM261 loader:988:32)
at Module._load (VM261 loader:829:12)
at Function.c._load (VM277 asar_bundle:5:13331)
at Function.o._load (VM280 renderer_init:formatted:368:31)
at Module.require (VM261 loader:1012:19)
at require (VM260 helpers:102:18)
at Object. (VM282 C:\Projects\TeamsOS_AppLauncher\preload.js:2:18)
Please help! What am I doing wrong? I've been banging my head into this all evening.
The text was updated successfully, but these errors were encountered:
To make my module work in the latest version of Electron I had to change from:
To this:
This is how I am building the module:
And these are the dependencies I'm using:
Everything builds just fine but now I get the following error when trying to load the module:
Please help! What am I doing wrong? I've been banging my head into this all evening.
The text was updated successfully, but these errors were encountered: