MathewWi / priiloader

Automatically exported from code.google.com/p/priiloader
0 stars 0 forks source link

BootMii infinte loop #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear Daco65

First I would like to say thanks for a great product!

What steps will reproduce the problem?
1. Priiloader startup to BootMii
2. Return to system menu

What is the expected output? What do you see instead?
It creates a BootMii loop, so it start BootMii, but instead of the system menu 
it returns BootMii, so it creates a infinite loop. If I select System Menu as 
startup and return to System Menu everything works fine.

What version of Priiloader are you using? On what ios/system menu?
Priiloader 0.5 Beta 4, BootMii public beta 5, The Homebrew Channel 1.0.7 and 
Sytem menu 4.3 eg. IOS80

Do you have any IOS patches installed? (if so which ios and what patch?)
Yes all are signed, but IOS60. This is to use latest HackMii 0.7 installer. 
Otherwise it gives the error "...there is no known vulnerable IOS installed on 
this Wii."

What are your wii system menu settings
?

Original issue reported on code.google.com by 12fo...@gmail.com on 2 Aug 2010 at 9:59

GoogleCodeExporter commented 9 years ago
Note to file: it was already a problem in the earlier version of Priiloader 
0.4, and The Homebrew Channel and Sytem Menu 4.2 eg. IOS70

Original comment by 12fo...@gmail.com on 2 Aug 2010 at 2:18

GoogleCodeExporter commented 9 years ago
youre saying that, eventho you had return to set to system menu it boots 
bootmii? o_O;

or do you mean booting system menu in bootmii (which loads priiloader under 
startup conditions) just reloads bootmii?

if you meant that bootmii->system menu -> bootmii then there is nothing i can 
do :-/
its the way bootmii & priiloader works that just intervene with eachother >_<

Original comment by dac...@gmail.com on 2 Aug 2010 at 7:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks for your time 

I've set priiloader to load autoboot to bootmii and return to system menu then 
it start with bootmii and as bootmii in basic settings is set to exit to the 
wii (eg. system menu) yet it reboots to bootmii instead of the system menu, 
then this goes on and on.

As I played with the menu options in priiloader the following happened:

When I choose bootmii ios from the main menu in priiloader all goes well, so 
then 
bootmii starts en when bootmii exits it exits to the system menu. This might 
suggest that the problem is in the return setting of priiloader. 

Then there is another issue, when I choose HBC from the main menu priiloader 
gives an error "error autobooting HBC, maybe file not installed" So this means 
that it neither finds JODI or HAXX, but it thought the new title ID is 
0xaf1bf516 but its not in the main.cpp
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
void LoadHBC( void )
{
    //Note By DacoTaco :check for new (0x00010001/4A4F4449 - JODI) HBC id
    //or old one(0x0001000/148415858 - HAXX)
    u64 TitleID = 0;
    switch (DetectHBC())
    {
        case 2: //HAXX
            gprintf("HAXX detected\n");
            TitleID = 0x0001000148415858LL;
            break;
        case 1: //JODI
            gprintf("JODI detected\n");
            TitleID = 0x000100014A4F4449LL;
            break;
        default: //LOL nothing?
            error = ERROR_BOOT_HBC;
            return;
    }
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.

Homebrew 1.0.7 IOS61 v22.29
Priiloader 0.5 Beta v4 System Menu v514

Original comment by 12fo...@gmail.com on 3 Aug 2010 at 10:24

GoogleCodeExporter commented 9 years ago
first off all , like i said, bootmii starts system menu like the wii just boot 
up. meaning priiloader will boot bootmii since its set as startup... in other 
words, what is happening sounds perfectly normal...

as for the HBC; you didn't update yet did you? :') (enable beta updates and 
then look for an update; it should show a so called beta 5. when you install 
that you'll see its called beta 4 but it has the new HBC support...

Original comment by dac...@gmail.com on 3 Aug 2010 at 2:25

GoogleCodeExporter commented 9 years ago
Did it and it worked again thanks 4 the time case closed!

Original comment by 12fo...@gmail.com on 3 Aug 2010 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by dac...@gmail.com on 9 Aug 2010 at 5:32