Hacking Configurable USB Loader

  • Thread starter Thread starter oggzee
  • Start date Start date
  • Views Views 7,866,538
  • Replies Replies 18,482
  • Likes Likes 22
Pippin666 said:
I just notice, when I press A to start a game, why does it initialise the network before loading the game ??
Pip'
Because you have enabled wiinnertag.
Maybe in the future we can init net in the background if wiinnertag is enabled...
 
Hi,

i've a problem to compile cfg usb loader.

When i try to compile i recive this error:

> "make"

Building cfg59 -DBUILD_222=0 -DVERSION=59
GRRLIB.c
In file included from c:/cfgusbloader/Source/source/GRRLIB.c:21:
c:/cfgusbloader/Source/source/GRRLIB.h:79: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:84: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:85: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:97: error: expected ')' before 'pos'
In file included from c:/cfgusbloader/Source/source/GRRLIB.c:21:
c:/cfgusbloader/Source/source/GRRLIB.h:99: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.h:121: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:124: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Plot':
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: (Each undeclared identifier is reported only once
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: for each function it appears in.)
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:51: warning: implicit declaration of function 'GRRLIB_NPlot'
c:/cfgusbloader/Source/source/GRRLIB.c:51: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:60: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Line':
c:/cfgusbloader/Source/source/GRRLIB.c:73: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:73: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:75: warning: implicit declaration of function 'GRRLIB_NGone'
c:/cfgusbloader/Source/source/GRRLIB.c:75: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Rectangle':
c:/cfgusbloader/Source/source/GRRLIB.c:90: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:90: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:93: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:96: warning: implicit declaration of function 'GRRLIB_NGoneFilled'
c:/cfgusbloader/Source/source/GRRLIB.c:89: warning: unused variable 'y2'
c:/cfgusbloader/Source/source/GRRLIB.c:88: warning: unused variable 'x2'
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:106: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:116: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawImg':
c:/cfgusbloader/Source/source/GRRLIB.c:548: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:548: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:549: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:585: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawTile':
c:/cfgusbloader/Source/source/GRRLIB.c:668: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:668: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:669: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:704: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c:1091: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawTile_draw':
c:/cfgusbloader/Source/source/GRRLIB.c:1445: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1445: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1446: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawSlice2':
c:/cfgusbloader/Source/source/GRRLIB.c:1557: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1557: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1558: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawImg_format':
c:/cfgusbloader/Source/source/GRRLIB.c:1873: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1873: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1874: error: 'axis' undeclared (first use in this function)
make[1]: *** [GRRLIB.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:04


how can i solve this error ?!?


Thanks a lot for help.
 
Could someone help this novice guy?

Here is my problem. I am a totally newbie! Just bought my second hand Wii yesterday (4.2E), and after updating HomeBrewChannel, updated my Wii to 4.3 (might be a terrible idea but done...) There was a bootloader installed when I bought it. I am trying to upgrade it but failing constantly.

ISO236 - done (after several tries...)
ISO249 - I am using cIOSx (tried both rev20 and rev20b) but ISO236 does not appear on the installation (avaliable ones: 3,4,9-17,20-22,28,30,31,33-38,40,41,43,45,46,48,50-53,55-58,60,61,70,80,222,223,249,250,254) "Select IOS to use during the installation:" ?

after trying several ISO's from the above list, I got the error: "Installing Custom IOS, please wait... >> Install ERROR! (ret = -2011)"

Could anyone help me, urgently? My eyes began to hurt, trying to understanding Wii-stuff for the whole day in front of the net
frown.gif


PS: Please, mention stepwise including installation/uninstallation processes if requiring any. Do not forget, I am "totally newbie" and desperate
frown.gif
 
I tried upgrading Hermes' cIOS to v5 when CFG was around version 57 but I found 38 merged with 37 was more compatible.
Has this issue been resolved in later versions of CFG?
 
yevaud said:
Could someone help this novice guy?

Here is my problem. I am a totally newbie! Just bought my second hand Wii yesterday (4.2E), and after updating HomeBrewChannel, updated my Wii to 4.3 (might be a terrible idea but done...) There was a bootloader installed when I bought it. I am trying to upgrade it but failing constantly.

ISO236 - done (after several tries...)
ISO249 - I am using cIOSx (tried both rev20 and rev20b) but ISO236 does not appear on the installation (avaliable ones: 3,4,9-17,20-22,28,30,31,33-38,40,41,43,45,46,48,50-53,55-58,60,61,70,80,222,223,249,250,254) "Select IOS to use during the installation:" ?

after trying several ISO's from the above list, I got the error: "Installing Custom IOS, please wait... >> Install ERROR! (ret = -2011)"

Could anyone help me, urgently? My eyes began to hurt, trying to understanding Wii-stuff for the whole day in front of the net
frown.gif


PS: Please, mention stepwise including installation/uninstallation processes if requiring any. Do not forget, I am "totally newbie" and desperate
frown.gif
I'm pretty sure you need to delete stub IOS's using DOP-Mii.

Delete
222
223
224
236 (I don't know if it's a stub but you can delete it anyways)
249
250

Then re-install 236, Waninkoko's, and Herme's cIOS's
 
harmor said:
I tried upgrading Hermes' cIOS to v5 when CFG was around version 57 but I found 38 merged with 37 was more compatible.
Has this issue been resolved in later versions of CFG?
Proper hermes v5 support was added to cfg v59.
So, try it out and let us know how it goes.
 
harmor said:
yevaud said:
Could someone help this novice guy?

Here is my problem. I am a totally newbie! Just bought my second hand Wii yesterday (4.2E), and after updating HomeBrewChannel, updated my Wii to 4.3 (might be a terrible idea but done...) There was a bootloader installed when I bought it. I am trying to upgrade it but failing constantly.

ISO236 - done (after several tries...)
ISO249 - I am using cIOSx (tried both rev20 and rev20b) but ISO236 does not appear on the installation (avaliable ones: 3,4,9-17,20-22,28,30,31,33-38,40,41,43,45,46,48,50-53,55-58,60,61,70,80,222,223,249,250,254) "Select IOS to use during the installation:" ?

after trying several ISO's from the above list, I got the error: "Installing Custom IOS, please wait... >> Install ERROR! (ret = -2011)"

Could anyone help me, urgently? My eyes began to hurt, trying to understanding Wii-stuff for the whole day in front of the net
frown.gif


PS: Please, mention stepwise including installation/uninstallation processes if requiring any. Do not forget, I am "totally newbie" and desperate
frown.gif
I'm pretty sure you need to delete stub IOS's using DOP-Mii.

Delete
222
223
224
236 (I don't know if it's a stub but you can delete it anyways)
249
250

Then re-install 236, Waninkoko's, and Herme's cIOS's

Thanks for an instant reply. How can I delete those ISOs? Should I use another program or is it possible with cIOS or anything else from SD-card?
Second question, I have freshly installed 236 and it requires many tries. I want to keep it, is it a problem? I mean, after deleting other ISOs, is there something change with 236?

Cheers,
y.
 
harmor said:
Delete
222
223
224
236 (I don't know if it's a stub but you can delete it anyways)
249
250

Then re-install 236, Waninkoko's, and Herme's cIOS's

I tried deleteting them via AnyTitleDeleter but no success!

Also, I tried to install Hermes cIOS again failed!

Waiting here for any suggestions... How can I load USB Loader (and befor IOS 249)? Tried Waninkoko's rev20 and Hermes v4 already
frown.gif
 
yevaud said:
harmor said:
Delete
222
223
224
236 (I don't know if it's a stub but you can delete it anyways)
249
250

Then re-install 236, Waninkoko's, and Herme's cIOS's

I tried deleteting them via AnyTitleDeleter but no success!

Also, I tried to install Hermes cIOS again failed!

Waiting here for any suggestions... How can I load USB Loader (and befor IOS 249)? Tried Waninkoko's rev20 and Hermes v4 already
frown.gif
Use DOP-Mii (http://code.google.com/p/dop-mii/) to delete cIOSes.

As for reinstalling cIOS, I suggest r19, that's what I use and it's working well with the most recent version of the loader (60).
 
oggzee said:
Pippin666 said:
I just notice, when I press A to start a game, why does it initialise the network before loading the game ??
Pip'
Because you have enabled wiinnertag.
Maybe in the future we can init net in the background if wiinnertag is enabled...
Yes I did, stupid me, thank you very much.

Pip'
 
overjet said:
Dr. Clipper said:
You need to compile with r17 of devkitppc and 1.7.1 of libogc.

Where can i find these files ?!?

Thanks.

I'm not an expert but... I don't know, may be.... Google? I've googled "devkitppc" (without quotes) and the first link I've found is this: http://wiibrew.org/wiki/Devkitppc_setup_%28Windows%29 If you read the first line under the "Installing devkitPPC" title there is a link to download it.

- EDIT -
EXCUSE ME; I WAS WRONG,
hate2.gif
in the link I've gave up there I could only find revs 18 and up, I am really curious so I'm digging here and there, as soon as I find a link to rev 17 I'll let you know here

Hope this helps.
 
Thanks.

But that link takes at this page

http://sourceforge.net/projects/devkitpro/...ed%20Installer/

and it's the download of devkitProUpdater-1.5.0 that i've already installed and i recive this error when i compile:

> "make"

Building cfg59 -DBUILD_222=0 -DVERSION=59
GRRLIB.c
In file included from c:/cfgusbloader/Source/source/GRRLIB.c:21:
c:/cfgusbloader/Source/source/GRRLIB.h:79: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:84: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:85: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:97: error: expected ')' before 'pos'
In file included from c:/cfgusbloader/Source/source/GRRLIB.c:21:
c:/cfgusbloader/Source/source/GRRLIB.h:99: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.h:121: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.h:124: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Plot':
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: (Each undeclared identifier is reported only once
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: for each function it appears in.)
c:/cfgusbloader/Source/source/GRRLIB.c:49: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:51: warning: implicit declaration of function 'GRRLIB_NPlot'
c:/cfgusbloader/Source/source/GRRLIB.c:51: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:60: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Line':
c:/cfgusbloader/Source/source/GRRLIB.c:73: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:73: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:75: warning: implicit declaration of function 'GRRLIB_NGone'
c:/cfgusbloader/Source/source/GRRLIB.c:75: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_Rectangle':
c:/cfgusbloader/Source/source/GRRLIB.c:90: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:90: error: expected ';' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:93: error: 'v' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:96: warning: implicit declaration of function 'GRRLIB_NGoneFilled'
c:/cfgusbloader/Source/source/GRRLIB.c:89: warning: unused variable 'y2'
c:/cfgusbloader/Source/source/GRRLIB.c:88: warning: unused variable 'x2'
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:106: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c:116: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawImg':
c:/cfgusbloader/Source/source/GRRLIB.c:548: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:548: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:549: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:585: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawTile':
c:/cfgusbloader/Source/source/GRRLIB.c:668: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:668: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:669: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: At top level:
c:/cfgusbloader/Source/source/GRRLIB.c:704: error: expected ')' before 'pos'
c:/cfgusbloader/Source/source/GRRLIB.c:1091: error: expected ')' before 'v'
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawTile_draw':
c:/cfgusbloader/Source/source/GRRLIB.c:1445: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1445: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1446: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawSlice2':
c:/cfgusbloader/Source/source/GRRLIB.c:1557: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1557: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1558: error: 'axis' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c: In function 'GRRLIB_DrawImg_format':
c:/cfgusbloader/Source/source/GRRLIB.c:1873: error: 'Vector' undeclared (first use in this function)
c:/cfgusbloader/Source/source/GRRLIB.c:1873: error: expected ';' before 'axis'
c:/cfgusbloader/Source/source/GRRLIB.c:1874: error: 'axis' undeclared (first use in this function)
make[1]: *** [GRRLIB.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:01

How can i fix ?!?


Thanks a lot.
 
As I said before

EXCUSE ME; I WAS WRONG,
hate2.gif
in the link I've gave up there I could only find revs 18 and up, I am really curious so I'm digging here and there, as soon as I find a link to rev 17 I'll let you know here
 

Site & Scene News

Popular threads in this forum