doccosgrove / romcollectionbrowser

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

config wizard never shows up? #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.start xbmc
2. go to programs
3. click RCB

What is the expected output? What do you see instead?
i have never been able to config RCB.  i expect to see the config wizard but it 
never comes up.  i see a quick blip of something but its gone in an instant.  
The log i pasted  below shows the "attempt to gain focus" or whatever .. 
iassume thats what i'm seeing.  Please help.

I've tried to remove all traces of RCB and start over, but it never changes 
anything.  

What version of the product are you using? On what operating system?
Win7 X64 v11 Eden

Please provide any additional information below.
21:11:27 T:3460  NOTICE: StorageServer-1.1.0 Storage Server starting 
C:\Users\Dustin\AppData\Roaming\XBMC\userdata\Database\commoncache.db
21:11:33 T:3608  NOTICE: -->Python Interpreter Initialized<--
21:11:44 T:3212   ERROR: unmatched parentheses in 
Substring(Control.GetLabel(4),Descending
21:11:44 T:3636 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported 
protocol(addons) in addons://more/executable.tbn
21:11:52 T:3212   ERROR: unmatched parentheses in 
Substring(Control.GetLabel(4),Descending
21:12:08 T:3604   ERROR: Python script 
"http://mirrors.xbmc.org/addons/eden/service.rom.collection.browser/service.rom.
collection.browser-0.1.0.zip/default.py" does not exist
21:12:46 T:3308 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported 
protocol(addons) in addons://more/executable.tbn
21:12:51 T:288  NOTICE: -->Python Interpreter Initialized<--
21:12:52 T:288  NOTICE: RCB_INFO: Loading sqlite3 as DB engine
21:12:52 T:288  NOTICE: RCB: init log level
21:12:52 T:288  NOTICE: RCB: current log level: 0
21:12:52 T:288  NOTICE: 
C:\Users\Dustin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collec
tion.browser\MyGames.db
21:12:55 T:288  NOTICE: showGames: load games from db in 0 ms
21:12:55 T:288  NOTICE: showGames: load 0 games to list in 92 ms
21:12:55 T:3212   ERROR: Control 58 in window 13000 has been asked to focus, 
but it can't
21:13:04 T:288  NOTICE: close Connection
21:13:04 T:3304 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported 
protocol(addons) in addons://more/executable.tbn
21:13:09 T:3236 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 
0x%02x
21:13:12 T:3212  NOTICE: Storing total System Uptime
21:13:12 T:3212  NOTICE: Saving settings
21:13:12 T:3212  NOTICE: stop all
21:13:12 T:3212  NOTICE: ES: Stopping event server
21:13:12 T:3212  NOTICE: stopping upnp
21:13:12 T:3484  NOTICE: ES: UDP Event server stopped
21:13:13 T:3212  NOTICE: stopping zeroconf publishing
21:13:13 T:3212  NOTICE: Webserver: Stopping...
21:13:13 T:3212  NOTICE: WebServer: Stopped the webserver
21:13:13 T:3212  NOTICE: Webserver: Stopped...
21:13:13 T:3212  NOTICE: stop sap announcement listener
21:13:13 T:3212  NOTICE: clean cached files!
21:13:13 T:3212  NOTICE: unload skin
21:13:13 T:3212   ERROR: CLocalizeStrings::ClearBlock: Trying to clear non 
existent block 
C:\Users\Dustin\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
21:13:17 T:3460   ERROR: Previous line repeats 1 times.
21:13:17 T:3460  NOTICE: StorageServer-1.1.0 Closed down
21:13:18 T:3212  NOTICE: stop python
21:13:19 T:3212  NOTICE: stopped
21:13:19 T:3212  NOTICE: destroy
21:13:19 T:3212  NOTICE: closing down remote control service
21:13:19 T:3212  NOTICE: unload sections
21:13:20 T:3212  NOTICE: destroy
21:13:20 T:3212 WARNING: Attempted to remove window 10013 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10014 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10015 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10016 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10017 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10018 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10019 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10107 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10115 from the window 
manager when it didn't exist
21:13:20 T:3212 WARNING: Attempted to remove window 10104 from the window 
manager when it didn't exist
21:13:20 T:3212  NOTICE: closing down remote control service
21:13:20 T:3212  NOTICE: unload sections
21:13:20 T:3212  NOTICE: application stopped...

Original issue reported on code.google.com by dustin.a...@gmail.com on 18 Aug 2012 at 2:22

GoogleCodeExporter commented 8 years ago
Was there any previous installation of RCB on this system? Looks like it tries 
to load a view that is not available.

You could try to delete the files config.xml or MyGames.db in RCBs userdata 
directory and start over again.

Original comment by maloep on 22 Oct 2012 at 3:16

GoogleCodeExporter commented 8 years ago
I dont believe so.  The computer that was hosting XBMC has since kicked the 
bucket, but I should have another soon.  I'll try what you suggested and report 
back hopefully in the next few weeks.

Original comment by dustin.a...@gmail.com on 22 Oct 2012 at 3:20

GoogleCodeExporter commented 8 years ago
Also having this issue, however having it in XBMCbuntu (NOT in Windows). Can't 
seem to get wizard to show up, uninstalled / reinstalled etc. Unfortunately, 
there is no way to launch the wizard manually so far as I can see. 

Anybody have any ideas?

Original comment by aStaticS...@gmail.com on 23 Nov 2012 at 3:56

GoogleCodeExporter commented 8 years ago
Press c on the keyboard ... I just found this out like two days ago ... meant 
to update this thread 

Original comment by dustin.a...@gmail.com on 23 Nov 2012 at 5:35

GoogleCodeExporter commented 8 years ago
Thanks! I can't believe I couldn't find that obvious answer anywhere. Much 
appreciated. 

Original comment by aStaticS...@gmail.com on 23 Nov 2012 at 8:38

GoogleCodeExporter commented 8 years ago
Its not very obvious ... thats for sure

Original comment by dustin.a...@gmail.com on 23 Nov 2012 at 9:04

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 22 Dec 2012 at 12:39

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 22 Nov 2013 at 7:01