Gkiokan / ps4-remote-pkg-sender

291 stars 25 forks source link

"The graphical interface doesn't start when installing from a .deb file on Debian 12." #76

Closed orabeidm closed 4 months ago

orabeidm commented 4 months ago

"The graphical interface doesn't start when installing from a .deb file on Debian 12."

Gkiokan commented 4 months ago

Is this error happening on the latest release v2.10.4?

orabeidm commented 4 months ago

dmor@deb12:~/Загрузки$ ps4remotepkgsenderv2 (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 [1424516:0523/202524.997118:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye. Ловушка трассировки/останова

orabeidm commented 4 months ago

dmor@deb12:~/Загрузки$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" dmor@deb12:~/Загрузки$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm dmor@deb12:~/Загрузки$

orabeidm commented 4 months ago

dmor@deb12:~/Загрузки$ uname -a Linux deb12 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux

orabeidm commented 4 months ago

dmor@deb12:~/Загрузки$ uname -r 6.1.0-21-amd64

Gkiokan commented 4 months ago

dmor@deb12:~/Загрузки$ ps4remotepkgsenderv2 (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 electron/electron#18397 [1424516:0523/202524.997118:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye. Ловушка трассировки/останова

Thanks for the report. I will check that soon.

Gkiokan commented 4 months ago

@orabeidm Could you try to run the application with the flag --no-sandbox and test if this workaround works?
In your case ps4remotepkgsenderv2 --no-sandbox

Note for myself:

// Just in case this is an linux issue, I might prefix it always until I know whats causing the issue.
if (process.platform === "linux") app.commandLine.appendSwitch("no-sandbox");
orabeidm commented 4 months ago

dmor@deb12:~$ ps4remotepkgsenderv2 --no-sandbox (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 ::store | no path given for base_path image

It has launched. I'll figure out how to work with it and test it. Right now, I'm uploading games via FTP. If there are any more errors, I'll describe them. Thank you!

Gkiokan commented 4 months ago

Thanks for reporting back. The Log messages are ok and not to worry.
You can have a look into the latest Modded Warfare Video he explains it a bit how and what.

Installing PS4 Apps remotely over the Network on 11.00

orabeidm commented 4 months ago

Yes, I know that it's not difficult. Everything seems to be working, thank you! I made a separate icon for launching it. image image