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
I'm using ElectronJS version 18.0.3 and running in my computer with Windows 11 and before 10 works fine but when I try to run
in my gf's notebook I got an error, and I have installed the necessary packages as mentioned in another issue ( #126 ) but still the same.
Issue occurs on
[ x] Virtual machine
Docker container
[ x] Dev/Host system
Detailed error description
[Window Title]
Error
[Main Instruction]
A JavaScript error occurred in the main process
[Content]
Uncaught Exception:
Error: The specified procedure could not be found.
\?\C:\Users\Teste\Desktop\win-unpacked\resources\app\node_modules@nut-tree\libnut-win32\build\Release\libnut.node
at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1812)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at bindings (C:\Users\Teste\Desktop\win-unpacked\resources\app\node_modules\bindings\bindings.js:112:48)
at Object. (C:\Users\Teste\Desktop\win-unpacked\resources\app\node_modules@nut-tree\libnut-win32\index.js:1:35)
[OK]
Steps to reproduce error
Just run any Electron app with the package installed
Additional content
Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)
The text was updated successfully, but these errors were encountered:
2.0.1
Short overview
I'm using ElectronJS version 18.0.3 and running in my computer with Windows 11 and before 10 works fine but when I try to run
in my gf's notebook I got an error, and I have installed the necessary packages as mentioned in another issue ( #126 ) but still the same.
Issue occurs on
Detailed error description
[Window Title]
Error
[Main Instruction]
A JavaScript error occurred in the main process
[Content]
Uncaught Exception:
Error: The specified procedure could not be found.
\?\C:\Users\Teste\Desktop\win-unpacked\resources\app\node_modules@nut-tree\libnut-win32\build\Release\libnut.node
at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1812)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at bindings (C:\Users\Teste\Desktop\win-unpacked\resources\app\node_modules\bindings\bindings.js:112:48)
at Object. (C:\Users\Teste\Desktop\win-unpacked\resources\app\node_modules@nut-tree\libnut-win32\index.js:1:35)
[OK]
Steps to reproduce error
Just run any Electron app with the package installed
Additional content
The text was updated successfully, but these errors were encountered: