Hacking Bug fix for WiiGator Loader 0.3b

drbio

Active Member
Newcomer
Joined
Oct 7, 2008
Messages
30
Trophies
0
XP
33
Country
Norway
Well I agree that making wad versions are not necessary at this point until a proper loader is relased, this is just a beta fix and I can see new bugfixes/versions beeing posted frequently in the days to come anyway.
 

HaniKazmi

Well-Known Member
Member
Joined
Jan 30, 2008
Messages
1,657
Trophies
0
Age
30
Location
Manchester
Website
Visit site
XP
368
Country
kanoeyes said:
HaniKazmi said:
To avoid the questions, here you go:


http://www.megaupload.com/?d=6DN9Y6LW
(compiled dol, nothing else)
what is the cios to use in this loader


normal v0.3 cios


QUOTE(fuxxi @ Nov 5 2008, 09:17 PM)
@HaniKazmi: Who are you to tell me to shut up?

the one who comiled and uploaded this first. If not for me, there wouldnt even be this version yet. Who are you to tell me to make a wad? (or in that case, tell anyone at all)
 

harryk

Well-Known Member
Member
Joined
Oct 8, 2008
Messages
207
Trophies
0
Website
Visit site
XP
12
Country
Australia
fuxxi said:
harryk said:
I'm really starting to get SICK here...
are you going to tell me anything?

Dont even think you are the superior, just because you compiled the source and spreaded it for everybody.. i could inject the dol myself, but i read enough shit about bricking wii's by doing that... so why should everybody take the risk hisself when there can 1 person test the channel and public it...

a) I did not spread it. I didn't upload anything, sorry.
b) I wasn't talking about you personally, but about people here in general. Everyone screams for a DOL, as soon as it's here (2 mins later?), the screaming for a WAD begins. I don't see the need of a Channel creation when nearly nobody has even tested the fix.

QUOTE(WiiPower @ Nov 5 2008, 09:53 PM)
Did you remove the entryholder in both apploader and apploader_backup?
I'm afraid I don't have any apploader_backup file. Where would that be?
 

requiem4d

Well-Known Member
OP
Member
Joined
Oct 25, 2008
Messages
181
Trophies
0
XP
54
Country
United States
Please, everyone, I respect what you're trying to do, but please try to keep this on topic.

apploader_backup is at the bottom of the apploader.c file. It's in the diff I posted in the op.
 

WiiShizzza

Graphics juggler
Member
Joined
Oct 10, 2008
Messages
1,201
Trophies
1
Website
Visit site
XP
241
Country
Gambia, The
20clarky08 said:
@Shizza you mind if i rob your graphics and inject into your wad jus for the heck of it dude?? i'll throw out creds where due ofcourse..
it's all for the community... take it and spread it!
But credits would be nice, though...
smile.gif


Didn't test this dol, yet. So does it auto boot? You know same as Forseakns modification?
My normal wiigator3 channel has text of "pressing B to config" on the banner...
.. would be bad if you inject a dol which doesn't enter config while pressing B...
 

noobwarrior7

Well-Known Member
Member
Joined
Aug 2, 2008
Messages
1,607
Trophies
0
Location
USA
XP
351
Country
United States
requiem4d said:
...I respect what you're trying to do, but please try to keep this on topic.


yea, that...AND it's lame, when a bunch of freakin newcomers start a war that takes up an entire page here.

bunch of vulvas, can the attitudes.
 

HaniKazmi

Well-Known Member
Member
Joined
Jan 30, 2008
Messages
1,657
Trophies
0
Age
30
Location
Manchester
Website
Visit site
XP
368
Country
WiiShizzza said:
20clarky08 said:
@Shizza you mind if i rob your graphics and inject into your wad jus for the heck of it dude?? i'll throw out creds where due ofcourse..
it's all for the community... take it and spread it!
But credits would be nice, though...
smile.gif


Didn't test this dol, yet. So does it auto boot? You know same as Forseakns modification?
My normal wiigator3 channel has text of "pressing B to config" on the banner...
.. would be bad if you inject a dol which doesn't enter config while pressing B...

sorry, no auto-boot
frown.gif
I could compile one if someone wants me to.)
 

quim69

Well-Known Member
Member
Joined
Oct 26, 2008
Messages
485
Trophies
0
XP
-28
Country
Netherlands Antilles
20clarky08 said:
haha dude i work for VirginMedia as TSC. i'm trailing 50meg right now...i dont think you've got that dude
And your upload on 50mb virgin is still slower than Bethere with upload+ =]
 

WiiShizzza

Graphics juggler
Member
Joined
Oct 10, 2008
Messages
1,201
Trophies
1
Website
Visit site
XP
241
Country
Gambia, The
ATM I have the source of forseakn open in P.N.


Code from first page...
Code:
--- source/apploader.c.oldÂÂÂÂ2008-11-05 05:00:22.000000000 -0500
+++ source/apploader.cÂÂÂÂ2008-11-05 04:55:35.000000000 -0500
@@ -415,7 +415,7 @@

ÂÂÂÂmemcpy((void*)0x80001800, (char*)0x80000000, 6);ÂÂÂÂ// For WiiRD
ÂÂÂÂmemcpy((void*)0x80003180, (char*)0x80000000, 4);ÂÂÂÂ// online check code, seems offline games clear it?
-ÂÂÂÂmemcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
+ÂÂÂÂ//memcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
ÂÂÂÂDCFlushRange((void*)0x80000000, 0x17ff000);ÂÂÂÂ// Just store the entry point here
ÂÂÂÂ
ÂÂÂÂ// Ocarina stuff
@@ -649,7 +649,7 @@

ÂÂÂÂmemcpy((void*)0x80001800, (char*)0x80000000, 6);ÂÂÂÂ// For WiiRD
ÂÂÂÂmemcpy((void*)0x80003180, (char*)0x80000000, 4);ÂÂÂÂ// online check code, seems offline games clear it?
-ÂÂÂÂmemcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
+ÂÂÂÂ//memcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
ÂÂÂÂDCFlushRange((void*)0x80000000, 0x17ff000);ÂÂÂÂ// Just store the entry point here

ÂÂÂÂ// Ocarina stuff

I don't get this here... I wanted to mod the auto-boot source. But i don't get what to change?
does the +/- in the code mean remove that line and add the one with the + ?
... plz lighten me up...
 

HaniKazmi

Well-Known Member
Member
Joined
Jan 30, 2008
Messages
1,657
Trophies
0
Age
30
Location
Manchester
Website
Visit site
XP
368
Country
WiiShizzza said:
ATM I have the source of forseakn open in P.N.


Code from first page...
Code:
--- source/apploader.c.oldÂÂÂÂ2008-11-05 05:00:22.000000000 -0500
+++ source/apploader.cÂÂÂÂ2008-11-05 04:55:35.000000000 -0500
@@ -415,7 +415,7 @@

ÂÂÂÂmemcpy((void*)0x80001800, (char*)0x80000000, 6);ÂÂÂÂ// For WiiRD
ÂÂÂÂmemcpy((void*)0x80003180, (char*)0x80000000, 4);ÂÂÂÂ// online check code, seems offline games clear it?
-ÂÂÂÂmemcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
+ÂÂÂÂ//memcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
ÂÂÂÂDCFlushRange((void*)0x80000000, 0x17ff000);ÂÂÂÂ// Just store the entry point here
ÂÂÂÂ
ÂÂÂÂ// Ocarina stuff
@@ -649,7 +649,7 @@

ÂÂÂÂmemcpy((void*)0x80001800, (char*)0x80000000, 6);ÂÂÂÂ// For WiiRD
ÂÂÂÂmemcpy((void*)0x80003180, (char*)0x80000000, 4);ÂÂÂÂ// online check code, seems offline games clear it?
-ÂÂÂÂmemcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
+ÂÂÂÂ//memcpy((void*)0x817f0000, entryholder, 4);ÂÂÂÂ// entrypoint
ÂÂÂÂDCFlushRange((void*)0x80000000, 0x17ff000);ÂÂÂÂ// Just store the entry point here

ÂÂÂÂ// Ocarina stuff

I don't get this here... I wanted to mod the auto-boot source. But i don't get what to change?
does the +/- in the code mean remove that line and add the one with the + ?
... plz lighten me up...

I've already done it, last post on previous page.
 

20clarky08

Official Wii Freak
Member
Joined
Oct 29, 2008
Messages
844
Trophies
0
Age
37
Location
ScouseLand
Website
20clarky08.googlepages.com
XP
79
Country
quim69 said:
20clarky08 said:
haha dude i work for VirginMedia as TSC. i'm trailing 50meg right now...i dont think you've got that dude
And your upload on 50mb virgin is still slower than Bethere with upload+ =]

actually dude the Ambit255 cable modem am using right now is set to Docsis at 50mg/20mb so err...i think am a lil bit faster than you..

and anyway why r we talkin net speeds...i thought we were tryna make a damn loader here lol
 

quim69

Well-Known Member
Member
Joined
Oct 26, 2008
Messages
485
Trophies
0
XP
-28
Country
Netherlands Antilles
20clarky08 said:
actually dude the Ambit255 cable modem am using right now is set to Docsis at 50mg/20mb so err...i think am a lil bit faster than you..
As you are on the trial too you will know you aren't getting 20mbit up; it is 1.5mbit.

Oh, and the Ambit255 and 256 are not Docsis 3 and cannot even work at 50mbit - The Ambit 255 has a max speed of 42/30mbit. Those of us on cables trial are using the Ambit 300 (I've heard of a few people getting the motorolas too).


BTW, I'm on a leased line of 50/50mbit with a bonded dsl 40/4mbit as backup. So err, I don't think you are faster.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Black_Manta_8bit @ Black_Manta_8bit: hey