MathewWi / desmumewii

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

Emulator produces a frozen black screen #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I added some basic text output to DeSmuME Wii. So when we start the
emulator, we should see text and then, based on the text, be able to
determine where and why a freeze occurs.

However, the first line of text, "Welcome to DeSmuME Wii!" is never displayed.

My speculation for the reason is that:

1)We have an error with SDL Wii not returning to main properly.

2)My environment sucks (I just reconstructed it) and is preventing the
program from being correctly built.

Could someone please compile and confirm or deny if #2 is the issue?

Original issue reported on code.google.com by castleva...@yahoo.com on 5 Nov 2009 at 10:06

GoogleCodeExporter commented 9 years ago
Turns out that SDL Wii practically disables the ability to set up a console. 
However,
I appear to have possibly found a way to do it. More and possibly a new commit 
ASAP.

Original comment by castleva...@yahoo.com on 5 Nov 2009 at 10:56

GoogleCodeExporter commented 9 years ago
I got some help from scanff and appear to have fixed it now but I have no way of
testing it for the next 24+ hours. Could someone please test the new build in
Downloads and tell me if it prints text on the tv screen?

Original comment by castleva...@yahoo.com on 6 Nov 2009 at 12:22

GoogleCodeExporter commented 9 years ago
Alright, I finally got a report back saying that the text doesnt appear. Can 
anyone
else confirm or deny this claim. And, more importantly, can anyone figure out 
why the
text wont appear?

(I'm out now for about the next 24 hours)

Original comment by castleva...@yahoo.com on 6 Nov 2009 at 1:22

GoogleCodeExporter commented 9 years ago
Another update:

I found out why the console doesnt work: GX renders it invisible. I'm currently
investigating other ways to print text to the screen now...

Original comment by castleva...@yahoo.com on 6 Nov 2009 at 1:49

GoogleCodeExporter commented 9 years ago
Fixed it now :) Check out the latest commit.

Thanks to dhewg, tantric, and squidman.

Original comment by castleva...@yahoo.com on 7 Nov 2009 at 12:05