TiagoSilvaPereira / vemto-issues

Repository to track Vemto Issues
30 stars 0 forks source link

Crashing on execute AppImage in Linux Pop_os #414

Closed maik001 closed 1 year ago

maik001 commented 1 year ago

After executing './vemto-1.3.1.AppImage' it's giving the follow error: (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9.

Vemto Version: 1.3.1 (Latest) Nodejs Version: v19.6.1 NPM Version: 9.5.0

maik001 commented 1 year ago

I fixed with:

export ELECTRON_ENABLE_LOGGING=true