MathewWi / dop-iosmod

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

A few possible bugs in r25 #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#First of all, which devkitpro revision and libogc are used for compiling?  
I compiled with r17 ppc and had two warnings:

c:/dop-iosmod/source/http.c:330: warning: large integer implicitly 
truncated to unsigned type
c:/dop-iosmod/source/patchmii_core.c:731: warning: assignment discards 
qualifiers from pointer target type

If those are a result of my DKP set-up, I apologize for bringing them up.

1. When entering the "Stub IOS Deletion" menu, I am unable to get back to 
the main menu when the process is complete.  The "B" button does not send 
me back.  An exit from the app via the Home button is required.

2. Channel Installation via network is failing also
   Get_nus_object(TMD) returned -1, tmdsize = 0
   I believe this may be a result of the first compile error I posted

3. As you know, the Trucha Bug Restorer patching fails via network.  SD 
loading works fine though.

Hopefully this is helpful
I'm up for any testing that is needed

Old8oy

Original issue reported on code.google.com by old8oy%k...@gtempaccount.com on 10 Dec 2009 at 8:18

GoogleCodeExporter commented 9 years ago
This is an extremely helpful report! Thank you very much for posting it.

I use r19 for compiling.

I fixed your #1 and already committed.

giantpune and I have ideas to fix your #2

I wasn't aware of #3 but I'm hearing from other people thatyou're right. If 
there's
anything we can do to fix it, rest assured we certainly will.

--Arikado

Original comment by castleva...@yahoo.com on 10 Dec 2009 at 11:41

GoogleCodeExporter commented 9 years ago
Update to #2

The Channel Installation is asking the NUS server for a version of the channels 
that 
is not there.  According to the NUS Downloader Database:
Asking for Internet Channel 0001000148414441
The Internet Channel is: 00010001484144XX
XX=45 (USA)
XX=4A (Japan)
XX=50 (PAL)
Asking for Nintendo Channel 0001000148415441
The Nintendo Channel is: 00010001484154XX
XX=45 (USA)
XX=4A (Japan)
XX=50 (PAL)

The News Channel installation seems to be going fine so I'll assume that the 
Weather 
and Mii Channels will also.

The Shop Channel gets updated fairly often so that TMD would probably have to 
get 
updated with each Dop-IOS MOD release.

Should be a relatively simple fix for this :)  

Original comment by old8oy%k...@gtempaccount.com on 10 Dec 2009 at 3:55

GoogleCodeExporter commented 9 years ago
Just an update for everyone watching this issue:

The bug #1 has been fixed in the SVN for awhile now.

The bug #2 has now been corrected. I fixed the Internet Channel and I removed 
the
option to install the Nintendo channel as there's really no way to do that 
right now.
If you want it, update IOS 61, your shop channel, and go grab it! (It's a free
channel after all :p)

The bug #3 is still a work in progress. I hope to have it fixed soon.

Original comment by castleva...@yahoo.com on 14 Dec 2009 at 11:36

GoogleCodeExporter commented 9 years ago
Regarding bug #3:

Instead of making the process automatic, I've just added full TBR 
implementation so
now the TBR sections works exactly like TBR. Follow the TBR instructions (
http://wiibrew.org/wiki/Trucha_Bug_Restorer ) to use it.

Hopefully, all issues regarding this section of the program should be fixed now.

Original comment by castleva...@yahoo.com on 27 Dec 2009 at 2:41

GoogleCodeExporter commented 9 years ago
NUS is fixed for sure in r38 mow thanks to a fixe found by jpthran

Original comment by castleva...@yahoo.com on 28 Dec 2009 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by castleva...@yahoo.com on 28 Dec 2009 at 10:12