Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeGUI / MacOS - Fix execution #830

Open
Elanis opened this issue Aug 8, 2024 · 0 comments
Open

NodeGUI / MacOS - Fix execution #830

Elanis opened this issue Aug 8, 2024 · 0 comments
Labels
benchmark-tool bug Something isn't working help wanted Extra attention is needed

Comments

@Elanis
Copy link
Owner

Elanis commented Aug 8, 2024

2024-08-07T19:20:00.5061130Z [ERROR] stderr: node:internal/modules/cjs/loader:1243
2024-08-07T19:20:00.5061760Z   return process.dlopen(module, path.toNamespacedPath(filename));
2024-08-07T19:20:00.5062280Z                  ^
2024-08-07T19:20:00.5062460Z 
2024-08-07T19:20:00.5064060Z Error: dlopen(/Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/nodegui_core-a9f46e6107fa9a751dffe1f21ab72e4a.node, 0x0001): Library not loaded: @rpath/QtSvgWidgets.framework/Versions/A/QtSvgWidgets
2024-08-07T19:20:00.5067040Z   Referenced from: <39B3DC6C-C583-316E-942A-9303CFF3F468> /Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/nodegui_core-a9f46e6107fa9a751dffe1f21ab72e4a.node
2024-08-07T19:20:00.5070310Z   Reason: tried: '/Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/../../miniqt/6.6.0/macos/lib/QtSvgWidgets.framework/Versions/A/QtSvgWidgets' (no such file), '/Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/../../miniqt/6.6.0/macos/lib/QtSvgWidgets.framework/Versions/A/QtSvgWidgets' (no such file)
2024-08-07T19:20:00.5072420Z     at Module._extensions..node (node:internal/modules/cjs/loader:1243:18)
2024-08-07T19:20:00.5072980Z     at Module.load (node:internal/modules/cjs/loader:1037:32)
2024-08-07T19:20:00.5073720Z     at Module._load (node:internal/modules/cjs/loader:878:12)
2024-08-07T19:20:00.5074240Z     at Module.require (node:internal/modules/cjs/loader:1061:19)
2024-08-07T19:20:00.5074740Z     at require (node:internal/modules/cjs/helpers:103:18)
2024-08-07T19:20:00.5075670Z     at eval (webpack://nodegui-starter/./node_modules/@nodegui/nodegui/build/Release/nodegui_core.node?:1:18)
2024-08-07T19:20:00.5077160Z     at ./node_modules/@nodegui/nodegui/build/Release/nodegui_core.node (/Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/index.js:2676:1)
2024-08-07T19:20:00.5078830Z     at __webpack_require__ (/Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/index.js:3183:42)
2024-08-07T19:20:00.5080180Z     at eval (webpack://nodegui-starter/./node_modules/@nodegui/nodegui/dist/lib/utils/addon.js?:3:15)
2024-08-07T19:20:00.5081610Z     at ./node_modules/@nodegui/nodegui/dist/lib/utils/addon.js (/Users/runner/work/web-to-desktop-framework-comparison/web-to-desktop-framework-comparison/benchmark/01-empty-app/nodegui/dist/index.js:2604:1) {
2024-08-07T19:20:00.5082580Z   code: 'ERR_DLOPEN_FAILED'
2024-08-07T19:20:00.5082830Z }
@Elanis Elanis added bug Something isn't working help wanted Extra attention is needed benchmark-tool labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark-tool bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant