GroupMe icon indicating copy to clipboard operation
GroupMe copied to clipboard

electron.app.makeSingleInstance is not a function

Open TheKrafter opened this issue 1 year ago • 0 comments

on fedora linux, x86. was hoping to use this on my pinephone pro

[krafter@pulchrus-cattus GroupMe]$ npm start

> [email protected] start
> electron .

App threw an error during load
TypeError: electron.app.makeSingleInstance is not a function
    at Object.<anonymous> (/home/krafter/Applications/GroupMe/index.js:13:39)
    at Module._compile (node:internal/modules/cjs/loader:1174:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1229:10)
    at Module.load (node:internal/modules/cjs/loader:1044:32)
    at Module._load (node:internal/modules/cjs/loader:885:12)
    at f._load (node:electron/js2c/asar_bundle:2:13330)
    at loadApplicationPackage (/home/krafter/Applications/GroupMe/node_modules/electron/dist/resources/default_app.asar/main.js:121:16)
    at Object.<anonymous> (/home/krafter/Applications/GroupMe/node_modules/electron/dist/resources/default_app.asar/main.js:233:9)
    at Module._compile (node:internal/modules/cjs/loader:1174:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1229:10)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: electron.app.makeSingleInstance is not a function
    at Object.<anonymous> (/home/krafter/Applications/GroupMe/index.js:13:39)
    at Module._compile (node:internal/modules/cjs/loader:1174:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1229:10)
    at Module.load (node:internal/modules/cjs/loader:1044:32)
    at Module._load (node:internal/modules/cjs/loader:885:12)
    at f._load (node:electron/js2c/asar_bundle:2:13330)
    at loadApplicationPackage (/home/krafter/Applications/GroupMe/node_modules/electron/dist/resources/default_app.asar/main.js:121:16)
    at Object.<anonymous> (/home/krafter/Applications/GroupMe/node_modules/electron/dist/resources/default_app.asar/main.js:233:9)
    at Module._compile (node:internal/modules/cjs/loader:1174:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1229:10)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

TheKrafter avatar Mar 01 '23 23:03 TheKrafter