casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.73k stars 161 forks source link

Fail to install libhoudini on Fedora. #48

Open laichiaheng opened 2 years ago

laichiaheng commented 2 years ago
[laichiaheng@julian-pc ~]$ waydroid show-full-ui 
[20:50:23] Failed to get service waydroidplatform, trying again...
[20:50:24] Failed to get service waydroidplatform, trying again...
[20:50:25] Failed to get service waydroidplatform, trying again...
^CTraceback (most recent call last):
  File "/usr/bin/waydroid", line 9, in <module>
    sys.exit(tools.main())
  File "/usr/lib/waydroid/tools/__init__.py", line 111, in main
    actions.app_manager.showFullUI(args)
  File "/usr/lib/waydroid/tools/actions/app_manager.py", line 118, in showFullUI
    maybeLaunchLater(args, showFullUI, justShow)
  File "/usr/lib/waydroid/tools/actions/app_manager.py", line 53, in maybeLaunchLater
    launchNow()
  File "/usr/lib/waydroid/tools/actions/app_manager.py", line 108, in justShow
    platformService = IPlatform.get_service(args)
  File "/usr/lib/waydroid/tools/interfaces/IPlatform.py", line 309, in get_service
    time.sleep(1)
KeyboardInterrupt
skinatro commented 2 years ago

i think this is because they removed ashmem but i am not sure

laichiaheng commented 2 years ago

It works perfectly on Arch Linux.