Kodi Community Forum
[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - 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: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291)
+---- Thread: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs (/showthread.php?tid=70115)



- malte - 2010-12-14

You should try to "Import Games". If you move around with the cursors the button should appear at the bottom of the UI.

The config file looks ok so far. If your rom files are located in "A:\My Games\SNES\ROMs\" and have an extension ".smc" this should work.


Just wondering: On what system do you have a disk with letter "A:"? Last time I used this one was with a floppy driveSmile


- zippenpipper - 2010-12-14

haha Im embarassed I missed that option, but I still have a problem. When I select import, it only loads up to 60% saying "checking file crcs..."

my A drive is my media partition lol


- malte - 2010-12-14

What does the log file say when this happens?


- zippenpipper - 2010-12-14

can I find this in xbmc.log?


- smush420 - 2010-12-14

First off this plugin looks amazing. However I can't seem to launch the emulators. I'm using snes9x on a mac. The roms import fine, however I think the problem lies when I try to select the app in the wizard. When I click on the app it wants me to browse the contents rather than just selecting it. Is there something I'm missing? I'm using RC2 as well as the latest version of the plugin.


- malte - 2010-12-14

zippenpipper Wrote:can I find this in xbmc.log?
Yes, it is xbmc.log. It will be easier for me if you restart XBMC because it clears the log when doing this. You can upload the log to pastebin.org/com and link it here.


smush420 Wrote:First off this plugin looks amazing. However I can't seem to launch the emulators. I'm using snes9x on a mac. The roms import fine, however I think the problem lies when I try to select the app in the wizard. When I click on the app it wants me to browse the contents rather than just selecting it. Is there something I'm missing? I'm using RC2 as well as the latest version of the plugin.
You must select the executable of the emulator. So it is correct to show the contents. Can you show me your config.xml?


- smush420 - 2010-12-14

Here ya go thanks for the help
Code:
<config>
  <RomCollections>
    <RomCollection id="1" name="SNES">
<emulatorCmd>/Applications/Snes9x/Snes9x.app/Contents/MacOS/Snes9x</emulatorCmd>
      <emulatorParams>%ROM%</emulatorParams>
      <romPath>/Applications/Snes9x/ROMS/*.smc</romPath>
      <mediaPath type="boxfront">/Users/dl/Documents/SNES/Artwork/boxfront/%GAME%.*</mediaPath>
      <mediaPath type="boxback">/Users/dl/Documents/SNES/Artwork/boxback/%GAME%.*</mediaPath>
      <mediaPath type="cartridge">/Users/dl/Documents/SNES/Artwork/cartridge/%GAME%.*</mediaPath>
      <mediaPath type="screenshot">/Users/dl/Documents/SNES/Artwork/screenshot/%GAME%.*</mediaPath>
      <mediaPath type="fanart">/Users/dl/Documents/SNES/Artwork/fanart/%GAME%.*</mediaPath>
      <ignoreOnScan>False</ignoreOnScan>
      <searchGameByCRC>True</searchGameByCRC>
      <descFilePerGame>True</descFilePerGame>
      <imagePlacing>gameinfobig</imagePlacing>
      <scraper name="thevideogamedb.com" />
      <scraper name="thegamesdb.net" replaceKeyString="" replaceValueString="" />
      <scraper name="giantbomb.com" replaceKeyString="" replaceValueString="" />
      <scraper name="mobygames.com" platform="15" replaceKeyString="" replaceValueString="" />
    </RomCollection>
  </RomCollections>
  <FileTypes>
    <FileType id="1" name="boxfront">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="2" name="boxback">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="3" name="cartridge">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="4" name="screenshot">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="5" name="fanart">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="6" name="action">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="7" name="title">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="8" name="3dbox">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="9" name="romcollection">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="10" name="developer">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="11" name="publisher">
      <type>image</type>
      <parent>game</parent>
    </FileType>
    <FileType id="12" name="gameplay">
      <type>image</type>
      <parent>game</parent>
    </FileType>
  </FileTypes>
  <ImagePlacing>
    <fileTypeFor name="gameinfobig">
      <fileTypeForGameList>boxfront</fileTypeForGameList>
      <fileTypeForGameList>screenshot</fileTypeForGameList>
      <fileTypeForGameListSelected>boxfront</fileTypeForGameListSelected>
      <fileTypeForGameListSelected>screenshot</fileTypeForGameListSelected>
      <fileTypeForMainViewBackground>fanart</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>boxfront</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>screenshot</fileTypeForMainViewBackground>
      <fileTypeForMainViewGameInfoBig>screenshot</fileTypeForMainViewGameInfoBig>
      <fileTypeForMainViewGameInfoBig>boxfront</fileTypeForMainViewGameInfoBig>
      <fileTypeForGameInfoViewBackground>fanart</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>boxfront</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>screenshot</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewGamelist>boxfront</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoViewGamelist>screenshot</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoView1>boxfront</fileTypeForGameInfoView1>
      <fileTypeForGameInfoView2>boxback</fileTypeForGameInfoView2>
      <fileTypeForGameInfoView3>cartridge</fileTypeForGameInfoView3>
      <fileTypeForGameInfoView4>screenshot</fileTypeForGameInfoView4>
    </fileTypeFor>
    <fileTypeFor name="gameinfobigVideo">
      <fileTypeForGameList>boxfront</fileTypeForGameList>
      <fileTypeForGameList>screenshot</fileTypeForGameList>
      <fileTypeForGameListSelected>boxfront</fileTypeForGameListSelected>
      <fileTypeForGameListSelected>screenshot</fileTypeForGameListSelected>
      <fileTypeForMainViewBackground>fanart</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>boxfront</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>screenshot</fileTypeForMainViewBackground>   <fileTypeForMainViewGameInfoBig>screenshot</fileTypeForMainViewGameInfoBig>      <fileTypeForMainViewGameInfoBig>boxfront</fileTypeForMainViewGameInfoBig>
      <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
      <fileTypeForMainViewVideoFullscreen>gameplay</fileTypeForMainViewVideoFullscreen>
      <fileTypeForGameInfoViewBackground>fanart</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>boxfront</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>screenshot</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewGamelist>boxfront</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoViewGamelist>screenshot</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoView1>boxfront</fileTypeForGameInfoView1>
      <fileTypeForGameInfoView2>boxback</fileTypeForGameInfoView2>
      <fileTypeForGameInfoView3>cartridge</fileTypeForGameInfoView3>
      <fileTypeForGameInfoView4>screenshot</fileTypeForGameInfoView4>
    </fileTypeFor>
    <fileTypeFor name="gameinfosmall">
      <fileTypeForGameList>boxfront</fileTypeForGameList>
      <fileTypeForGameList>screenshot</fileTypeForGameList>
      <fileTypeForGameListSelected>boxfront</fileTypeForGameListSelected>
      <fileTypeForGameListSelected>screenshot</fileTypeForGameListSelected>
      <fileTypeForMainViewBackground>fanart</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>boxfront</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>screenshot</fileTypeForMainViewBackground>
      <fileTypeForMainViewGameInfoUpperLeft>screenshot</fileTypeForMainViewGameInfoUpperLeft>
      <fileTypeForMainViewGameInfoUpperRight>boxfront</fileTypeForMainViewGameInfoUpperRight>
      <fileTypeForMainViewGameInfoLowerLeft>cartridge</fileTypeForMainViewGameInfoLowerLeft>
      <fileTypeForMainViewGameInfoLowerRight>boxback</fileTypeForMainViewGameInfoLowerRight>
      <fileTypeForGameInfoViewBackground>fanart</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>boxfront</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>screenshot</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewGamelist>boxfront</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoViewGamelist>screenshot</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoView1>boxfront</fileTypeForGameInfoView1>
      <fileTypeForGameInfoView2>boxback</fileTypeForGameInfoView2>
      <fileTypeForGameInfoView3>cartridge</fileTypeForGameInfoView3>
      <fileTypeForGameInfoView4>screenshot</fileTypeForGameInfoView4>
    </fileTypeFor>
    <fileTypeFor name="gameinfosmallVideo">
      <fileTypeForGameList>boxfront</fileTypeForGameList>
      <fileTypeForGameList>screenshot</fileTypeForGameList>
      <fileTypeForGameListSelected>boxfront</fileTypeForGameListSelected>
      <fileTypeForGameListSelected>screenshot</fileTypeForGameListSelected>
      <fileTypeForMainViewBackground>fanart</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>boxfront</fileTypeForMainViewBackground>
      <fileTypeForMainViewBackground>screenshot</fileTypeForMainViewBackground>
      <fileTypeForMainViewGameInfoUpperLeft>screenshot</fileTypeForMainViewGameInfoUpperLeft>
      <fileTypeForMainViewGameInfoUpperRight>boxfront</fileTypeForMainViewGameInfoUpperRight>
      <fileTypeForMainViewGameInfoLowerLeft>cartridge</fileTypeForMainViewGameInfoLowerLeft>
      <fileTypeForMainViewGameInfoLowerRight>boxback</fileTypeForMainViewGameInfoLowerRight>
      <fileTypeForMainViewVideoWindowSmall>gameplay</fileTypeForMainViewVideoWindowSmall>
      <fileTypeForMainViewVideoFullscreen>gameplay</fileTypeForMainViewVideoFullscreen>
      <fileTypeForGameInfoViewBackground>fanart</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>boxfront</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewBackground>screenshot</fileTypeForGameInfoViewBackground>
      <fileTypeForGameInfoViewGamelist>boxfront</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoViewGamelist>screenshot</fileTypeForGameInfoViewGamelist>
      <fileTypeForGameInfoView1>boxfront</fileTypeForGameInfoView1>
      <fileTypeForGameInfoView2>boxback</fileTypeForGameInfoView2>
      <fileTypeForGameInfoView3>cartridge</fileTypeForGameInfoView3>
      <fileTypeForGameInfoView4>screenshot</fileTypeForGameInfoView4>
    </fileTypeFor>
  </ImagePlacing>



- malte - 2010-12-14

Ok, you are on a Mac (Edit: and you already told me) . But I think the emuCmd looks good.

There was a Mac User some dozen pages ago, he had a similar emuCmd:
Code:
<emulatorCmd>/Users/ryo/AMIGA/HITORO_MACOS/E-UAE-0.8.29-WIP4/E-UAE.app/Contents/MacOS/uae</emulatorCmd>

Maybe you could try to change your emulatorParams to "%ROM%" (with "" around %ROM%).

And if this does not work please post your xbmc.log when trying to launch the game.


- smush420 - 2010-12-14

Tried it but it didn't work

Code:
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: Begin launchEmu
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: launching game with id: 1
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: Begin helper.launchEmu
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: cmd: "\/Applications\/Snes9x\/Snes9x\.app\/Contents\/MacOS\/Snes9x" "\/Applications\/Snes9x\/ROMS\/Mega\ Man\ X\.smc"
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: launchEmu on non-xbox
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: screenMode: 1920x1080 @ 60.00 - Full Screen
13:42:49 T:2962583552 M:773111808  NOTICE: RCB_INFO: Toggle to Windowed mode
13:42:49 T:2962583552 M:797110272  NOTICE: RCB_INFO: launch emu
13:42:49 T:2962583552 M:797057024  NOTICE: RCB_INFO: launch emu done
13:42:49 T:2962583552 M:797032448  NOTICE: RCB_INFO: Toggle to Full Screen mode
13:42:49 T:2962583552 M:788709376  NOTICE: RCB_INFO: End helper.launchEmu
13:42:49 T:2962583552 M:788709376  NOTICE: RCB_INFO: End launchEmu
13:42:50 T:2962583552 M:775876608  NOTICE: RCB_INFO: exit
13:42:50 T:2962583552 M:775876608  NOTICE: RCB_INFO: Begin saveViewState
13:42:50 T:2962583552 M:775876608  NOTICE: RCB_INFO: Begin saveViewMode
13:42:50 T:2962583552 M:775880704  NOTICE: RCB_INFO: End saveViewMode
13:42:50 T:2962583552 M:775880704  NOTICE: RCB_INFO: Begin helper.saveViewState
13:42:50 T:2962583552 M:775880704  NOTICE: RCB_INFO: End helper.saveViewState
13:42:50 T:2962583552 M:775880704  NOTICE: RCB_INFO: End saveViewState
13:42:50 T:2962583552 M:775880704  NOTICE: close Connection
13:42:50 T:2960883712 M:775741440 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
13:42:53 T:2960883712 M:792653824  NOTICE: -->Python Interpreter Initialized<--
13:42:55 T:2960883712 M:784908288 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
13:42:57 T:2962583552 M:787365888  NOTICE: -->Python Interpreter Initialized<--
###################  xbmc.log end  #####################



- malte - 2010-12-14

Hmmm, can you try to disable "Escape Emu Command" in Addon Settings?


- smush420 - 2010-12-14

Ok that launched the app outside of xbmc, but the rom wasn't loaded


- malte - 2010-12-14

One step closer. Can you check your xbmc.log again?

Two more options:
1. Try to enable "Use Emulator solo" in Addon Settings.
2. Try if you can launch the cmd that is written to the log via cmd line. If this does not work there may be a general problem with the configuration of the emu.


- smush420 - 2010-12-14

The plugin seems to cause some weird problems. After installing it any time a launch xbmc, it loads and switches to the RCB plugin page. Other plugin's seem finicky since installing this and even my remote stopped working for bit until I did a restart. After uninstalling all of these problems went away. Anyways option 1 didn't work and neither did using the the terminal for the cmd line.

Code:
15:17:33 T:2962051072 M:1192095744  NOTICE: RCB_INFO: launchEmu on non-xbox
15:17:33 T:2962051072 M:1192095744  NOTICE: RCB_INFO: launch emu
15:17:33 T:2962051072 M:1192095744  NOTICE: RCB_INFO: launch emu done
15:17:33 T:2962051072 M:1192095744  NOTICE: RCB_INFO: End helper.launchEmu
15:17:33 T:2962051072 M:1192095744  NOTICE: RCB_INFO: End launchEmu
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: Begin showGameInfo
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: size = 1
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: pos = 0
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: size = 1
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: pos = 0
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: size = 1
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: pos = 0
15:17:35 T:2962051072 M:1192067072  NOTICE: RCB_INFO: End showGameInfo
15:17:39 T:2962051072 M:1192169472  NOTICE: RCB_INFO: Begin showGames
15:17:39 T:2962051072 M:1192169472  NOTICE: RCB_INFO: helper.buildLikeStatement
15:17:39 T:2962051072 M:1192169472  NOTICE: RCB_INFO: End showGames
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: exit
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: Begin saveViewState
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: Begin saveViewMode
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: End saveViewMode
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: Begin helper.saveViewState
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: End helper.saveViewState
15:17:39 T:2962051072 M:1208774656  NOTICE: RCB_INFO: End saveViewState
15:17:39 T:2962051072 M:1208774656  NOTICE: close Connection
15:17:40 T:2953850880 M:1210273792  NOTICE: -->Python Interpreter Initialized<--
15:17:42 T:2685281600 M:1101778944   ERROR: Window Translator: Can't find window scriptsdebuginfo
15:17:42 T:2685281600 M:1101778944   ERROR: Window Translator: Can't find window pluginsettings
15:17:42 T:2685281600 M:1101778944   ERROR: Error evaluating boolean expression Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(ScriptsDebugInfo) | Window.IsActive(PluginSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml)
15:17:42 T:2963435520 M:1101619200 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
15:17:43 T:2964897792 M:1105219584  NOTICE: -->Python Interpreter Initialized<--
###################  xbmc.log end  #####################



- malte - 2010-12-14

Quote:The plugin seems to cause some weird problems. After installing it any time a launch xbmc, it loads and switches to the RCB plugin page. Other plugin's seem finicky since installing this and even my remote stopped working for bit until I did a restart. After uninstalling all of these problems went away. Anyways option 1 didn't work and neither did using the the terminal for the cmd line.
This all seems to happen because of the use solo option not working correctly I guess. If you choose to launch emu in solo mode RCB creates an autoexec.py file that launches RCB at XBMC startup (after closing the emu), but then deletes this file again. I think this step fails on Mac for some reason and it starts RCB every time you launch XBMC.

Unfortunately your log starts after the cmd line is written. If you are not totally upset of trying this it would be great if you could try this again and show me both log files (xbmc.log and xbmc.old.log) after launching the game. But I understand if you don't want anymoreSmile


- smush420 - 2010-12-14

I don't mind at all.

Code:
16:32:43 T:2960351232 M:894140416  NOTICE: RCB_INFO: Begin launchEmu
16:32:43 T:2960351232 M:894128128  NOTICE: RCB_INFO: launching game with id: 2
16:32:43 T:2960351232 M:894128128  NOTICE: RCB_INFO: Begin helper.launchEmu
16:32:43 T:2960351232 M:894128128  NOTICE: RCB_INFO: cmd: "\/Applications\/Snes9x\/Snes9x\.app\/Contents\/MacOS\/Snes9x" "\/Applications\/Snes9x\/ROMS\/Super\ Mario\ World\.smc"
16:32:43 T:2960351232 M:894128128  NOTICE: RCB_INFO: launchEmu on non-xbox
16:32:43 T:2960351232 M:894111744  NOTICE: RCB_INFO: screenMode: Windowed
16:32:43 T:2960351232 M:894111744  NOTICE: RCB_INFO: launch emu
16:32:43 T:2960351232 M:894156800  NOTICE: RCB_INFO: launch emu done
16:32:43 T:2960351232 M:894156800  NOTICE: RCB_INFO: End helper.launchEmu
16:32:43 T:2960351232 M:894156800  NOTICE: RCB_INFO: End launchEmu
16:32:49 T:2960351232 M:893562880  NOTICE: RCB_INFO: exit
16:32:49 T:2960351232 M:893562880  NOTICE: RCB_INFO: Begin saveViewState
16:32:49 T:2960351232 M:893562880  NOTICE: RCB_INFO: Begin saveViewMode
16:32:49 T:2960351232 M:893566976  NOTICE: RCB_INFO: End saveViewMode
16:32:49 T:2960351232 M:893566976  NOTICE: RCB_INFO: Begin helper.saveViewState
16:32:49 T:2960351232 M:893566976  NOTICE: RCB_INFO: End helper.saveViewState
16:32:49 T:2960351232 M:893566976  NOTICE: RCB_INFO: End saveViewState
16:32:49 T:2960351232 M:893566976  NOTICE: close Connection
16:32:49 T:2959818752 M:892338176 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
16:32:51 T:2960351232 M:916930560  NOTICE: -->Python Interpreter Initialized<--
###################  xbmc.log end  #####################

Code:
15:19:30 T:2963984384 M:1155362816 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
15:19:36 T:2953850880 M:1177636864  NOTICE: -->Python Interpreter Initialized<--
15:19:39 T:2685281600 M:1086357504 WARNING: Skin has invalid include: FullWidthList
15:19:47 T:2685281600 M:1171771392 WARNING: Previous line repeats 2 times.
15:19:47 T:2685281600 M:1171771392   ERROR: ClearBlock: Trying to clear non existent block /Users/danlitwin/Library/Application Support/XBMC/addons/script.games.rom.collection.browser
15:19:50 T:2963451904 M:1148669952  NOTICE: -->Python Interpreter Initialized<--
16:26:32 T:2960953344 M:914411520  NOTICE: -->Python Interpreter Initialized<--
16:26:44 T:2685281600 M:910495744 WARNING: Skin has invalid include: FullWidthList
16:27:39 T:2963451904 M:915648512 WARNING: Previous line repeats 2 times.
16:27:39 T:2963451904 M:915648512  NOTICE: -->Python Interpreter Initialized<--
16:27:40 T:2963984384 M:915501056 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
16:27:41 T:2963451904 M:913117184  NOTICE: -->Python Interpreter Initialized<--
16:27:43 T:2963451904 M:919478272  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:916783104  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915849216  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915849216  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915849216  NOTICE: RCB: init log level
16:27:46 T:2963451904 M:915849216  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915845120  NOTICE: RCB: current log level: 2
16:27:46 T:2963451904 M:915845120  NOTICE: RCB_INFO: Init Rom Collection Browser: /Users/danlitwin/Library/Application Support/XBMC/addons/script.games.rom.collection.browser
16:27:46 T:2963451904 M:915845120  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915845120  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915845120  NOTICE: /Users/danlitwin/Library/Application Support/XBMC/userdata/addon_data/script.games.rom.collection.browser/MyGames.db
16:27:46 T:2963451904 M:915841024  NOTICE: Create Tables
16:27:46 T:2963451904 M:915832832  NOTICE: XBMC Revision: 35567
16:27:46 T:2963451904 M:915832832  NOTICE: RCB_INFO: Reading configuration file: /Users/danlitwin/Library/Application Support/XBMC/userdata/addon_data/script.games.rom.collection.browser/config.xml
###################  xbmc.old.log end  #####################