doccosgrove / romcollectionbrowser

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

Won't Start #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install of 0.9.2
2.(No previous version has been used before)
3.Starting RCB

What is the expected output? What do you see instead?
It runs...It doesn't run.

What version of the product are you using? On what operating system?
0.9.2 with service 0.1.0 newest nightly build of xbmc 20111026, Win7 32bit

Please provide any additional information below.

LOG
19:43:55 T:1340    INFO: initializing python engine.
19:43:55 T:1340   DEBUG: new python thread created. id=2
19:43:55 T:3800   DEBUG: Thread XBPyThread start, auto delete: 0
19:43:55 T:3800   DEBUG: Python thread: start processing
19:43:56 T:3800  NOTICE: -->Python Interpreter Initialized<--
19:43:56 T:3800   DEBUG: XBPyThread::Process - The source file to load is 
C:\Program Files\XBMC\addons\script.games.rom.collection.browser\default.py
19:43:56 T:3800   DEBUG: XBPyThread::Process - Setting the Python path to 
C:\Program 
Files\XBMC\addons\script.games.rom.collection.browser;C:\Users\MediaCenter\AppDa
ta\Roaming\XBMC\addons\script.module.cryptopy\lib;C:\Users\MediaCenter\AppData\R
oaming\XBMC\addons\script.module.demjson\lib;C:\Users\MediaCenter\AppData\Roamin
g\XBMC\addons\script.module.simplejson\lib;C:\Users\MediaCenter\AppData\Roaming\
XBMC\addons\script.module.beautifulsoup\lib;C:\Program 
Files\XBMC\addons\script.module.pil\lib;C:\Users\MediaCenter\AppData\Roaming\XBM
C\addons\script.module.mechanize\lib;C:\Users\MediaCenter\AppData\Roaming\XBMC\a
ddons\script.web.viewer\lib;C:\Users\MediaCenter\AppData\Roaming\XBMC\addons\scr
ipt.module.elementtree\lib;C:\Program 
Files\XBMC\addons\script.module.pysqlite\lib;C:\Program 
Files\XBMC\system\python\DLLs;C:\Program 
Files\XBMC\system\python\Lib;C:\Program Files\XBMC\python26.zip;C:\Program 
Files\XBMC\system\python\lib\plat-win;C:\Program 
Files\XBMC\system\python\lib\lib-tk;C:\Program Files\XBMC;C:\Program 
Files\XBMC\system\python;C:\Program Files\XBMC\system\python\lib\site-packages;
19:43:56 T:3800   DEBUG: XBPyThread::Process - Entering source directory 
C:\Program Files\XBMC\addons\script.games.rom.collection.browser
19:43:56 T:3800   DEBUG: Instantiating addon using automatically obtained id of 
"script.games.rom.collection.browser" dependent on version 1.0 of the 
xbmc.python api
19:43:56 T:3800  NOTICE: RCB_INFO: Loading sqlite3 as DB engine
19:43:56 T:3800  NOTICE: RCB: init log level
19:43:56 T:3800  NOTICE: RCB: current log level: 2
19:43:56 T:3800  NOTICE: RCB_INFO: Loading sqlite3 as DB engine
19:43:56 T:3800  NOTICE: RCB_INFO: Path to configuration file: 
C:\Users\MediaCenter\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.c
ollection.browser\config.xml
19:43:56 T:3800  NOTICE: RCB_INFO: Init Rom Collection Browser: C:\Program 
Files\XBMC\addons\script.games.rom.collection.browser
19:43:56 T:3800  NOTICE: RCB_INFO: RCB version: 0.9.2
19:43:56 T:3800  NOTICE: RCB_INFO: RCB service addon: <xbmcaddon.Addon object 
at 0x0811D3E0>
19:43:56 T:3800  NOTICE: 
C:\Users\MediaCenter\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.c
ollection.browser\MyGames.db
19:43:56 T:3800  NOTICE: Create Tables
19:43:56 T:3800    INFO: -->Python script returned the following error<--
19:43:56 T:3800   ERROR: Error Type: <class 'sqlite3.OperationalError'>
19:43:56 T:3800   ERROR: Error Contents: table RCBSetting has 25 columns but 12 
values were supplied
19:43:56 T:3800   ERROR: Traceback (most recent call last):
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\default.py", line 58, in <module>
                                                import gui
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 2206, in <module>
                                                main()
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 2198, in main
                                                ui = UIGameDB("script-Rom_Collection_Browser-main.xml", util.getAddonInstallPath(), skin, "PAL")
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 207, in __init__
                                                doImport, errorMsg = self.gdb.checkDBStructure()
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\resources\lib\gamedatabase.py", line 106, in checkDBStructure
                                                self.createTables()
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\resources\lib\gamedatabase.py", line 81, in createTables
                                                RCBSetting(self).insert((None, None, None, None, None, None, None, util.CURRENT_DB_VERSION, None, None, None))
                                              File "C:\Program Files\XBMC\addons\script.games.rom.collection.browser\resources\lib\gamedatabase.py", line 145, in insert
                                                self.gdb.cursor.execute(insertString, args)
                                            OperationalError: table RCBSetting has 25 columns but 12 values were supplied
19:43:56 T:3800    INFO: -->End of Python script error report<--
19:43:56 T:3800    INFO: Python script stopped
19:43:56 T:3800   DEBUG: Thread XBPyThread 3800 terminating
19:43:56 T:1340   DEBUG: waiting for python thread 2 to stop
19:43:56 T:1340   DEBUG: python thread 2 destructed

Original issue reported on code.google.com by NkMcG...@gmail.com on 28 Oct 2011 at 1:01

GoogleCodeExporter commented 8 years ago
Same issue was reported by naborneo in the forum (maybe it was you?). See 
solution here: http://forum.xbmc.org/showpost.php?p=922683&postcount=1673

Original comment by maloep on 29 Oct 2011 at 12:08