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

Dynamic Linking Error: Win32 error 126 #15

Open
anshtiwari314 opened this issue May 8, 2024 · 1 comment
Open

Dynamic Linking Error: Win32 error 126 #15

anshtiwari314 opened this issue May 8, 2024 · 1 comment

Comments

@anshtiwari314
Copy link

I cloned the repo. when try to run this project it gives me
Error: Dynamic Linking Error: Win32 error 126
at new DynamicLibrary (C:\Users\anuj\Desktop\testing\nodeshout\node_modules\ffi-napi\lib\dynamic_library.js:75:11)
at Object.Library (C:\Users\anuj\Desktop\testing\nodeshout\node_modules\ffi-napi\lib\library.js:47:10)
at Object. (C:\Users\anuj\Desktop\testing\nodeshout\src\libshout.js:11:23)
at Module._compile (node:internal/modules/cjs/loader:1218:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
at Module.load (node:internal/modules/cjs/loader:1081:32)
at Module._load (node:internal/modules/cjs/loader:922:12)
at Module.require (node:internal/modules/cjs/loader:1105:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object. (C:\Users\anuj\Desktop\testing\nodeshout\src\index.js:1:18)
git-issue

@cabfile
Copy link

cabfile commented Oct 31, 2024

hey there. i ran into the same issue, but fortunately found a solution

first go here to download some pre-built dlls
then simply unzip them in the same directory as the js file you're trying to run
and rename libshout-3.dll to libshout.dll
hope this helps

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

No branches or pull requests

2 participants