skerit / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

Can't add collections #140

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
XBMC 12 on windows 8, attempt to add a collection via the first run wizard, or 
context menu after installed.

You can go through the entire process with no errors, but nothing happens. The 
collection isn't created.

Error log shows this:

12:09:37 T:3108   DEBUG: ------ Window Deinit (DialogKeyboard.xml) ------
12:09:37 T:3108   DEBUG: CAnnouncementManager - Announcement: OnInputFinished 
from xbmc
12:09:37 T:3108   DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message 
OnInputFinished
12:09:37 T:1284   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python 
callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: not enough arguments for format string
                                            Traceback (most recent call last):
                                              File "C:\Users\Ajay\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\dialogcontextmenu.py", line 101, in onClick
                                                wizardconfigxml.ConfigXmlWizard().addRomCollection(self.gui.config)
                                              File "C:\Users\Ajay\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\wizardconfigxml.py", line 47, in addRomCollection
                                                success, romCollections = self.addRomCollections(id, configObj, consoleList, True)
                                              File "C:\Users\Ajay\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\lib\wizardconfigxml.py", line 184, in addRomCollections
                                                artworkPath = dialog.browse(0, util.localize(40082) %console, 'files', '', False, False, romPath)
                                            TypeError: not enough arguments for format string
                                            -->End of Python script error report<--
12:09:37 T:3108   ERROR: Control 52 in window 13001 has been asked to focus, 
but it can't
12:09:37 T:3108   ERROR: CLocalizeStrings::ClearBlock: Trying to clear non 
existent block 
C:\Users\Ajay\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
12:09:43 T:3108   DEBUG: Keyboard: scancode: 01, sym: 001b, unicode: 001b, 
modifier: 0
12:09:43 T:3108   DEBUG: CApplication::OnKey: escape (f01b) pressed, action is 
PreviousMenu
12:09:43 T:3664   DEBUG: CSoftAE::Run - Sink restart flagged
12:09:43 T:1284  NOTICE: close Connection
12:09:43 T:3664    INFO: CSoftAE::InternalOpenSink - sink incompatible, 
re-starting
12:09:43 T:3664   ERROR: CAESinkWASAPI::InitializeExclusive: IsFormatSupported 
failed (AUDCLNT_E_UNSUPPORTED_FORMAT) - trying to find a compatible format
12:09:43 T:3108   DEBUG: Activating window ID: 10001
12:09:44 T:3664    INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive 
Mode Sink Initialized using: AE_FMT_S16NE, 48000, 2
12:09:44 T:3664   DEBUG: CSoftAE::InternalOpenSink - WASAPI Initialized:

Original issue reported on code.google.com by anakin...@gmail.com on 22 Dec 2012 at 8:17

GoogleCodeExporter commented 8 years ago
This is for RCB 1.1.0 - I haven't tried any other versions.

Original comment by anakin...@gmail.com on 22 Dec 2012 at 8:18

GoogleCodeExporter commented 8 years ago
This bug is fixed with version 1.1.1. Thanks for reporting.

Original comment by maloep on 25 Dec 2012 at 4:30