Posts: 15
Joined: Jan 2015
Reputation:
0
Just a last thing :
I miss terribly Master Blaster, do you think there would be a way to add it to the amiga collection ?
It's freeware now.
Thanks a lot !
Posts: 10
Joined: Jan 2012
Reputation:
0
DaRKeN
Junior Member
Posts: 10
Hi guys! Can you help me? Or explain ... why the files inside the folder "dat_files" are deleted? I return to upload to the network, and then disappear again after a while.
All I do is test games and configure settings, but the folder is automatically emptied.
Thank you. Greetings. ^ _ ^
Posts: 2
Joined: Oct 2016
Reputation:
0
Hello. I have a quick question. I'm trying to add Reicast as an external launcher for IARL. I have this as the command in external_command_database.xml
<launcher name="Reicast (Dreamcast)" os="Android">
<launcher_command>/system/bin/am start -n com.reicast.emulator/.GL2JNIActivity -a android.intent.action.VIEW -eu Uri "file://%ROM_PATH%"</launcher_command>
</launcher>
When I try to launch a game it gives me an error. This is the log
13:17:00 T:18446744072330912160 NOTICE: IARL: Lets Play!
13:17:00 T:18446744072330912160 NOTICE: [resources.lib.xbmcswift2b] Request for "/Emulator/Sega_Dreamcast_ZachMorris/Game/Caesars+Palace+2000+-+Millennium+Gold+Edition+%28USA%29" matches rule for function "get_selected_rom"
13:17:00 T:18446744072330912160 NOTICE: IARL: Download and Launch started for Caesars Palace 2000 - Millennium Gold Edition (USA)
13:17:00 T:18446744072330912160 NOTICE: IARL: Download started for Caesars Palace 2000 - Millennium Gold Edition (USA)
13:17:44 T:18446744072330912160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/addon.py", line 1726, in <module>
plugin.run()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/resources/lib/xbmcswift2b/plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/resources/lib/xbmcswift2b/plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/addon.py", line 685, in get_selected_rom
download_and_launch_rom(None,iarl_data)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/addon.py", line 1326, in download_and_launch_rom
iarl_data['current_save_data'] = download_rom_only(iarl_data)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/addon.py", line 1016, in download_rom_only
iarl_data['current_save_data']['launch_filename'], post_download_action_success = post_download_action(iarl_data,iarl_data['current_archive_data']['emu_post_download_action'],None)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/addon.py", line 1244, in post_download_action
conversion_success, converted_filename = convert_7z_bin_cue_gdi(iarl_data,'gdi')
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.iarl/resources/lib/util.py", line 2103, in convert_7z_bin_cue_gdi
conversion_process = subprocess.Popen(command, shell=True,stdout=subprocess.PIPE,stderr=subprocess.STDOUT) #Uncompress the 7z
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/subprocess.py", line 633, in __init__
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/subprocess.py", line 1139, in _execute_child
OSError: [Errno 2] No such file or directory
-->End of Python script error report<--
13:17:44 T:18446744072289314264 ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.program.iarl/Emulator/Sega_Dreamcast_ZachMorris/Game/Caesars+Palace+2000+-+Millennium+Gold+Edition+%28USA%29
13:17:44 T:18446744072289314264 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.iarl/Emulator/Sega_Dreamcast_ZachMorris/Game/Caesars+Palace+2000+-+Millennium+Gold+Edition+%28USA%29) failed
My questions are, Does Reicast work as an external launcher? If so, What is the external command I'd use in the .xml file to make it load. If everything is correct, what steps can I take to remedy the problem?