doccosgrove / romcollectionbrowser

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

Blank Screen Bug #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Simply using the program
2.
3.

What is the expected output? What do you see instead?
List of Roms.   Getting blank screen then have to go in delete data in 
directories and start over.  Has happened 3 times in a row now.

What version of the product are you using? On what operating system?
Latest, Windows7, Frodo 12.2 and I use Aeon and Aeon Nox it has happened with 
both.

Please provide any additional information below.

Original issue reported on code.google.com by Newyears...@gmail.com on 20 May 2013 at 3:54

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, I can't see anything from the log. Can you try to reproduce this and set 
RCB to debul log level?

Thanks

Original comment by maloep on 12 Jul 2013 at 8:19

GoogleCodeExporter commented 8 years ago
I have the same problem, using the same skin and win7. Using offline scraping, 
everything was working but when I update the list is empty. The nfo files look 
fine, though. Wlll try to create a log.

Original comment by h...@mortenholmstrup.dk on 1 Sep 2013 at 11:05

GoogleCodeExporter commented 8 years ago
here is my log, debugging has been enabled. I cant get my list of games back at 
all. Deleting nfo files does not help - they are re-created but the list is 
still empty. I only have 6 or 7 mame roms. Notice that my first import went 
smoothly and the list was displayed. But when I did a re-import everything 
diseappeared. I even tried re-installing rcb. Is there a way to do a complete 
wipe of all data?

Original comment by h...@mortenholmstrup.dk on 1 Sep 2013 at 11:25

Attachments:

GoogleCodeExporter commented 8 years ago
I suspect these lines could share some light on the issue:

13:19:36 T:3924 ERROR: Control 58 in window 13000 has been asked to focus, but 
it can't
13:19:36 T:3924 ERROR: Previous line repeats 1 times.
13:19:36 T:3924 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non 
existent block 
C:\Users\far\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser

Original comment by h...@mortenholmstrup.dk on 1 Sep 2013 at 11:46

GoogleCodeExporter commented 8 years ago
I had the same problem and could fix it by connecting to the games database 
with the sqlite3 command line:

  > sqlite3 ~/.xbmc/userdata/addon_data/script.games.rom.collection.browser/MyGames.db

and truncating the 'rcbsetting' table:

  > DELETE FROM rcbsetting;

Maybe this helps troubleshooting the issue; at least it's a workaround.

Original comment by klaus.f...@gmail.com on 28 Mar 2014 at 6:09

GoogleCodeExporter commented 8 years ago
Is this at all similar to the issue of letting RCB sit for a while can getting 
this blank screen?

http://i.imgur.com/nrDFCUN.png

Exiting RCB and going back in fixes things just fine. I can start a new ticket 
if it is a different issue. I have enabled RCB debug info for the next time if 
pops up.

Original comment by mdegu...@gmail.com on 7 Aug 2014 at 1:01

Attachments:

GoogleCodeExporter commented 8 years ago
Seems that RCB is reading the attached external devices in some way. See the 
screenshot below, when my external Clonezilla image drive was connected. Note 
the icon on the left, and the main screen:

https://cloud.githubusercontent.com/assets/3931917/3950108/3678b8c6-26c0-11e4-92
ba-dd53fb8c271d.png

Original comment by mdegu...@gmail.com on 18 Aug 2014 at 10:15

Attachments:

GoogleCodeExporter commented 8 years ago
It happens, when XBMC is starting thread Jobworker, with auto delete set to 
true.

game launch @ 19:50
http://imgur.com/LPG84qd

RCV blank @ 20:05:53
http://imgur.com/5VvWRtD

Line 10: "20:05:53 T:140526833628928  NOTICE: Thread JobWorker start, auto 
delete: true"
http://slexy.org/view/s21OO5sdla

See
https://github.com/beaumanvienna/xbmc/blob/retrorig-pl9/xbmc/threads/Thread.cpp#
L146

I've made a stack trace: http://imgur.com/avD6o1V
After pressing "Continue" xbmc went immediately blank.

In this file here I found some occurrences of "JobWorker", looks pretty 
generic: 
https://github.com/beaumanvienna/xbmc/blob/retrorig-pl9/xbmc/utils/JobManager.cp
p

This question is, which job actually gets executed.

Here's how you reproduce this bug: Put xbmc in windowed mode and launch a game. 
Make sure xbmc is in the background and play for a while. 5 ~ 12 minutes, about 
2 DKCR level ;-)

Original comment by jc.la...@gmail.com on 5 Oct 2014 at 7:25

GoogleCodeExporter commented 8 years ago
I think the bug I just described is a different one then initially reported. 
Sorry for that! It leads to a blank screen as well, but it's recoverable by 
restarting RCB. Tested under Linux Mint 17 and xbmc 14.0 Helix.

Original comment by jc.la...@gmail.com on 5 Oct 2014 at 7:47