Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Priiloader loads every time with 0.2 Won;t boot to system menu #17

Closed
GoogleCodeExporter opened this issue Jun 1, 2015 · 30 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Restart Wii with SD card
2. Set autoboot to system menu


What is the expected output? What do you see instead?
Loading system menu instead of priiloader

What version of priiloader are you using? On what ios/system menu?
v0.2 with 4.2u ios70

Do you have any IOS patches installed? (if so which ios and what patch?)
cios38 rev14 hermes v4 222/223 patched ios 53,55 and 70



Original issue reported on code.google.com by Viper...@gmail.com on 11 Dec 2009 at 9:10

@GoogleCodeExporter
Copy link
Author

I did a bit more testing and the SD card didn't make a difference. Every other 
time
it boots it loads to Priiloader. I have also tested this on a total of 4 Wii's

Original comment by Viper...@gmail.com on 11 Dec 2009 at 2:59

@GoogleCodeExporter
Copy link
Author

and did you try rev32 or higher ?

Original comment by dac...@gmail.com on 11 Dec 2009 at 3:15

@GoogleCodeExporter
Copy link
Author

I'm going to d/l and try rev32 now.

Original comment by Viper...@gmail.com on 11 Dec 2009 at 3:47

@GoogleCodeExporter
Copy link
Author

and...? did it work?

Original comment by dac...@gmail.com on 12 Dec 2009 at 2:44

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I have a similar issue with R30. Cold boot goes to priiloader however I have it 
set 
to boot to the installed file. Hooks once booted work fine. Attempting to build 
the 
latest trunk for testing...

Original comment by chaos...@gmail.com on 13 Dec 2009 at 6:08

@GoogleCodeExporter
Copy link
Author

use rev32 or above. i need to know if the issue is still there on rev32 or 
above (it
shouldn't ;) )

Original comment by dac...@gmail.com on 13 Dec 2009 at 7:32

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I can confirm that this issue is still happening, (I've built and installed 
r33). 
Here is the steps to reproduce the issue.

1. Turn on the Wii,
2. Press the power button on Wii for 4 seconds until it goes to cold shutdown.
3. Press the power button again try to turn on the Wii.
4. The Wii turns on for a second and then automatically turns off to standby. 
5. Press the power button again, Now the Wii boots to whatever configured on 
Priiloader Autoboot.
6. BTW, HBC shutdown gives the same result.

I've tested this with wiiconnect24 on or off, same result. So this maybe not 
related 
now.
I also tested without priiloader installed, the issue is not there.

I guess there is still something that the bootstates code cannot handle 
properly.
Thanks


Original comment by great...@gmail.com on 14 Dec 2009 at 5:56

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I installed rev32, and it DID FIX the original issue with autoboot. Although, 
now a
new issue popped up.  When i turn on my wii, every other time, it spins the 
drive
then just turns off again.

Original comment by MxO...@gmail.com on 15 Dec 2009 at 1:15

@GoogleCodeExporter
Copy link
Author

hmmm, the HBC shutdown is something i know. its a bug that has been in every
preloader & priiloader version... i have not idea why it happens or what... ive 
kinda
killed it in a hacky way tho (still need to commit that code)

as for the shutdown part; im guessing thats the unknown bootstate i added :/
ill look into it.

also, as MxOn3x said; rev32+ remove the original autoboot bug; not the bootstate
issues with the power on/off stuff which you described greatjob

Original comment by dac...@gmail.com on 15 Dec 2009 at 5:57

@GoogleCodeExporter
Copy link
Author

To me, they looked the same, "it spins the drive then just turns off again". 
the 
only difference might be it could happen with other cases as well. The same 
issue is 
also posted by another person in gbafail.

BTW, greatjob == small.solar. 
:-D

Original comment by great...@gmail.com on 15 Dec 2009 at 5:07

@GoogleCodeExporter
Copy link
Author

Daco,

I've built and tested r40, it seems the problem is gone. 

My guess of the problem is the bootstates doesn't get cleaned properly in 
earlier 
releases when cold booted.

Thanks, and I am now enjoying the great tool. :-)

Original comment by small.so...@gmail.com on 16 Dec 2009 at 1:13

@GoogleCodeExporter
Copy link
Author

or ive removed the bug in a very hacky way :P

Original comment by dac...@gmail.com on 16 Dec 2009 at 5:56

@GoogleCodeExporter
Copy link
Author

Umm, your hacky way only solved half of the problems. The shutdown from HBC 
still 
has the problem. As you mentioned earlier, it is the problem for HBC, so if you 
can 
fix that with another hacky way? If not, I can still live with that. :-)

Thanks again for the great tool

Original comment by small.so...@gmail.com on 16 Dec 2009 at 4:15

@GoogleCodeExporter
Copy link
Author

he? it worked on my wii...

if you can compile your own priiloader from source then remove the 255 case 
from the
bootstate handling and try again...

Original comment by dac...@gmail.com on 16 Dec 2009 at 5:05

@GoogleCodeExporter
Copy link
Author

I've tried as you suggested, when Bootstate = 255 removed, the Wii will boot to 
priiloader after shutdown from HBC,
Then I moved the 255 case to boot section, it works fine now.

Thanks for the hint.

Original comment by small.so...@gmail.com on 16 Dec 2009 at 8:56

@GoogleCodeExporter
Copy link
Author

With R40 priiloader boots correctly to my installed file from a cold start 
again. 
(like R15, it first broke for me in R30)

Original comment by chaos...@gmail.com on 16 Dec 2009 at 10:40

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

With R41 - my Wii will sometimes turn on and then back off again... I actually
thought there was something wrong with my power button or my Wii, but I am 
relieved
to find out it is just Priiloader! This didn't happen with R32 I don't believe, 
so I
may just go back to that.

Original comment by Dre...@gmail.com on 20 Dec 2009 at 1:49

@GoogleCodeExporter
Copy link
Author

Nope, actually now it happens with R32, so I guess I'm going back to 0.1.

Original comment by Dre...@gmail.com on 20 Dec 2009 at 2:01

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

anything before R32 or above r41 (committing a fix, r42) will have it fixed

Original comment by dac...@gmail.com on 20 Dec 2009 at 6:44

@GoogleCodeExporter
Copy link
Author

Original comment by dac...@gmail.com on 20 Dec 2009 at 6:44

  • Changed state: Needs_Testing

@GoogleCodeExporter
Copy link
Author

Original comment by dac...@gmail.com on 26 Dec 2009 at 10:23

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

CAn someone post the boot.dol file that corrects this problem? I am not a 
programmer 
and do not know how to compile this version

Original comment by mgorganc...@hotmail.com on 31 Dec 2009 at 3:36

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

For me counts the same....How is the problem to be fixed, thus how to compile. 
Is
there yet no ready update for priiloader to solve this?

Original comment by wlderk...@gmail.com on 3 Jan 2010 at 4:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant