imperador / chromefy

Project Croissant: Install Chrome OS on any Computer - Transforming Chromium to Chrome
GNU General Public License v3.0
881 stars 80 forks source link

Android shutdown and relaunch errors #122

Open khanhtranngoccva opened 4 years ago

khanhtranngoccva commented 4 years ago

When the device shuts down or logs out when running a fully functional Android container, the system fails to unmount any file systems and forces poweroff/logout, therefore failing to restore last session. The container then fails to launch next session, throwing unknown errors in the log. This error is reproduced on builds based on atlas or caroline systems. This does not happen if you do not run Android from last session.

khanhtranngoccva commented 4 years ago

Screenshot 2020-02-18 at 5 14 49 PM

khanhtranngoccva commented 4 years ago

arc.log This is the log of the error.

khanhtranngoccva commented 4 years ago

Basically signal 9, all of a sudden. I do not know what is causing the system to suddenly quit.

khanhtranngoccva commented 4 years ago

Check the log, if there's a precreate hook error in earlier versions that causes shutdown (due to timeout), edit the precreate timeout to 2000 or more in config.json. I haven't read yet on how to fix signal 9.