Closed Ciao121 closed 6 years ago
Error 193 happens using ia32 on a x64 sysem. So let's use x64. But it shows me error 126
C:\Users\ivan\Desktop\Nuov3\playernew\node_modules\webchimera.js\build\Release\WebChimera.js.node exists..
The error seems to say that it cannot find libvlc.dll and libvlccore.dll. Should I put those files manually?
Closed as too old.
Hi everyone, I can successfully use prebuilds using wcjs: require('wcjs-prebuilt'). But to use prebuilds I have to use electron 1.4.3 (this is the latest build I can find).
I'm trying to make a build to use with the latest electron version (1.8.3). I changed set npm_config_wcjs_runtime_version to 1.8.3 and the build successfully completes (no error sor warnings at all). But when I try to use: wcjs: require('webchimeras.js') I get this error:
Tried bot ia32 and x64; the error change from 193(ie32)to 126 (x64) I need help to solve this :/
Thank you!!!