Posts: 4
Joined: Nov 2021
Reputation:
0
I have installed Kodi on my TV and now I'm interesting is it possible to install RetroArch Emulator or some other MAME Emulator on the Kodi tv?
Posts: 160
Joined: Aug 2016
Reputation:
7
Does this work without MAME if only using RA? If so, where would I find the "MAME XML" file?
PSMC v21/Kodi v21 with goodies from the PSMC Collection / Using on PC's, Nvidea Shields, and other Android TV Boxes
Posts: 37
Joined: Sep 2022
Reputation:
0
2024-09-30, 14:56
(This post was last modified: 2024-09-30, 22:23 by TimboZero. Edited 2 times in total.)
Greetings emulation fans,
trying to get this setup and running on my Kodi box and struggling with the details.
my box is a dedicated Kodi device (specifically a OSMC Vero V box) running Kodi 21 on a Debian Linux base OS.
my question is what executable do I need, I assume the generic windows one is not going to work on a Linux system?
thanks
tim
I have AML installed and the settings for exe and roms set (that’s all I did there), I try step by step config to extract mame.xml and get this error in log
2024-09-30 22:05:24.909 T:17301 info <general>: Skipped 46 duplicate messages..
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : mame_init_MAME_XML() Beginning extract/process of MAME.xml...
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : Vanilla MAME executable found.
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : Vanilla MAME XML file found.
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : XML control file NOT found. Forcing XML preprocessing.
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : mame_extract_MAME_XML() mame_prog_FN "/home/osmc/Addons/MAME/mame.exe"
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : mame_extract_MAME_XML() Saving XML "/home/osmc/.kodi/userdata/addon_data/plugin.program.AML/MAME.xml"
2024-09-30 22:05:24.909 T:17301 info <general>: AML INFO : mame_extract_MAME_XML() mame_dir "/home/osmc/Addons/MAME"
2024-09-30 22:05:24.910 T:17301 info <general>: AML INFO : mame_extract_MAME_XML() mame_exec "mame.exe"
2024-09-30 22:05:25.038 T:17301 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'PermissionError'>
Error Contents: [Errno 13] Permission denied: '/home/osmc/Addons/MAME/mame.exe'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.program.AML/addon.py", line 34, in <module>
resources.main.run_plugin(sys.argv)
File "/home/osmc/.kodi/addons/plugin.program.AML/resources/main.py", line 449, in run_plugin
command_context_setup_plugin(cfg)
File "/home/osmc/.kodi/addons/plugin.program.AML/resources/main.py", line 5933, in command_context_setup_plugin
MAME_XML_path, XML_control_FN = mame_init_MAME_XML(cfg, st_dic)
File "/home/osmc/.kodi/addons/plugin.program.AML/resources/mame.py", line 456, in mame_init_MAME_XML
mame_extract_MAME_XML(cfg, st_dic)
File "/home/osmc/.kodi/addons/plugin.program.AML/resources/mame.py", line 324, in mame_extract_MAME_XML
p = subprocess.Popen([mame_prog_FN.getPath(), '-listxml'], stdout = out, stderr = err, cwd = mame_dir)
File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/home/osmc/Addons/MAME/mame.exe'
-->End of Python script error report<--