OSC-for-OBS icon indicating copy to clipboard operation
OSC-for-OBS copied to clipboard

Linux version

Open tornoz opened this issue 4 years ago • 3 comments

Hi, since this is an electron app, would it be possible to provide a Linux binary ? Thanks!

tornoz avatar Oct 01 '21 14:10 tornoz

I don't have have anything to test it with, but you are correct! Just added to the latest assets. Give it a try and let me know

jshea2 avatar Nov 21 '21 02:11 jshea2

Thanks for uploading the build !

sadly, it doesn't launch, here is the error output:

$ ./OSC-for-OBS
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'node-keys-simulator'
Require stack:
- /mnt/hdd/apps/osc-for-obs/OSC-for-OBS((v2.7.1)-Linux/resources/app.asar/src/index.js
- 
    at Module._resolveFilename (internal/modules/cjs/loader.js:972:15)
    at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)
    at Module._load (internal/modules/cjs/loader.js:848:27)
    at Function.f._load (electron/js2c/asar_bundle.js:5:12633)
    at Module.require (internal/modules/cjs/loader.js:1032:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/mnt/hdd/apps/osc-for-obs/OSC-for-OBS((v2.7.1)-Linux/resources/app.asar/src/index.js:14:12)
    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)

tornoz avatar Feb 07 '22 19:02 tornoz

Sorry for the late response, but finally got around to adding the source code and doing other updates. Let me know if the new bug fix in "OSC-for-OBS-.v2.7.2.-Linux.zip" works, the main problem was the npm package was saved as a dev rather then in the final build. Thanks!

jshea2 avatar May 18 '22 01:05 jshea2