these are the 3 older dols all 296 try which one works this will help track the issue:vWii, no probs or errors with menus or loader.
i load game through usbloadergx, but i tryed directly with the loader, and same result...
no errors on boot but black screen, could you please repost boot.dol, from v295 just to test something ?
legacy dol is same as latest 296 which makes me confused!It's 295 dols, and all 3 works...
with bios?Same problem, ok directly with the loader, black screen with usb loader GX ... r1241
[EDIT] No problem with r295
with bios?
Bioses are @ the root of my hdd, but i haven't any splashscreen...
the bios code is very clear it checks for 4ths character in gameid:Just in case, when I downloaded the newest revision, I only downloaded the NTSC BIOS. My guess is that it has something to do with BIOS detection and that it uses the wrong BIOS for the games we are playing.
so we just need troopage to update and confirmIt works now
And have splashscreen with NTSC game.
Thanks !
that's not a problem it's a featureAnd i have another strange thing now, when i load Nintendont with HBC, it loads directly a game, i have to push B to cancel autoboot
the bios code is very clear it checks for 4ths character in gameid:
first for "E" > ntsc bios then for "J" > jap bios else > bios =pal
so only thing that can fool it is a wrong or custom title ID
now the problem in official was pal bios not working on wiiu
so i made the code:
check first for "E" > ntsc bios then for "J" > jap bios then if not wiiu > pal and if wiiu > no bios
I hope it works cause if it doesn't I'll just revert to ofiicial code leaving pal bios broken on wiiu
iplpal is not only "p" also this won't work on wiiuThis might be a long shot, and certainly only for testing purposes, but what if you made it something like "If GameID... =E, then iplusa.bin; =J, then ipljap.bin; =p, then iplpal.bin, else don't use BIOS"?
