I've been trying to get cyberpunk modding working after the 1.2 patch came out, and I've been met with some consistient errors, which I don't really know what to do with.
when I tried to find cyberpunk in the unmanaged games list I could not find it, so instead I manually installed the Cyberpunk 2077 support extension from ThunderGod97. but when I try to install it I am met with this error:
Error: Cannot find module 'winapi-bindings'
Require stack:
- D:\flami\AppData\roaming\Vortex\plugins\game-cyberpunk2077\index.js
- D:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\vortex-run\lib\index.js
- D:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js
- D:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\index.html
at Module._resolveFilename (internal/modules/cjs/loader.js:972:15)
at Function.o._resolveFilename (electron/js2c/renderer_init.js:35:917)
at Module._load (internal/modules/cjs/loader.js:848:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)
at Function._load (D:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3381:139)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at Module.require (D:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3514:200)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (D:\flami\AppData\roaming\Vortex\plugins\game-cyberpunk2077\index.js:3:16)
at Object.<anonymous> (D:\flami\AppData\roaming\Vortex\plugins\game-cyberpunk2077\index.js:73:3)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Module.load (internal/modules/cjs/loader.js:992:32)
at Module._load (internal/modules/cjs/loader.js:885:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)
at Function._load (D:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3381:139)
I have tried uninstalling and reinstalling the extension and vortex, I have tried using the default install directory, instead of the D:\ drive. I dont really know where I need to go from here as winapi-bindings should be a part of vortex when it is installed.