Hi,
I am having difficulties adding PSX games (cue/bin).
When I add the rom collection and try to import the games, RCB is stuck at importing games. When I try to cancel, it just wait endless for cancelling import.
Other rom collections are no problem (snes, nes, genesis etc).
The file mask I am using is *.cue, but I also tried *.bin.
Is it possible to add psx games in this format?
Here is a piece of my xbmc log:
Code:
16:45:40 T:2660 ERROR: Exception in python script callback execution
16:45:40 T:2660 ERROR: Traceback (most recent call last):
16:45:40 T:2660 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\dialogimportoptions.py", line 104, in onClick
16:45:40 T:2660 ERROR: self.doImport()
16:45:40 T:2660 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\dialogimportoptions.py", line 213, in doImport
16:45:40 T:2660 ERROR: self.gui.doImport(scrapingMode, romCollections)
16:45:40 T:2660 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 1318, in doImport
16:45:40 T:2660 ERROR: updater.updateDB(self.gdb, progressDialog, scrapingmode, romCollections, self.Settings)
16:45:40 T:2660 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\dbupdate.py", line 98, in updateDB
16:45:40 T:2660 ERROR: files = self.getRomFilesByRomCollection(romCollection.romPaths, romCollection.maxFolderDepth, RCId=RCId)
16:45:40 T:2660 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\dbupdate.py", line 360, in getRomFilesByRomCollection
16:45:40 T:2660 ERROR: files = self.walkDownPath(files, romPath, maxFolderDepth)
16:45:40 T:2660 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\dbupdate.py", line 393, in walkDownPath
16:45:40 T:2660 ERROR: allFiles = [f.decode(sys.getfilesystemencoding()).encode('utf-8') for f in glob.glob(newRomPath)]
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\glob.py", line 16, in glob
16:45:40 T:2660 ERROR: return list(iglob(pathname))
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\glob.py", line 41, in iglob
16:45:40 T:2660 ERROR: for dirname in dirs:
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\glob.py", line 42, in iglob
16:45:40 T:2660 ERROR: for name in glob_in_dir(dirname, basename):
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\glob.py", line 61, in glob1
16:45:40 T:2660 ERROR: return fnmatch.filter(names, pattern)
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\fnmatch.py", line 54, in filter
16:45:40 T:2660 ERROR: _cache[pat] = re.compile(res)
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\re.py", line 190, in compile
16:45:40 T:2660 ERROR: return _compile(pattern, flags)
16:45:40 T:2660 ERROR: File "C:\XBMC\system\python\Lib\re.py", line 245, in _compile
16:45:40 T:2660 ERROR: raise error, v # invalid expression
16:45:40 T:2660 ERROR: sre_constants
16:45:40 T:2660 ERROR: .
16:45:40 T:2660 ERROR: error
16:45:40 T:2660 ERROR: :
16:45:40 T:2660 ERROR: bad character range
16:45:40 T:2660 NOTICE: RCB_INFO: Begin cacheItems
16:45:40 T:2660 NOTICE: RCB_INFO: End cacheItems
16:45:40 T:2660 NOTICE: RCB_INFO: Begin updateControls
16:45:40 T:2660 NOTICE: RCB_INFO: Begin showConsoles
16:45:40 T:2660 NOTICE: RCB_INFO: begin showFilterControl: 500
16:45:40 T:2660 NOTICE: RCB_INFO: End showConsoles
16:45:40 T:2660 NOTICE: RCB_INFO: Begin showGenre
16:45:40 T:2660 NOTICE: RCB_INFO: Selected Console: 0
16:45:40 T:2660 NOTICE: RCB_INFO: begin showFilterControl: 600
16:45:40 T:2660 NOTICE: RCB_INFO: End showGenre
16:45:40 T:2660 NOTICE: RCB_INFO: Begin showYear
16:45:40 T:2660 NOTICE: RCB_INFO: Selected Console: 0
16:45:40 T:2660 NOTICE: RCB_INFO: begin showFilterControl: 700
16:45:40 T:2660 NOTICE: RCB_INFO: End showYear
16:45:40 T:2660 NOTICE: RCB_INFO: Begin showPublisher
16:45:40 T:2660 NOTICE: RCB_INFO: Selected Console: 0
16:45:40 T:2660 NOTICE: RCB_INFO: begin showFilterControl: 800
16:45:40 T:2660 NOTICE: RCB_INFO: End showPublisher
16:45:40 T:2660 NOTICE: RCB_INFO: Begin showCharacterFilter
16:45:40 T:2660 NOTICE: RCB_INFO: End showCharacterFilter
16:45:40 T:2660 NOTICE: RCB_INFO: End updateControls
16:45:40 T:2660 NOTICE: RCB_INFO: End updateDB
16:45:40 T:2660 NOTICE: RCB_INFO: onAction: ACTION_CONTEXT
16:45:40 T:3168 ERROR: Control 52 in window 13001 has been asked to focus, but it can't
16:49:03 T:3168 NOTICE: Storing total System Uptime
16:49:03 T:3168 NOTICE: Saving settings
16:49:03 T:3168 NOTICE: stop all
16:49:03 T:3168 NOTICE: ES: Stopping event server
16:49:03 T:3168 NOTICE: stopping zeroconf publishing
16:49:03 T:3168 NOTICE: Webserver: Stopping...
16:49:03 T:3168 NOTICE: WebServer: Stopped the webserver
16:49:03 T:3168 NOTICE: Webserver: Stopped...
16:49:03 T:808 NOTICE: ES: UDP Event server stopped
16:49:03 T:3168 NOTICE: stop sap announcement listener
16:49:03 T:3168 NOTICE: clean cached files!
16:49:03 T:3168 NOTICE: unload skin
16:49:03 T:3168 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
16:49:03 T:3168 ERROR: Previous line repeats 8 times.
16:49:03 T:3168 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture rcb-button-focus.png
16:49:03 T:3168 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture rcb-button-nofocus.png
16:49:03 T:3168 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture rcb-MenuItemFO.png
16:49:03 T:3168 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture rcb-MenuItemNF.png
16:49:04 T:1524 NOTICE: StorageServer-1.4.0 Closed down
16:49:04 T:3168 NOTICE: stop python
16:49:04 T:3168 NOTICE: stopped
16:49:04 T:3168 NOTICE: destroy
16:49:04 T:3168 NOTICE: closing down remote control service
16:49:04 T:3168 NOTICE: unload sections
16:49:04 T:3168 NOTICE: destroy
16:49:04 T:3168 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
16:49:04 T:3168 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
16:49:04 T:3168 NOTICE: closing down remote control service
16:49:04 T:3168 NOTICE: unload sections
16:49:04 T:3168 NOTICE: application stopped...
edit: forgot to mention, I am running my roms from a smb location. That's no issue for other systems however. I can also run the cue/bin files manually from epsxe without an issue. I will try to import 1 game from the local file system.