MathewWi / dop-iosmod

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

Network Issues #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tried to downgrade IOS 37
2.
3.

What is the expected output? What do you see instead?
I would expect it to proceede as normal and do it. I first got error -116 
failed to initialize network. So I had to hard shutdown because it was 
stuck in a loop. Tried again, now it is getting error sending HTTP 
request. So I went back to 10.1 and its working fine.

What version of the product are you using? On what operating system?
v11, 4.2U

Please provide any additional information below.

v11 has the problem, when I put 10.1 back on it worked fine.

Original issue reported on code.google.com by jtp10...@gmail.com on 27 Jan 2010 at 4:17

GoogleCodeExporter commented 9 years ago
What IOS were you using?

Original comment by Lunatik.CN@gmail.com on 27 Jan 2010 at 4:28

GoogleCodeExporter commented 9 years ago
I was using IOS 36 patched. I think it might be the niny server tonight or 
something. I seem to be having other problems. Of course 10.1 worked fine, but 
now 
other things are acting up.

Original comment by jtp10...@gmail.com on 27 Jan 2010 at 4:48

GoogleCodeExporter commented 9 years ago
No telling. Network issues can be a number of things. If I remember correctly. I
think when you get error -116 it is having troubles communicating with the 
wireless
router. 

Original comment by Lunatik.CN@gmail.com on 27 Jan 2010 at 4:58

GoogleCodeExporter commented 9 years ago
Honestly, I think the fact that it worked in an older version and didnt work in 
v11
is simply coincidence. -116 is the most common network error because it means
wireless communication error. Network is handled by libogc function calls and we
certainly haven't made any changes to libogc. 

Original comment by castleva...@yahoo.com on 27 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Ok besides the network errors, when it was happening I had no way to abort, it 
just 
kept trying over and over, none of the buttons on the remote did anything.

Original comment by jtp10...@gmail.com on 28 Jan 2010 at 2:29

GoogleCodeExporter commented 9 years ago
Yeah I saw that it was stuck in a loop in the code whenever it couldn't 
initialize
the network. I'll have that piece fixed for v12. However the error -116 still 
means
it had trouble initializing the network. Like Arikado said, this is built right 
into
libogc which calls the underline Wii methods. So if you do get an error -116 
there is
nothing we can do about that except try rebooting the wii. Just holding down the
power button for a few seconds when this happen will power it down.

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

GoogleCodeExporter commented 9 years ago
Fixed the looping problem. Will go out in v11.1

Original comment by Lunatik.CN@gmail.com on 29 Jan 2010 at 12:40

GoogleCodeExporter commented 9 years ago
Network Loop issue fixed in v11.1

Original comment by Lunatik.CN@gmail.com on 29 Jan 2010 at 4:25