Thanks
Shiranui-san, I will check what's wrong with audio player. There's another issue about audio in google code too. (starting the loader when audio player is set to random)
But, is playing a GC game before restarting the loader what triggers the bug?
When you say "Play a little" it's playing the game (you said select one of them), or the audio file? DM PADhook setting is important to the bug report? if you don't touch this setting it doesn't bug?
If you only display gamecube game list without launching the game or changing the setting it's not enough?
you need to select one of the game?
" turn off my Wii or use Dios Mios Padhook" only one of these two possibilities?
I'm pretty sure Padhook has nothing to do with Audio bug.
only report useful/minimal elements to trigger the bug.
OriginalHamster:
When you said "not working" it meant 480i ? or black screen ? or freeze ? picture stutters/blinks? has dual pictures (240p on top, green screen on bottom)? moves vertically ?
You tested with ForceNTSC480p + Patch Dol "Enabled" or "All" ?
USBLoaderGX has
31 known video modes (taken from Libogc and from MotoGP08 which I added myself).
But there are still games using different video modes, that's why I added possibility to patch unknown modes but it could result in wrong patched area in the dol.
"Enable" replaces known video modes only.
"All" replaces even the unknown video modes as long as it finds 2 bytes pattern in the main.dol, that's why it can corrupt the dol if the patcher finds these 2 bytes in a "non video mode" area in the dol.
As enable replace only the known ones, the game could still choose to use the unknown 480i mode not patched found in the dol.
And if you use "All", it replace them all with only one video mode, and it could be that the video mode used in USBLoaderGX is not compatible with that game.
There are 30+ video modes, USBLoaderGX force only 5 different modes!*
The best way would be to allow user to choose from all the 31 known modes (and even the other ones, but they need to be added).
Could you send me the main.dol ? I'll check video modes in that game.
edit:
USBLoaderGX replace video modes to only these 5 :
TVPal528IntDf (PAL 576i)
TVEurgb60Hz480IntDf (PAL 480i)
TVEurgb60Hz480Prog (PAL 480p)
TVNtsc480IntDf (NTSC 480i)
TVNtsc480Prog (NTSC 480p)
there's no Mpal for example.
NTSC have different 480 progressive modes:
TVNtsc480Prog, TVNtsc480ProgSoft, TVNtsc480ProgAa, but the loader only use the first one.
I can make you a version where you can select more modes manually.