Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
In latest RCB release I fixed a general Android bug and now users reported that they were able to launch games on Android 8 with RCB. I looked through my launching code again and found that I am using two different methods to launch games (it is up to the user to decide which command is used):
Code:
process = subprocess.Popen(cmd.encode('utf-8'), shell=True)
 
Code:
os.system(cmd.encode('utf-8'))

I guess it is the second piece of code as this is the default option. Maybe this will also work for you.
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by malte - 2018-07-12, 19:18
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12