added gamecube support now it's inoperable - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: added gamecube support now it's inoperable (/showthread.php?tid=215616) |
added gamecube support now it's inoperable - jynxsteamrumor - 2015-01-20 I was getting a dolphin error when loading games from RCB so I dug around and found this guide. http://www.trevorayers.com/set-rom-collection-browser-xbmc-kodi/ I added this script to the gamecube rom collection parameters to play my GC games. /B –exec= “%ROM%” After adding it I get "no element found: line 132, column 22" and RCB will no longer open. Anybody else hae this issue? or know how I screwed the pooch? Log follows. nOTICE: RCB started 17:03:01 T:1388 NOTICE: RCB: sys.argv = ['script.games.rom.collection.browser'] 17:03:01 T:1388 NOTICE: RCB: param = script.games.rom.collection.browser 17:03:01 T:1388 NOTICE: RCB: setting launchRCB = True 17:03:01 T:1388 NOTICE: RCB: launchRCB = True 17:03:01 T:1388 NOTICE: RCB_INFO: Loading sqlite3 as DB engine 17:03:01 T:1388 NOTICE: RCB: init log level 17:03:01 T:1388 NOTICE: RCB: current log level: 2 17:03:01 T:1388 NOTICE: RCB_INFO: Loading sqlite3 as DB engine 17:03:01 T:1388 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Muston HTPC\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\language\English, fallback to strings.xml 17:03:01 T:1388 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Muston HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml 17:03:01 T:1388 NOTICE: RCB_INFO: XBMC version: Assuming we are on Eden 17:03:01 T:1388 NOTICE: RCB_INFO: Init Rom Collection Browser: C:\Users\Muston HTPC\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser 17:03:01 T:1388 NOTICE: RCB_INFO: RCB version: 2.0.17 17:03:01 T:1388 NOTICE: RCB_INFO: RCB service addon: <xbmcaddon.Addon object at 0x0EE98E48> 17:03:01 T:1388 NOTICE: RCB_INFO: checkUpdateInProgress 17:03:01 T:1388 NOTICE: RCB_INFO: scrapeOnStartupAction = 17:03:01 T:1388 NOTICE: RCB_INFO: initializeConfig 17:03:01 T:1388 NOTICE: RCB_INFO: Config() set path to None 17:03:01 T:1388 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Muston HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml 17:03:01 T:1388 NOTICE: RCB_INFO: checkRomCollectionsAvailable 17:03:01 T:1388 NOTICE: RCB_INFO: initXml 17:03:01 T:1388 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Muston HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml 17:03:01 T:1388 NOTICE: Unhandled exception occured during execution of RCB: 17:03:01 T:1388 NOTICE: no element found: line 132, column 22 17:03:01 T:2524 DEBUG: ------ Window Init (DialogOK.xml) ------ 17:03:04 T:2524 DEBUG: ------ Window Init (Pointer.xml) ------ 17:03:09 T:2524 DEBUG: CWinEventsWin32::WndProcWindow is active 17:03:14 T:2524 DEBUG: ------ Window Deinit (Pointer.xml) ------ RE: added gamecube support now it's inoperable - jynxsteamrumor - 2015-01-20 Now RCB won't start at all!! I was trying to go back in and fix the parameters i changed. Please help, I don't know how to undo what I changed manually. RE: added gamecube support now it's inoperable - jynxsteamrumor - 2015-01-20 How did other people in KODI/xbmc setup their dolphin games to load from RCB? I got impatient and just reinstalled the whole XBMC system to fix the problem, but i'm not going further until I figure this wii/gamecube thing out and I'm having a really hard time finding much documentation online. RE: added gamecube support now it's inoperable - bakito - 2015-01-20 I use advanced launcher to use dolphin with "/b /e". Without quote as parameters ( under windows 7)... I think the parameters are the same for rcb...not sure thou...hope it helps... Cheers RE: added gamecube support now it's inoperable - jynxsteamrumor - 2015-01-20 Thanks for the response Bakito I fixed it last night using this forum post from kodi nerds. It's in German so I used google translate for the context of the discussion and used the original for the actual coding. It works great now. There should really be some kind of sticky post in the RCB forums describing a "working" parameter model for your basic emulators. I had to resort to German for the answer to a relatively simple question. http://www.kodinerds.net/index.php/Thread/35088-Rom-Collection-Browser-und-Dolphin/ Relavent content being. Windows Configuration Prior to use Dolphin emulator with XBMC you need to use its GUI to modify some options. Into Options/Configure/Display menu: Check "Start Renderer in Fullscreen" option Check "Hide mouse cursor" option Uncheck "Confirm on Stop" option Into Options/Configure/Path menu select the directory where are located your iso files. Application C:\Program Files (x86)\Dolphin-x64\x64\Dolphin.exe Arguments /b /e "%rom%" Roms Extension elf|dol|gcm|iso|wad RE: added gamecube support now it's inoperable - guitarhero23 - 2015-02-05 How do you edit those things above without being able to open it? RE: added gamecube support now it's inoperable - bulubulubalabala - 2017-12-19 Hi, I get the same problem when I try to launch RCB : Unhandled exception occurred during execution of RCB No element found: line 432, column 22 I tried to completly unistall RCB to reinstall it, but the error still here. How did you fix it ? |