• 1
  • 252
  • 253
  • 254(current)
  • 255
  • 256
  • 395
[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs
Hey Malte,

I didn't want to post this in the libretro forum because I *think* it's a RCB issue.

When launching SegaCD games using the internal emulator (libretro) from RCB, they are getting detected as DVD images and therefore failing. Launching the files through the file manager works as expected, hence why I'm posting here. I know it's early days to be reporting bugs like this, but I thought you'd like to know.

[Edit]
In retrospect, I'm not sure where the error lies. I can reproduce the error in the XBMC file manager, but that allows me to choose which player to use, thereby working around the problem. RCB seems to use the default player, in this case the DVD Player, which fails. Obviously in RCB we don't want to launch games as DVD movies, so forcing them to open with Retroplayer would be great, but I have no idea if that's even possible.

On the other hand, the better method would be for XBMC to 'detect' whether it's a DVD or game, but that would be down to Garbear and retroplayer rather than you and RCB. Again I have no idea if that's even possible.
Reply
Maleficium Wrote:If they change to the old design maybe you could check some of the issues in the current scraper, some already reported and another I found recently:
- Do data its imported if some fields are empty in MG database (usually the developer field for old computer games)
- The known problems with some ASCII (most of the French, German, Japanese, etc titles have problems importing or launching the games. In consoles most of the titles are in English but my "passion" are the old 8bits and 16bits computers, sorry Smile)
- Recently I found that no snaps are imported (in MG scaper), only titles in the snaps folder.
These issues will be addressed with RCB 3.x that I am currently working on. The parser/scraper framework that I am using in current RCB releases is too unflexible to fix these errors without rewriting large parts of it. So, this has to wait until I am finished with 3.x.

Tomkun Wrote:When launching SegaCD games using the internal emulator (libretro) from RCB, they are getting detected as DVD images and therefore failing. Launching the files through the file manager works as expected, hence why I'm posting here. I know it's early days to be reporting bugs like this, but I thought you'd like to know.
Afaik, XBMC detects item types and players by file extension. If the file extension is not 100% game specific it may have trouble to know what to do with the item. In previous versions of RetroPlayer, RCB was able to tell XBMC that the current item is a game and also give RetroPlayer a hint which gameclient to use. In current pr-branch this feature (GameInfoTags) has been stripped out because it was not implemented 100% and could have caused issues with being merged into XBMCs main line. I hope it will be integrated again in a later release.

Something you could try on your end is to enable zip extraction in RCB. Maybe RCB is just passing zip files to XBMC that are not handled correctly. Otherwise we just have to wait until we can use GameInfoTags again.
Reply
The zip thing won't work, because the files are not compressed. The images are iso and bin, so they are being mistaken for DVDs unfortunately. Hopefully if Garbear can re-add the GameInfoTags support in the future we can get it working.
Reply
I'm sorry if my question has already been asked, but my english is too bad to find. Here is my problem: when I launch RCB the first time the procedure is normal until he asked me the location of the emulator. In fact, only two network locations are available ... Can not access C:

Image

Code:
21:00:13 T:3332  NOTICE: -----------------------------------------------------------------------
21:00:13 T:3332  NOTICE: Starting XBMC (12.2 Git:20130502-32b1a5e), Platform: Windows 7 32-bit, build 7600. Built on May  2 2013 (compiler 1600)
21:00:13 T:3332  NOTICE: Intel(R) Atom(TM) CPU D525   @ 1.80GHz
21:00:13 T:3332  NOTICE: Desktop Resolution: 1360x768 32Bit at 60Hz
21:00:13 T:3332  NOTICE: Running with administrator rights
21:00:13 T:3332  NOTICE: Aero is enabled
21:00:13 T:3332  NOTICE: special://xbmc/ is mapped to: C:\Program Files\XBMC
21:00:13 T:3332  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\XBMC
21:00:13 T:3332  NOTICE: special://masterprofile/ is mapped to: C:\Users\Etienne\AppData\Roaming\XBMC\userdata
21:00:13 T:3332  NOTICE: special://home/ is mapped to: C:\Users\Etienne\AppData\Roaming\XBMC\
21:00:13 T:3332  NOTICE: special://temp/ is mapped to: C:\Users\Etienne\AppData\Roaming\XBMC\cache
21:00:13 T:3332  NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
21:00:13 T:3332  NOTICE: Local hostname: XBMC
21:00:13 T:3332  NOTICE: Log File is located: C:\Users\Etienne\AppData\Roaming\XBMC\xbmc.log
21:00:13 T:3332  NOTICE: -----------------------------------------------------------------------
21:00:14 T:3332  NOTICE: Found 2 Lists of Devices
21:00:14 T:3332  NOTICE: Enumerated DirectSound devices:
21:00:14 T:3332  NOTICE:     Device 1
21:00:14 T:3332  NOTICE:         m_deviceName      : {EA0CB69E-DEFC-47C2-8AD0-1EC1EC960359}
21:00:14 T:3332  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
21:00:14 T:3332  NOTICE:         m_displayNameExtra: DirectSound: Realtek Digital Output (Realtek High Definition Audio)
21:00:14 T:3332  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
21:00:14 T:3332  NOTICE:         m_channels        : FL,FR
21:00:14 T:3332  NOTICE:         m_sampleRates     : 48000
21:00:14 T:3332  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
21:00:14 T:3332  NOTICE:     Device 2
21:00:14 T:3332  NOTICE:         m_deviceName      : {6C8EDCA0-479C-416F-913B-3222E3A5C8AE}
21:00:14 T:3332  NOTICE:         m_displayName     : HDMI - SAMSUNG-1 (NVIDIA High Definition Audio)
21:00:14 T:3332  NOTICE:         m_displayNameExtra: DirectSound: SAMSUNG-1 (NVIDIA High Definition Audio)
21:00:14 T:3332  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
21:00:14 T:3332  NOTICE:         m_channels        : FL,FR
21:00:14 T:3332  NOTICE:         m_sampleRates     : 48000
21:00:14 T:3332  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
21:00:14 T:3332  NOTICE: Enumerated WASAPI devices:
21:00:14 T:3332  NOTICE:     Device 1
21:00:14 T:3332  NOTICE:         m_deviceName      : {6C8EDCA0-479C-416F-913B-3222E3A5C8AE}
21:00:14 T:3332  NOTICE:         m_displayName     : HDMI - SAMSUNG-1 (NVIDIA High Definition Audio)
21:00:14 T:3332  NOTICE:         m_displayNameExtra: WASAPI: SAMSUNG-1 (NVIDIA High Definition Audio)
21:00:14 T:3332  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
21:00:14 T:3332  NOTICE:         m_channels        : FL,FR
21:00:14 T:3332  NOTICE:         m_sampleRates     : 48000,44100
21:00:14 T:3332  NOTICE:         m_dataFormats     : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
21:00:14 T:3332  NOTICE:     Device 2
21:00:14 T:3332  NOTICE:         m_deviceName      : {EA0CB69E-DEFC-47C2-8AD0-1EC1EC960359}
21:00:14 T:3332  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
21:00:14 T:3332  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
21:00:14 T:3332  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
21:00:14 T:3332  NOTICE:         m_channels        : FL,FR
21:00:14 T:3332  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
21:00:14 T:3332  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
21:00:14 T:3332  NOTICE: load settings...
21:00:14 T:3332  NOTICE: special://profile/ is mapped to: special://masterprofile/
21:00:14 T:3332  NOTICE: loading special://masterprofile/guisettings.xml
21:00:14 T:3332  NOTICE: Getting hardware information now...
21:00:15 T:3332  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
21:00:15 T:3332  NOTICE: Loaded playercorefactory configuration
21:00:15 T:3332  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
21:00:15 T:3332  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:00:15 T:3332  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
21:00:15 T:3332  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
21:00:15 T:3332  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <tvshowmatching>
                                                <regexp>(?i)[/\\]Saison[^\w]?(\d{1,2})[/\\](\d\d?)[^\w]-[^\w]([^/\\]*)</regexp>
                                              </tvshowmatching>
                                            </advancedsettings>
21:00:15 T:3332  NOTICE: Getting hardware information now...
21:00:15 T:3332  NOTICE: Default DVD Player: dvdplayer
21:00:15 T:3332  NOTICE: Default Video Player: dvdplayer
21:00:15 T:3332  NOTICE: Default Audio Player: paplayer
21:00:15 T:3332  NOTICE: Disabled debug logging due to GUI setting. Level 0.
21:00:15 T:3332  NOTICE: Log level changed to 0
21:00:15 T:3332  NOTICE: Loading media sources from special://masterprofile/sources.xml
21:00:15 T:3520  NOTICE: Thread CSoftAE start, auto delete: false
21:00:16 T:3332  NOTICE: Running database version Addons15
21:00:35 T:3676  NOTICE: Thread XBMC Peripherals start, auto delete: false
21:00:35 T:3684  NOTICE: Previous line repeats 1 times.
21:00:35 T:3684  NOTICE: Thread CRemoteControl start, auto delete: false
21:00:35 T:3332  NOTICE: Found screen: Moniteur Plug-and-Play g�n�rique on NVIDIA ION, adapter 0.
21:00:35 T:3332  NOTICE: Primary mode: 1360x768 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 640x480 @ 59.94 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 720x480 @ 59.94 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 720x576 @ 50.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1152x864 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1152x864 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1152x864 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1176x664 @ 50.00 - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1176x664 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1176x664 @ 59.94 - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1280x720 @ 59.94 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x800 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x800 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x800 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x960 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x960 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x960 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x1024 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x1024 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1280x1024 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1366x768 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1366x768 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1366x768 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1600x900 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1600x900 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1600x900 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1600x1024 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1600x1024 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1600x1024 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1680x1050 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1680x1050 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1680x1050 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1768x992 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1768x992 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1768x992 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Previous line repeats 2 times.
21:00:36 T:3332  NOTICE: Additional mode: 1920x1080 @ 30.00i - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1920x1080 @ 29.97i - Full Screen
21:00:36 T:3332  NOTICE: Additional mode: 1920x1080 @ 25.00i - Full Screen
21:00:36 T:3332  NOTICE: Checking resolution 16
21:00:43 T:3332  NOTICE: Running database version Addons15
21:00:43 T:3332  NOTICE: Running database version ViewModes4
21:00:43 T:3332  NOTICE: Running database version Textures13
21:00:43 T:3332  NOTICE: Running database version MyMusic32
21:00:44 T:3332  NOTICE: Running database version MyVideos75
21:00:44 T:3332  NOTICE: Running database version TV22
21:00:44 T:3332  NOTICE: Running database version Epg7
21:00:44 T:3332  NOTICE: initializing playlistplayer
21:00:44 T:3332  NOTICE: DONE initializing playlistplayer
21:00:59 T:3908  NOTICE: Thread XBPyThread start, auto delete: false
21:00:59 T:3332  NOTICE: Previous line repeats 4 times.
21:00:59 T:3332   ERROR: Window Translator: Can't find window albuminformation
21:00:59 T:3908  NOTICE: -->Python Interpreter Initialized<--
21:01:00 T:3332  NOTICE: initialize done
21:01:00 T:3332  NOTICE: Running the application...
21:01:00 T:3332   ERROR: Python script "script.extendedinfo" does not exist
21:01:00 T:3932  NOTICE: Thread XBPyThread start, auto delete: false
21:01:00 T:3916  NOTICE: -->Python Interpreter Initialized<--
21:01:00 T:3920  NOTICE: -->Python Interpreter Initialized<--
21:01:00 T:3912  NOTICE: -->Python Interpreter Initialized<--
21:01:00 T:3924  NOTICE: -->Python Interpreter Initialized<--
21:01:01 T:3936  NOTICE: Thread Jobworker start, auto delete: true
21:01:01 T:3332   ERROR: Window Translator: Can't find window albuminformation
21:01:01 T:3332   ERROR: unmatched parentheses in IsEmpty(ListItem.Property(showlabel)
21:01:01 T:3940  NOTICE: Thread XBPyThread start, auto delete: false
21:01:02 T:3944  NOTICE: Thread Jobworker start, auto delete: true
21:01:02 T:3948  NOTICE: Thread CAlarmClock start, auto delete: false
21:01:02 T:3332  NOTICE: Webserver: Starting...
21:01:02 T:3932  NOTICE: -->Python Interpreter Initialized<--
21:01:03 T:3332  NOTICE: WebServer: Started the webserver
21:01:03 T:3332  NOTICE: starting upnp server
21:01:03 T:3332  NOTICE: starting upnp renderer
21:01:03 T:3332  NOTICE: ES: Starting event server
21:01:03 T:3988  NOTICE: Thread CEventServer start, auto delete: false
21:01:03 T:3988  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
21:01:03 T:3988  NOTICE: UDP: Listening on port 9777
21:01:03 T:3992  NOTICE: Thread CTCPServer start, auto delete: false
21:01:03 T:3332  NOTICE: starting zeroconf publishing
21:01:04 T:3996  NOTICE: Thread Jobworker start, auto delete: true
21:01:13 T:3940  NOTICE: -->Python Interpreter Initialized<--
21:01:14 T:3920  NOTICE: Artwork Downloader: ## Service - Run at startup: False
21:01:14 T:3920  NOTICE: Artwork Downloader: ## Service - Delayed startup:  minutes
21:01:14 T:3920  NOTICE: Artwork Downloader: ## Service - Run as service: False
21:01:14 T:3920  NOTICE: Artwork Downloader: ## Service - Time: :00
21:01:15 T:3932  NOTICE:  StorageServer Module loaded RUN
21:01:15 T:3932  NOTICE: StorageClient-2.5.2 Starting server
21:01:15 T:3932  NOTICE: StorageServer-2.5.2 Storage Server starting C:\Users\Etienne\AppData\Roaming\XBMC\cache\commoncache.db
21:01:20 T:3996 WARNING: JpegIO: Error 53: Not a JPEG file: starts with 0x%02x 0x%02x
21:01:34 T:2704  NOTICE: Thread XBPyThread start, auto delete: false
21:01:35 T:2704  NOTICE: -->Python Interpreter Initialized<--
21:01:48 T:2244  NOTICE: Thread XBPyThread start, auto delete: false
21:01:48 T:2244  NOTICE: -->Python Interpreter Initialized<--
21:01:48 T:2244  NOTICE: RCB started
21:01:48 T:2244  NOTICE: RCB: sys.argv = ['script.games.rom.collection.browser']
21:01:48 T:2244  NOTICE: RCB: param = script.games.rom.collection.browser
21:01:48 T:2244  NOTICE: RCB: setting launchRCB = True
21:01:48 T:2244  NOTICE: RCB: launchRCB = True
21:01:49 T:2244  NOTICE: RCB_INFO: Loading sqlite3 as DB engine
21:01:49 T:2244  NOTICE: RCB: init log level
21:01:49 T:2244  NOTICE: RCB: current log level: 2
21:01:49 T:2244  NOTICE: RCB_INFO: Loading sqlite3 as DB engine
21:01:51 T:2244  NOTICE: RCB_INFO: Path to configuration file: C:\Users\Etienne\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
21:01:51 T:2244  NOTICE: RCB_INFO: XBMC version: Assuming we are on Eden
21:01:51 T:2244  NOTICE: RCB_INFO: Init Rom Collection Browser: C:\Users\Etienne\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
21:01:51 T:2244  NOTICE: RCB_INFO: RCB version: 2.0.7
21:01:51 T:2244  NOTICE: RCB_INFO: RCB service addon: <xbmcaddon.Addon object at 0x0E0F5D40>
21:01:51 T:2244  NOTICE: RCB_INFO: checkUpdateInProgress
21:01:51 T:2244  NOTICE: RCB_INFO: scrapeOnStartupAction =
21:01:51 T:2244  NOTICE: RCB_INFO: initializeConfig
21:01:51 T:2244  NOTICE: RCB_INFO: Config() set path to None
21:01:51 T:2244  NOTICE: RCB_INFO: Path to configuration file: C:\Users\Etienne\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
21:01:51 T:2244  NOTICE: RCB_INFO: checkRomCollectionsAvailable
21:01:51 T:2244  NOTICE: RCB_INFO: initXml
21:01:51 T:2244  NOTICE: RCB_INFO: Path to configuration file: C:\Users\Etienne\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
21:01:51 T:2244  NOTICE: RCB_INFO: Number of Rom Collections in config.xml: 0
21:01:51 T:2244  NOTICE: RCB_INFO: No Rom Collections found in config.xml.
21:01:53 T:3332 WARNING: Trying to add unsupported control type 1
21:01:55 T:2244  NOTICE: RCB_INFO: scenarioIndex: 0
21:01:56 T:3996 WARNING: JpegIO: Error 53: Not a JPEG file: starts with 0x%02x 0x%02x
21:02:14 T:2244  NOTICE: RCB_INFO: platformIndex: 45
21:02:14 T:2244  NOTICE: RCB_INFO: selected platform: Nintendo 64
21:02:28 T:3996 WARNING: JpegIO: Error 53: Not a JPEG file: starts with 0x%02x 0x%02x
21:02:50 T:2244 WARNING: Previous line repeats 1 times.
21:02:50 T:2244  NOTICE: RCB_INFO: consolePath:
21:02:50 T:2244  NOTICE: RCB_INFO: No consolePath selected. Action canceled.
21:02:50 T:2244  NOTICE: RCB_INFO: init ConfigXmlWriter
21:02:50 T:2244  NOTICE: RCB_INFO: write Rom Collections
21:02:50 T:2244  NOTICE: RCB_INFO: writeFile
21:02:50 T:2244  NOTICE: RCB_INFO: Path to configuration file: C:\Users\Etienne\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
21:02:50 T:2244  NOTICE: RCB_INFO: readXml
21:02:50 T:2244  NOTICE: RCB_INFO: initXml
21:02:50 T:2244  NOTICE: RCB_INFO: Begin readRomCollections
21:02:50 T:2244  NOTICE: RCB_ERROR: Configuration error. config.xml does not contain any RomCollections
21:03:05 T:3332   ERROR: Window Translator: Can't find window albuminformation
21:03:05 T:3332   ERROR: Control 500 in window 13000 has been asked to focus, but it can't
21:03:05 T:2244  NOTICE: RCB_INFO: Begin onInit
21:03:05 T:2244  NOTICE: RCB_INFO: RCB decided not to run. Bye.
21:03:06 T:2244 WARNING: The python script "C:\Users\Etienne\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\default.py" has left several classes in memory that we couldn't clean up. The classes include: PlayList
21:03:06 T:3332   ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Etienne\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
Reply
From memory you need to add C: as a source via xbmc's file manager.
Reply
(2013-09-18, 21:38)teeedubb Wrote: From memory you need to add C: as a source via xbmc's file manager.

Thank you very much, it works! I just found this trick in the FAQ. Sorry for the inconvenience ... Angel
Reply
Welcome. I have two emulators Nintendo 64 and PlayStation everything works well only when I try to choose a game Playstations do not see them you have to push back the favorite and the playstation is a bit irritating if it can be repaired. I have frodo 12.1
Reply
New test version available: 2.0.8

List of changes:

Import Games
  • updated mobygames scraper to reflect changes on site

This version should get the moby scraper functional again. RCB has to make some changes to your config.xml. If you encounter any issues with this update procedure you should find a backup of your config.xml in RCBs addon_data folder. The backup file is called "config.xml.backup 1.0.6".

Previous version: 2.0.7
Reply
Thanks malte, tested and working as before Smile
Reply
Now it works all right thank you. I have another problem namely use nullDC Dreamcast Emulator 1.6 when I type "-config ImageReader: DefaultImage ="% rom% "do not want to load roms or doing something wrong please help.
Reply
New test version available: 2.0.9

List of changes:

Import Games
  • fixed issues with thegamesdb scraper as requests have been blocked

Thanks to Angelscry as I had a decent look at Advanced Launchers workaround to this issue.

Previous version: 2.0.8
Reply
(2013-09-21, 09:16)malte Wrote: Thanks to Angelscry as I had a decent look at Advanced Launchers workaround to this issue.
Wink
Reply
New test version available: 2.0.10

List of changes:

General
  • bugfix: an error occured when you tried to create a new config file

Previous version: 2.0.9
Reply
Hi malte,

can you please look after my post in the XBMCNERDS Forum?

http://www.xbmcnerds.com/index.php?page=...post134356

Thx
Reply
Hello all

I'm a complete novice when it comes to this, so I don't even know if I've put this in the correct location.

I can get my emulator to run from XBMC - It's Fusion the Genesis one...

Can I get this to run in full screen automatically?
I can set the buttons on Fusion normally, but have to do this every time I open it - can I set them though XBMC at all? Keymapping? I've read some things but there are no 'simple' guides to it.

It essence I want to be able to navigate though XBMC with a controller and Launch a rom fullscreen without having to input controls or anything?

Thanks for any help that can be given.
Reply
  • 1
  • 252
  • 253
  • 254(current)
  • 255
  • 256
  • 395

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs20