Open mhalano opened 2 years ago
Same here
[linus@linus-pc ~]$ deskreen
15:43:15.960 › /opt/Deskreen/resources/app.asar/main.prod.js : Deskreen signaling server is online at port 3131
15:43:16.053 › APPIMAGE env is not defined, current application is not an AppImage
(node:46424) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
[46424:0504/154318.211215:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)
deskreen --in-process-gpu
works
deskreen
Getting the same issue. Running with --disable-gpu-sandbox
shows the window, but then I run into #185.
hey all I made a huge electron version bump, you can try with newest Deskreen version and see if it solved your problems, please write here, did it actually help. Thanks!
Prerequisites
master
branchDEBUG_PROD=true yarn build && yarn start
Expected Behavior
Deskreen should open
Current Behavior
Deskreen finishes execution with this shell message:
Steps to Reproduce
Install Deskscreen using the official .deb package
Start from console using the command
deskreen
See the error message and execution stopping.
Possible Solution (Not obligatory)
I was able to execute using the command
deskreen --in-process-gpu
Context
I'm trying to initialize Deskreen.
Your Environment