SOLVED: Advanced Launcher Issue - Launching Any Rom File within v12
#1
Hello all,

I've been working on setting up emulators (specifically zsnes and fceux) from XBMC v12 RC 2 (via xbmcbuntu install) - the forum and misc wikis have been extremely helpful and if I missed a post or bug on this I apologize! Taking zsnes as an example, i've reviewed the following two posts:

http://forum.xbmc.org/showthread.php?tid=129256
http://forum.xbmc.org/showthread.php?tid=147022

I have everything working perfectly within the desktop environment (testing the same rom files) of xbmcbuntu, though when I attempt to launch via the launcher within xbmc I receive the message in the lower right hand corner "Error Script failed! :addon.py" which generated following message (I get the same thing from fceux as well) in ~/.xbmc/temp/xbmc.log:

Code:
22:15:10 T:2787441472  NOTICE: Thread XBPyThread start, auto delete: false
22:15:10 T:2787441472  NOTICE: -->Python Interpreter Initialized<--
22:15:10 T:2787441472  NOTICE: Launcher: found 3 launchers
22:15:10 T:2787441472   ERROR: EXCEPTION: Unimplemented method: executehttpapi::executehttpapi(...)
22:15:10 T:2787441472   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: Unimplemented method: executehttpapi::executehttpapi(...)
                                            Traceback (most recent call last):
                                              File "/home/ryan/.xbmc/addons/plugin.program.advanced.launcher/addon.py", line 19, in <module>
                                                plugin.Main()
                                              File "/home/ryan/.xbmc/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 174, in __init__
                                                self._run_rom(launcher, rom)
                                              File "/home/ryan/.xbmc/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 1281, in _run_rom
                                                xbmc.executehttpapi("Action(199)")
                                            RuntimeError: Unimplemented method: executehttpapi::executehttpapi(...)
                                            -->End of Python script error report<--

I'd love to hear any suggestions on what I may have done to cause this or what I could do to rectify this!

Thank you!

Ryan
Reply
#2
My fault, I didn't realize that the addons weren't the latest and greatest.

Per the post: http://forum.xbmc.org/showthread.php?tid=85724

I download the zip:
Code:
wget http://xbmc-advanced-launcher.googlecode.com/files/repository.angelscry.xbmc-plugins-1.2.1.zip

And added it via the addons page.
Reply

Logout Mark Read Team Forum Stats Members Help
SOLVED: Advanced Launcher Issue - Launching Any Rom File within v120