Bug #2246
Screen remains completely black after startup, even though console is accessible (random)
Description
In Windows, under seemingly random circumstances, Home does not appear after startup but instead the screen remains black. The Console can be opened with Shift-Esc, and console commands can be still be entered.
HomeWidget should make sure that its screen blanker is removed once app startup is complete.
A game can be loaded with a console command, and it appears correctly. When returning to Home, it still remains black.
Associated revisions
Fixed|Widgets|libappfw: Reinitialize UI atlas if necessary
IssueID #2246
Fixed|GL: Black screen after startup
The OpenGL context was not active sometimes when the UI atlas was
initialized, causing its size to be (0,0). This meant no UI textures
were available for drawing.
IssueID #2246
Fixed|Widgets|libappfw: Reinitialize UI atlas if necessary
IssueID #2246
History
#1 Updated by skyjake over 7 years ago
- Description updated (diff)
#2 Updated by skyjake over 7 years ago
- Description updated (diff)
#3 Updated by skyjake over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
#4 Updated by skyjake over 7 years ago
- Status changed from Resolved to Closed
Fixed|GL: Black screen after startup
The OpenGL context was not active sometimes when the UI atlas was
initialized, causing its size to be (0,0). This meant no UI textures
were available for drawing.
IssueID #2246