Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
orabeidm opened this issue May 23, 2024 · 10 comments

Comments

@orabeidm
Copy link

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

@Gkiokan
Copy link
Owner

Gkiokan commented May 23, 2024

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

@orabeidm
Copy link
Author

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.
Ловушка трассировки/останова

@orabeidm
Copy link
Author

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
Copy link
Author

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

@orabeidm
Copy link
Author

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

@Gkiokan
Copy link
Owner

Gkiokan commented May 23, 2024

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
Copy link
Owner

Gkiokan commented May 23, 2024

@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
Copy link
Author

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 electron/electron#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
Copy link
Owner

Gkiokan commented May 24, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants