MathewWi / dop-iosmod

Automatically exported from code.google.com/p/dop-iosmod
0 stars 0 forks source link

SysCheck in 11.3 & 11.4 Breaks Wii Channels - Fixed in 11.5 #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not a confirmed bug yet. I read this on a few boards and I am
looking into it. 

Original issue reported on code.google.com by Lunatik.CN@gmail.com on 1 Feb 2010 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by Lunatik.CN@gmail.com on 1 Feb 2010 at 9:48

GoogleCodeExporter commented 9 years ago
-I'm confirmed this bug! After you use SysCheck when you start any channel 
restarts 
Wii.
-Use Dop-IOS MOD v11.4.

Original comment by drug...@gmail.com on 1 Feb 2010 at 10:07

GoogleCodeExporter commented 9 years ago
I just confirmed it myself and I know what is going on now. I'll have a fix 
tomorrow
in 11.5 and it'll also repair the channels at the same time.

Original comment by Lunatik.CN@gmail.com on 1 Feb 2010 at 10:21

GoogleCodeExporter commented 9 years ago
OK Everyone. Sorry about the issue. I know what is going on now. Apparently
ES_AddTitleCancel doesn't remove the bogus ticket. So if you had an IOS that was
patched with FakeSign (Trucha) it was adding the extra ticket to the title.
Apparently the channels are getting "confused" on which ticket to use.

I will have this fixed in 11.5 and When you run SysCheck again in 11.5 it'll 
also
automatically fix the channels as well.

For the time being to repair the issue what you need to do is use AnyTitle 
Deleter
and delete the IOS that the channel uses and then reinstall the IOS using DOP 
11.2. 

Original comment by Lunatik.CN@gmail.com on 1 Feb 2010 at 10:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Short list of common IOSes to repair
IOS61 - HBC, Shopping, Photo Channel
IOS31 - Mii Channel
IOS13 - Weather & News
IOS55 - Internet Channel

Original comment by Lunatik.CN@gmail.com on 1 Feb 2010 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by Lunatik.CN@gmail.com on 1 Feb 2010 at 10:38

GoogleCodeExporter commented 9 years ago
IOS36 too
cIOSes and IOS70 seems not be affected

Original comment by codiak@gmail.com on 1 Feb 2010 at 10:40

GoogleCodeExporter commented 9 years ago
Thanks for the quick fix, worked for me!

Original comment by informel...@gmail.com on 2 Feb 2010 at 2:21

GoogleCodeExporter commented 9 years ago
I can repair this issue without (un)-installing anything. I just start
AnyTitleDeleter MOD, quit without doing anything, start DOP-IOS MOD 11.3/4 
using IOS
36 (which is patched with FakeSign, ES-Identify, NAND permission) and quit 
without
doing anything else. Now everything works again. Probably the AnyTitleDeleter 
step is
useless, but I do not want to semi-brick my Wii again to check.

Any idea why this works?

Original comment by gianluca...@gmail.com on 2 Feb 2010 at 9:18

GoogleCodeExporter commented 9 years ago
:O this works on AnyTitleDeleter ?

Original comment by lluisda...@gmail.com on 2 Feb 2010 at 10:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
otu: Please not rapid share links. I deleted your comment.

I will have this fixed very shortly. Doing some final testing now.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 2:22

GoogleCodeExporter commented 9 years ago
but  any title deleter seems to solve it. I need anything else?

Original comment by lluisda...@gmail.com on 2 Feb 2010 at 2:22

GoogleCodeExporter commented 9 years ago
ATD seems to be doing what I'm about to implement. It just removes the bogus 
Ticket
during startup.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 2:24

GoogleCodeExporter commented 9 years ago
otu: BTW The reason it is creating an IOS0 is because the Bogus Title/Ticket is 
set
for title id 0000000100000000. Because of the Trucha bug the ES_XXX calls 
thinks it
is valid and creates these files and folders. Apparently the title folder is ok 
to
have, but not the bogus ticket because ES_GetTicketViews is pulling both the 
title
ticket and the bogus ticket which is what is causing the channels to crash.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 2:34

GoogleCodeExporter commented 9 years ago
Sorry about the link, but I was just supplying the files to help in your fixing 
/ 
testing.

Original comment by o...@4u.net on 2 Feb 2010 at 2:36

GoogleCodeExporter commented 9 years ago
Didn't need it as I know what the problem was, but thanks anyway. I just didn't 
want
anyone just grabbing files that is not supported by us.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 2:39

GoogleCodeExporter commented 9 years ago
The issue has been fixed in 11.5. 

Just rerun SysCheck in 11.5 and then the channels will be fixed.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Just checked the code, I think you should do a full cleanup, not just the 
ticket.  I 
would not be happy with bollox folders and title.tmd left on my Wii.

Original comment by o...@4u.net on 2 Feb 2010 at 2:55

GoogleCodeExporter commented 9 years ago
I'll do that for v12. I just wanted to get this fix out for the time being.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:05

GoogleCodeExporter commented 9 years ago
Actually thinking since I'm only using ES_AddTicket it will only create the 
ticket
file and 11.5 has ES_DeleteTicket which will remove that ticket now. However if 
you
have any other SysCheck, Sign Check programs out there using ES_AddTitleStart 
then it
will create the title folders. Apparently AnyTitleDeleter MOD checks for both 
during
startup so if you want to clean it now you can just run it, select and IOS with 
NAND
Permissions Patch then exit and then you're Wii will clean of both. Going 
forward DOP
will not be creating an IOS0 title because we are not going to call 
ES_AddTitleStart
anymore for FakeSign testing as I get inconsistent results from various IOSes. 
The
only reason I used ES_AddTicket is because it was the only one that would give 
me
consistent results, but like I said, I wasn't aware ES_AddTitleCancel didn't 
remove
the ticket so I now Call ES_DeleteTicket if ES_AddTicket is successful.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Why people have to run this tool and that tool, to cleanup the mess which you 
caused?

If another tool is creating the folders because you left a bogus ticket on the 
NAND 
FS, its not a fault of that tool.

You should cleanup the whole mess, not just part of it.

Original comment by o...@4u.net on 2 Feb 2010 at 3:25

GoogleCodeExporter commented 9 years ago
I hear ya, but like I said going forward it won't happen. I'll go ahead and add 
both
to the SysCheck in v12 to cleanup those bogus items. But like I said for the 
time
being if it bothers you just run ATD mod and it'll clean it up for you.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:36

GoogleCodeExporter commented 9 years ago
I opened a new issue on the cleanup so I don't forget ;) Issue 35 for reference.

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:38

GoogleCodeExporter commented 9 years ago
It does bother me, thats why I wrote my own tool to do a full cleanup.

Dont get me wrong, I am not trying to be funny or argue with you, your doing a 
great 
job, but I hate mess :-))

Original comment by o...@4u.net on 2 Feb 2010 at 3:41

GoogleCodeExporter commented 9 years ago
I do too. this is why I'm rewriting everything for v12 ;) 

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:42

GoogleCodeExporter commented 9 years ago
Will wait in hope of v12 coming soon. Good Luck !!!

Original comment by o...@4u.net on 2 Feb 2010 at 3:44

GoogleCodeExporter commented 9 years ago
Thanks. I'll reveal more details on v12 once I go beta. But as usual if you find
anything currently please let me know as you see I'm pretty quick on fixing 
issues ;)

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:46

GoogleCodeExporter commented 9 years ago
I'd be willing to Alpha or Gamma test anything for you, will let you know of 
anything else, you can be sure of that HAhahaha :-D

Original comment by o...@4u.net on 2 Feb 2010 at 3:49

GoogleCodeExporter commented 9 years ago
If i cant access HBC (because channels dont work) how can i run DOP-IOS v11.5 
syscheck ?

Bannerbomb still works tho.

thanks a lot !

Original comment by rick.for...@gmail.com on 3 Feb 2010 at 1:54

GoogleCodeExporter commented 9 years ago
I used Bannerbomb but the DOP-IOS didnt start, so i tried again with WiiLoad, 
and it
gave me an error (ill take picture if you want). i tried the same .dol on my 
other
Wii and the DOP-IOS loaded... any idea ?

Original comment by rick.for...@gmail.com on 3 Feb 2010 at 2:32

GoogleCodeExporter commented 9 years ago
If it is freezing you may need to try a different version of banner bomb. I'll 
test
it myself but you may have to use a different version.

Also this is why it is good to have bootmii and/or priiloader installed. It is 
always
good to have a backup plan.

Original comment by Lunatik.CN@gmail.com on 3 Feb 2010 at 3:17

GoogleCodeExporter commented 9 years ago
Also WiiLoad only works if you are in HBC.

Original comment by Lunatik.CN@gmail.com on 3 Feb 2010 at 3:22

GoogleCodeExporter commented 9 years ago
i used wiiload with bannerbomb and it worked on my working wii (it has HBC) that
might be why. but its not working on my bricked wii.

So, i can load wiiload, wad manager. just have to find a way to load DOP-IOS...

Original comment by rick.for...@gmail.com on 3 Feb 2010 at 3:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Looks like it's got to be a bannerbomb issue. I just recorrupted my Wii to be 
sure
and bannerbomb launched dop just fine. Like I said try the different versions of
bannerbomb out. The one that worked on my wii is abd6a_v200. But you may need 
to try
one of the other versions listed here if it just locks up on you.

http://bannerbomb.qoid.us/aads/  <- v1 series
http://bannerbomb.qoid.us/abds/  <- v2 series

Original comment by Lunatik.CN@gmail.com on 3 Feb 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Closing Ticket since there has been no more feedback.

Original comment by Lunatik.CN@gmail.com on 3 Feb 2010 at 4:52

GoogleCodeExporter commented 9 years ago
I'll keep you updated in 9 hours (i barely slept last night, thinking of that 
damned
wii) and now gotta go to work. Tonight ill try different bannerbomb. and thanks 
again
for your support, you rock !

Original comment by rick.for...@gmail.com on 3 Feb 2010 at 12:05

GoogleCodeExporter commented 9 years ago
Bannerbomb abd6b_200 freeze.
Bannerbomb abd69_200 freeze.
Bannerbomb abd6a_200 WORKS.

loading DOP-IOS 11.5 with BB. Black Screen. Wii blue light is on.

loading Wiiload with BB , then DOP-IOS 11.5. Error :
[img]http://img706.imageshack.us/img706/7661/errorcv.jpg[/img]

So... is there any other way to modify the iOSes ? thanks again.

Original comment by rick.for...@gmail.com on 4 Feb 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Based on the image your sent. There is nothing in the Code Dump indicating an 
issue
with DOP. None of those memory addresses are pointing to our stuff. So this 
still
sounds like a banner bomb issue.

Original comment by Lunatik.CN@gmail.com on 4 Feb 2010 at 4:19

GoogleCodeExporter commented 9 years ago
Maybe its bannerbomb, but its only DOP that is crashing, and only on this Wii, 
it
works on my other wii... Wad manager works, wiiload too.

Do you know any other tool that could help me reset the iOSes ?

Original comment by rick.for...@gmail.com on 4 Feb 2010 at 5:00

GoogleCodeExporter commented 9 years ago
@rick.fortin: try AnyTitleDeleterMOD (or other variants of AnyTitleDeleter). It 
seems
it deletes bogus tickets during startup (see comment 15).

Original comment by gianluca...@gmail.com on 4 Feb 2010 at 5:21

GoogleCodeExporter commented 9 years ago
True I forgot about that. I still am curious why BB doesn't work for him though 
where
it works just fine for others. Kinda wish I had it in my hands ;)

Original comment by Lunatik.CN@gmail.com on 4 Feb 2010 at 5:39

GoogleCodeExporter commented 9 years ago
WORKED ! i ran AnytitledeleterMOD, it got errors(got a pic if you want). so i
rebooted, and tried to install HBC and it worked. then i loaded DOP-iOS, did a
sycheck and now... it seems to work fine ! just have to test a bit more, see if 
i can
install wads and usbloader etc...

thanks a lot guys, i owe you big time. If you ever need some artwork done, ask 
me
(www.ericfortin.ca)

btw, BB did work, it was DOP that wasnt working for some unknown reasons.

Original comment by rick.for...@gmail.com on 4 Feb 2010 at 5:46

GoogleCodeExporter commented 9 years ago
Glad it works for you. Just out of curiosity. What region and how recent is 
your Wii
(meaning can you provide me serial number)? I do want to figure out why BB 
wasn't
working for you.

Original comment by Lunatik.CN@gmail.com on 4 Feb 2010 at 6:57

GoogleCodeExporter commented 9 years ago
the wii was bought this christmas. BB abd6a_200 works. Region is Canada.

Original comment by rick.for...@gmail.com on 4 Feb 2010 at 7:07

GoogleCodeExporter commented 9 years ago
Region is either US, Euro, Japan, or Korean. I'm guessing you have a Euro Wii. 
Also
how exactly did you launch BB? Did you click on the SD card on the main menu?

Original comment by Lunatik.CN@gmail.com on 4 Feb 2010 at 7:09

GoogleCodeExporter commented 9 years ago
Wii is US version. Canada is in North America. Launched BB by clicking the 
SDCard
logo on system menu 4.2u

Original comment by rick.for...@gmail.com on 4 Feb 2010 at 7:12