archon-runtime / archon-runtime.github.io

ARChon Runtime for Chrome
http://archon-runtime.github.io/
47 stars 5 forks source link

Archon not working on ARM ASUS Chromebook C201PA #40

Closed ENJ1 closed 11 months ago

ENJ1 commented 4 years ago

I have tried both versions of Archon and the 2048 sample does not work. It just gets stuck at the Android logo. I have heard other people getting black screens after a while but I don't even get that. Here are the errors I get (and yes I am in developer mode on the extension check mark)

Error for 2048: Unrecognized manifest key 'arc_metadata'. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 { "app": { "background": { "page": "app_main.html" } }, "arc_metadata": { "apkList": [ "custom-android-release-1400197.apk" ], "enableExternalDirectory": false, "formFactor": "phone", "name": "com.uberspot.a2048", "orientation": "portrait", "packageName": "com.uberspot.a2048", "useGoogleContactsSyncAdapter": false, "usePlayServices": [ "gcm" ] },

Error for Archon: { "about_page": "NOTICE.html", "arc_build_tag": "arc-runtime-38.4410.120.25", "default_locale": "en", "export": { "resources": [ "*" ] }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwTjmSbBD9uFJEUR7jMYAL1sPXqCNe7ljIb6dheKIYjkNtLt1YuiAw4Pul/PO+aYtm8tsbFnsNZ73AxhMX9aPxuzwlAak/iN6atxv7h8mwOg6HiHdxTDnOPrCv7fEud5aUFaq7sqDhiqwMpJoIOa1w7c299z3oXIrG1FGEkid1IQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "32", "name": "ARChon Custom Runtime 1.1 - ARM", "platforms": [ { "nacl_arch": "x86-32", "sub_package_path": "_platform_specific/nacl_i686/" }, { "nacl_arch": "x86-64", "sub_package_path": "_platform_specific/nacl_x86_64/" }, { "nacl_arch": "arm", "sub_package_path": "_platform_specific/bare_metal_arm/" } ], "update_url": "https://localhost", "version": "38.4410.120.25" }

Here is chrome://version:

Google Chrome 84.0.4147.110 (Official Build) (32-bit)
Revision d9606e6cd5f406598bace637a9d966be251440ed-refs/branch-heads/4147@{#965}
Platform 13099.85.0 (Official Build) stable-channel veyron_speedy
Firmware Version Google_Veyron_Speedy.6588.237.0
JavaScript V8 8.4.371.22
Flash 32.0.0.403 /opt/google/chrome/pepper/libpepflashplayer.so
User Agent Mozilla/5.0 (X11; CrOS armv7l 13099.85.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.110 Safari/537.36
Command Line /opt/google/chrome/chrome --ppapi-flash-path=/opt/google/chrome/pepper/libpepflashplayer.so --ppapi-flash-version=32.0.0.403 --use-gl=egl --gpu-sandbox-failures-fatal=yes --gpu-sandbox-start-early --enable-logging --log-level=1 --use-cras --enable-wayland-server --user-data-dir=/home/chronos --enable-features=SmartDim --login-profile=user --has-chromeos-keyboard --guest-wallpaper-large=/usr/share/chromeos-assets/wallpaper/guest_large.jpg --guest-wallpaper-small=/usr/share/chromeos-assets/wallpaper/guest_small.jpg --child-wallpaper-large=/usr/share/chromeos-assets/wallpaper/child_large.jpg --child-wallpaper-small=/usr/share/chromeos-assets/wallpaper/child_small.jpg --default-wallpaper-large=/usr/share/chromeos-assets/wallpaper/oem_large.jpg --default-wallpaper-small=/usr/share/chromeos-assets/wallpaper/oem_small.jpg --default-wallpaper-is-oem --arc-build-properties={} --enterprise-enrollment-initial-modulus=15 --enterprise-enrollment-modulus-limit=19 --login-manager --first-exec-after-boot --no-enable-crashpad --vmodule=certificate_provider=1,/search_result_ranker/=1,night_light=1,/chrome/browser/chromeos/account_manager/=1,/chromeos/components/account_manager/=1,app_list_syncable_service=1,/chromeos/power/auto_screen_brightness/=1,/forced_extensions/installation_tracker=2,extension_downloader=2,existing_user_controller=2,/ash/wm/tablet_mode/=1,enrollment_screen_handler=1,/browser/chromeos/login/enrollment/=1,/ui/ozone/=1,/ui/display/manager/chromeos/*=1,update_engine=1,component_updater_service=1 --enable-features=SmartDim --ui-compositor-memory-limit-when-visible-mb=512 --silent-launch
Executable Path /opt/google/chrome/chrome
Profile Path /home/chronos/u-b908fb52484085b2a7994a415120ad9adb86e8e1

I have looked all over the internet and cannot find anything. Please help!

illtellyoulater commented 2 years ago

@ENJ1 my experience is similar to yours... I can only tell that "Unrecognized manifest key 'arc_metadata'" is not a blocking error but just a warning, so it should work. Nonetheless, it doesn't. Also it seems we are not alone in this situation, looking at other unsolved similar threads... In the end it just seems this project went abandoned...

illtellyoulater commented 11 months ago

@archrr1 yeah completed lol

ENJ1 commented 11 months ago

@illtellyoulater well to be fair I did fix it 2 years ago. I just lost the will to live shortly after 🤣