fimage icon indicating copy to clipboard operation
fimage copied to clipboard

Fails on pixelbook go

Open jcoonrod opened this issue 4 years ago • 4 comments

Preflight generates the error in fimage-210528: BUG: An internal command error occurred. Could not run 'lspci'

Caused by: No such file or directory (os error 2)

None of the files seemed to land in my linux container in a way they could be executed. Had to chmod -R 1777 * -

Then got this error: emulator: Android emulator version 30.7.2.0 (build_id ) (CL:N/A) emulator: ERROR: can't find the emulator executable.

jcoonrod avatar Jul 31 '21 15:07 jcoonrod

Same here on a different chomebook. You can get past lspci by installing pciutils, but it'll eventually fail.

ciriousjoker avatar Feb 06 '22 05:02 ciriousjoker

Can you send a screenshot of the error?

quintenvandamme avatar Feb 06 '22 10:02 quintenvandamme

In my case there is no error. It just never launches. Perhaps my Chromebook just isn't good enough and I also wasn't able to run it off the GPU.

I'll just try again some other day, maybe off a live Ubuntu system

ciriousjoker avatar Feb 06 '22 11:02 ciriousjoker

Mayby try installing dnsmasq with sudo apt install dnsmasq if you don't have it installed it caused me problems before.

quintenvandamme avatar Feb 06 '22 12:02 quintenvandamme