<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Homebrew channel shows black screen in MPAL mode</title>
<description> Hi guys,

I&amp;#039;m playing around with tona&amp;#039;s new AnyRegion Changer (finally my JAP Wii in English horaiii :-)

I&amp;#039;ve sucessfully changed to US Area and English menus but I&amp;#039;ve also done something a bit dumb I think...
I changed the video mode to MPAL and although my TV works fine (I can play any official game or channel) when I run the Homebrew Channel it shows a black screen after loading.

I can even load applications using wiiload, but nothing appears on screen. 

Is there any other way to change video mode back to NTSC or PAL?
Anyidea why Homebrew Channel doesn&amp;#039;t work on MPAL?

edite: Can I fix the value of rmode in wiibasics.c, which are the options?
// Obtain the preferred video mode from the system
// This will correspond to the settings in the Wii menu
rmode = VIDEO_GetPreferredMode(NULL);

cheers, \o.o/ jj</description><link>http://forum.wiibrew.org/read.php?17,2946,2946#msg-2946</link><lastBuildDate>Fri, 17 Jul 2026 14:14:13 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,24012#msg-24012</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,24012#msg-24012</link><description><![CDATA[ Well i found a solution by pushing its right combination on the wii-remote to unset MPAL to PAL or NTSC without seeing anything on the screen!<br /><br /><br /><u>This is what I did:</u><br /><br />1. Do the twighlight hack with "any region changer 1.1b"<br />When "any region changer 1.1b" starts the black screen will appear.<br /><br />2. Now just give it about 10 seconds then push the "1-button" on the wii-remote.<br /><br />3. Now push "Down, Down, Down, Left or Right, Down, Down, Down, Down, A, A, Down, Down, Down, Down, A".<br /><br />This will unset the MPAL to PAL or NTSC.<br /><br /><br /><br /><br />Hope this gives a little help for those who arent advanced users in C++ =D]]></description>
<dc:creator>imbrue</dc:creator>
<category>Homebrew Applications</category><pubDate>Mon, 06 Jul 2009 23:42:41 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,12279#msg-12279</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,12279#msg-12279</link><description><![CDATA[ I have almost the same problem, but instead of showing a blackscreen all i get is a fuzzy screen. I have tried chaning it back in blind but it doesnt work. Can someone please give me some help or a precompiled version of any region changer that goes into pal mode at startup.]]></description>
<dc:creator>exnotime</dc:creator>
<category>Homebrew Applications</category><pubDate>Tue, 24 Mar 2009 22:00:36 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,7191#msg-7191</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,7191#msg-7191</link><description><![CDATA[ MPAL is a 60hz video mode used in Brazil<br /><br />there is no reason HBC in particular does not "support" MPAL since it has the same properties as NTSC (same timings, same resolution) or at least, should have<br /><br />it&#039;s more probable that either your TV does not support MPAL or libogc does not configure MPAL properly: I remember that old GC applications had trouble on european Wiis when the default 60hz mode was set to MPAL (TVMpal480IntDf) instead EURGB60.<br /><br />the question is: what did you want to set your Wii using MPAL in the 1st place ? and are your TVs supposed to support this video format ?]]></description>
<dc:creator>ekeeke</dc:creator>
<category>Homebrew Applications</category><pubDate>Wed, 07 Jan 2009 14:48:22 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,7088#msg-7088</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,7088#msg-7088</link><description><![CDATA[ Just to revive an old post. I was having troubles getting my component cable to work, so I fiddled around within AnyRegion_Changer1.1b to see if there were anything that might help me. There probably weren&#039;t, but I tried to change the video mode to &#039;PAL&#039;, which had no effect apart from making the graphics fuzzier. Then I tried to change it to &#039;MPAL&#039; and now I got amazingly fuzzy graphics no matter what I do.<br /><br />The problem I got right now is exactly the same as juanjo had, every time I try to open the HBC, I get a black screen and the TV reports &#039;No Signal&#039;. I know this is because the HBC doesn&#039;t support MPAL.<br /><br />I then tried to fiddle around with the AnyRegion_Changer1.1b to add the solution juanjo described in his second post, but it seems that I&#039;m not doing it right. When I try and run the program I&#039;ve changed through the Twilight Hack, I end up with the same symptoms as above, I&#039;m pretty sure it loads as it&#039;s supposed to, but I end up with getting &#039;No Signal&#039; from the TV.<br /><br />It seems that I get a problem when I try and compile the program through &#039;Programmer&#039;s Notepad&#039;:<br /><pre class="bbcode">
c:/Downloads/projects/AnyRegion_Changer/source/detect_settings.c:238: warning: passing argument 2 of &#039;ES_OpenTitleContent&#039; makes integer from pointer without a cast
c:/Downloads/projects/AnyRegion_Changer/source/detect_settings.c:238: error: too many arguments to function &#039;ES_OpenTitleContent&#039;</pre><br />I then tried just to changed it manually in the &#039;wiibasics.c&#039; file and then overwrite that file in the original AnyRegion_Changer source directory. Which gave me the same result as the other times I&#039;ve tried to run it through the Twilight Hack.<br /><br />So now I&#039;m at a loss on what I can do to return my console to the NTSC setting, so all the graphics aren&#039;t so fuzzy. Any pointers would be highly appreciated!<br /><br />Note to self: Don&#039;t mess with things you know nothing about :(<br /><br /><b>Edit:</b> Well, I found a screen shot of the AnyRegionChanger menu and changed the setting to NTSC and rebooted, in the blind. It worked, so my issue is solved really.]]></description>
<dc:creator>UnaXia</dc:creator>
<category>Homebrew Applications</category><pubDate>Tue, 06 Jan 2009 17:53:19 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,3022#msg-3022</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,3022#msg-3022</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>juanjo</strong><br />I&#039;m playing around with tona&#039;s new AnyRegion Changer</div></blockquote><br />A "new" one? Newer than 1.1?<br /><br />(don&#039;t mean to rush you, tona, I was just wondering ;) )]]></description>
<dc:creator>Neoprenanzug</dc:creator>
<category>Homebrew Applications</category><pubDate>Tue, 28 Oct 2008 09:21:33 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,2997#msg-2997</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,2997#msg-2997</link><description><![CDATA[ Well, I doubt every single application uses the basic wii functions I wrote :P But most of mine seem to use it!<br /><br />Glad you found a way to fix this. Most Wii applications *do* use those GX functions. Nice work. Perhaps MPAL compatibility will be on the to-do list for HBC.<br /><br />Although I&#039;m not even sure what regions actually *use* MPAL....]]></description>
<dc:creator>tona</dc:creator>
<category>Homebrew Applications</category><pubDate>Mon, 27 Oct 2008 18:10:06 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,2992#msg-2992</guid>
<title>Re: Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,2992#msg-2992</link><description><![CDATA[ It took me a while but I found the solution to my issue.<br /><br />Every single homebrew application uses the functions in wiibasics.c to define the Video output (which in turn uses libogc included in the new devkitpro).<br /><br />I simply added the instruction &#039;rmode-&gt;viTVMode = VI_NTSC;&#039; after &#039;rmode = VIDEO_GetPreferredMode(NULL);&#039; to force the application to output in NTSC mode.<br /><br />Then compile the application again, copied as boot.dol in a SD card and launched it using the twilight hack.<br />At least those c++ classes in the uni were usefull somewhat ;-)]]></description>
<dc:creator>juanjo</dc:creator>
<category>Homebrew Applications</category><pubDate>Mon, 27 Oct 2008 17:36:09 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?17,2946,2946#msg-2946</guid>
<title>Homebrew channel shows black screen in MPAL mode</title><link>http://forum.wiibrew.org/read.php?17,2946,2946#msg-2946</link><description><![CDATA[ Hi guys,<br /><br />I&#039;m playing around with tona&#039;s new AnyRegion Changer (finally my JAP Wii in English horaiii :-)<br /><br />I&#039;ve sucessfully changed to US Area and English menus but I&#039;ve also done something a bit dumb I think...<br />I changed the video mode to MPAL and although my TV works fine (I can play any official game or channel) when I run the Homebrew Channel it shows a black screen after loading.<br /><br />I can even load applications using wiiload, but nothing appears on screen.<br /><br />Is there any other way to change video mode back to NTSC or PAL?<br />Anyidea why Homebrew Channel doesn&#039;t work on MPAL?<br /><br />edite: Can I fix the value of rmode in wiibasics.c, which are the options?<br />// Obtain the preferred video mode from the system<br />// This will correspond to the settings in the Wii menu<br />rmode = VIDEO_GetPreferredMode(NULL);<br /><br />cheers, \o.o/ jj]]></description>
<dc:creator>juanjo</dc:creator>
<category>Homebrew Applications</category><pubDate>Sun, 26 Oct 2008 18:03:01 +0100</pubDate></item>
</channel>
</rss>