Criptext / Criptext-Email-React-Client

Front-end development of criptext email client using react
GNU General Public License v2.0
75 stars 21 forks source link

Won't Launch Anymore #1534

Open neurodiverseEsoteric opened 2 years ago

neurodiverseEsoteric commented 2 years ago

Criptext wasn't launching from the menu, so I tried the terminal and got this:

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397 (electron) 'setResizable function' is deprecated and will be removed. Please use 'resizable property' instead. [1845926:0303/100911.077825:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye. /usr/bin/criptext: line 3: 1845926 Trace/breakpoint trap (core dumped) /opt/criptext-bin/AppRun

neurodiverseEsoteric commented 2 years ago

Some how adding the flag --no-sandbox gets it working again...