Closed patriciovergaratobar closed 6 years ago
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Does this happen in any other target platform/arch, or just armv7l?
only happens in armv7l
This doesn't sound like an Electron Packager specific problem, but rather an issue with Electron proper, because it's a rendering issue on a specific platform/arch. I would suggest seeing if anyone else in the Electron community has this problem, and if necessary, filing a bug in the Electron issue tracker.
I met same problem on raspberrypi. armv7l.
This is likely https://github.com/electron/electron/issues/12937 (and not caused by Electron Packager itself).
Hello there,
I have a problem with my application building for Linux armv7l. The problem comes after approximately three days of working application. The screen went blank.
In the operating system proccess I see the next:
When the application is working good the proccess are:
my temporary solution for this problem is have a bash script in the operating systema which is checking the proccess of my application where "--type=renderer" and restart the application when is not working.
the name of my application is consolaview, and the main script is:
The version of Electron is: electron "1.7.9", electron-packager "10.1.0"
The info of my environment is:
My question is: Exist other solutions for this problem?