Actions
Bug #282
closed"Make default" causes indefinite "Loading directory" dialog when network is not connected
Start date:
24/01/2014
Due date:
% Done:
90%
Resolution:
fixed
Affected Version:
Description
Steps to replicate the issue (e.g. Music, but also replicated with Movies or Plugins):
- go to "Music"
- select (highlight) "Albums"
- "right" click and "Make default"
- restart XBMC4Xbox without a network connection.
- go back to Music
Result = it will hang with "Loading directory" message (screenshot).
What we see on screen might be coming from CGUIMediaWindow::WaitForNetwork()?
Discussed here:
http://www.xbmc4xbox.org.uk/forum/viewtopic.php?f=6&t=1830
Files
Updated by buzz over 10 years ago
- Status changed from New to Feedback
- Assignee set to dandar3
- % Done changed from 0 to 90
this should be fixed in r32878. Rather than remove the waitfornetwork call, I have fixed up the IsRemote function to return false for musicdb:// videodb:// (as they are not remote). Please let me know if it solves the problem for you.
Updated by buzz about 10 years ago
- Status changed from Feedback to Closed
- Target version set to 3.5
- Resolution set to fixed
Actions