Hacking Configurable USB Loader

  • Thread starter Thread starter oggzee
  • Start date Start date
  • Views Views 7,866,390
  • Replies Replies 18,482
  • Likes Likes 22
Dr. Clipper said:
For the moment, try using TBR 1.12 (you can find the link in the 4.2 steps of the IOS236 page) and use IOS236 to install a new fully patched IOS36 over the IOS236 slot. That will then have your IOS236 based off of v3351 rather than v3607. If that solves your problem and allows you to install Hermes' IOSes without hash bad errors, then I'll release a new version of TBR Mod which fixes things.
This will fix it, a mod is released in a german forum on the 13. Aug. that uses v3351 again to fix the bad hash error.
http://forum.wii-homebrew.com/board4-wii-h...-mod-4-3-by-r2/
 
I have one feature suggestion - channel creation. I play certain games numerous times, and having to go into CFG USB Loader every time is a pain. So, if we have an option on the game's options page to create a channel for that game, that would be awesome. The only problem is getting it so that whatever settings you have in CFG for that game are applied to the channel. Just a thought
 
QKid said:
I have one feature suggestion - channel creation. I play certain games numerous times, and having to go into CFG USB Loader every time is a pain. So, if we have an option on the game's options page to create a channel for that game, that would be awesome. The only problem is getting it so that whatever settings you have in CFG for that game are applied to the channel. Just a thought
Actually, that's a pretty awesome idea - an integrated channel creator and installer that just uses the game data + your config + a copy of whatever dol for CFG you're using.
The only thing is it should be forceably disabled unless it can detect priiloader, for safety.
 
Strange issue.

I set up a System for my son at my mother's house for the times he is there after school and such.

The WiFi is enabled and working, HBC sees the network, but when I try to update the loader or look for covers CFG USB loader can not find a network.
 
toejam316 said:
QKid said:
I have one feature suggestion - channel creation. I play certain games numerous times, and having to go into CFG USB Loader every time is a pain. So, if we have an option on the game's options page to create a channel for that game, that would be awesome. The only problem is getting it so that whatever settings you have in CFG for that game are applied to the channel. Just a thought
Actually, that's a pretty awesome idea - an integrated channel creator and installer that just uses the game data + your config + a copy of whatever dol for CFG you're using.
The only thing is it should be forceably disabled unless it can detect priiloader, for safety.

Or have it check for preloader, priiloader, and bootmii, if it can find access to the boot2. I have no clue if it's possible, but I know I hate pre/priiloader because it seems to mess with the sound and channel start times on my machine, so I stick to bootmii, although, I guess it could check for it as boot2 and IOS (i have both types installed). This part of the channel creation, though, is like the icing on the cake - not really necessary, but it makes it so much better.
 
QKid said:
I have one feature suggestion - channel creation. I play certain games numerous times, and having to go into CFG USB Loader every time is a pain. So, if we have an option on the game's options page to create a channel for that game, that would be awesome. The only problem is getting it so that whatever settings you have in CFG for that game are applied to the channel. Just a thought

Are you looking for something like this or I understood wrong?
 
To anyone who was getting the hash bad error, reinstall IOS236 with the new method I released this morning. It is much simpler than TBR (no downgrading necessary any more) and it is confirmed to fix the hash bad error for some people (which does seem related to version).

As for channel creation, we are not going to add it. There are other apps for that, and if we started doing it, there's a high chance we could brick Wiis if there are only minor errors. Use the other programs.
 
Hi Dr. Clipper and CFG Loader team, it's me again.

Since NCARD is VERY buggy, I've created a similar system for the moment.

I've called it www.wiinnertag.com

I've done the changes in the CFG Loader source code, and some (20+) are using it and it is working with no problem. The changes are VERY minor, and have no impact in the functionality, since the functionality is mainly on the server side.

It features backgrounds of various sizes, and completely configurable, from the texts that are exhibited, to the number and type of covers of the tag.

The changes can be found in the patch file (included in the pack available in the site, or at http://www.megaupload.com/?d=R4BINJLW).

Can you please consider adding it to the features of the official CFG Loader version?
smile.gif


An example of the images that the system generates (the "No Image" pics are from games that don't have covers in WiiTDB):
daileon.jpg


oldi.jpg


Claywm.jpg


BispoSnake.jpg


Spot.jpg
 
I am using Configurable USB Loader v58b; 4.2E; Hermes cIOS 222 v4 38 merged 37 and have noticed a problem with running two new games

Thomas & Friends: Hero of the Rails [ST4PNX]

We Sing: Encore [SSEPNG]

Configurable USB Loader hangs when trying to load both of these games!

This is what happens:
1. I mouse over the cover
2. Press A
3. Press A to continue
4. Screen reads and freezes with the following:
Booting Wii game, please wait
IOS (222) mload [FAT]
loading ............

Can anyone else confirm this behavior for these games???

All my other games still run fine so I am not sure if these two new games are a bad copy or weather there is an issue playing them with Config loader ???
 
Daileon said:
Can you please consider adding it to the features of the official CFG Loader version?
smile.gif
Good job. Sure we will consider it.

edit: reviewed the patch, looks nice and simple, we will include it.
btw, the instructions on your site have mixed up the config file names between cfg and gx.
also, the loader source version you based this on is 57 release not 58a, that's not on the public svn yet.

oh and another thing, you have a minor bug:

if (CFG.wiinnertag_key)

should be

if (*CFG.wiinnertag_key)

right?
 
Dr. Clipper said:
To anyone who was getting the hash bad error, reinstall IOS236 with the new method I released this morning. It is much simpler than TBR (no downgrading necessary any more) and it is confirmed to fix the hash bad error for some people (which does seem related to version).

As for channel creation, we are not going to add it. There are other apps for that, and if we started doing it, there's a high chance we could brick Wiis if there are only minor errors. Use the other programs.

I was like "WTF?!" after reading your code in main.c.
rofl.gif


How does the Magic-Stuff work?
So at the last step it asks you THE question and if you answer bad then it sets the Magic Value, but where does it store it to check how many times you´ve tried it?
 
@Daileon: In addition to what oggzee said, cna you answer me some quick questions?

Do either NCard or WinnerTag allow a key of 0? Also, what form can these keys legitimately take (letters, numbers, hex, ...) and what is their maximum number of characters?

User423 said:
How does the Magic-Stuff work?
A good magician never reveals his secrets (although they are pretty transparent in this case).
 
oggzee said:
Daileon said:
Can you please consider adding it to the features of the official CFG Loader version?
smile.gif

Good job. Sure we will consider it.

edit: reviewed the patch, looks nice and simple, we will include it.
btw, the instructions on your site have mixed up the config file names between cfg and gx.
also, the loader source version you based this on is 57 release not 58a, that's not on the public svn yet.

oh and another thing, you have a minor bug:

if (CFG.wiinnertag_key)

should be

if (*CFG.wiinnertag_key)

right?


Thanks for your support!
smile.gif


I have already fixed the instructions and corrected the version number
smile.gif


About the minor bug... Yes, I think it should be... Sorry about it xD.


QUOTE(Dr. Clipper @ Aug 24 2010, 08:10 AM)
@Daileon: In addition to what oggzee said, cna you answer me some quick questions?

Do either NCard or WinnerTag allow a key of 0? Also, what form can these keys legitimately take (letters, numbers, hex, ...) and what is their maximum number of characters?

A legitimate key could not be "zero".

The key is formed by a max of 36 characters in hex alphabet.

Let me know if there's any question
smile.gif
 
hmm here's a tricky one.

I've bought a new USB HDD caddy and the drive has been FAT32 formatted and a few games installed to it, however Config USB Loader v58b gives me the 'wait 30 seconds' when it starts as it tries to detect the HDD, then it fails.

I'm using the following if it's any help:

Config USB Loader v58b (cfg58b.dol)
I have Waninkoko's rev 19 installed as 249, Herme's v4 as 222 and 223, 4.0E system

The USB HDD is definately visible and accessible by other programs such as WiiMC, Wii2600, HBC v1.03 (no, I haven't updated), Snes9xGX etc.

Any suggestions or further info needed?
 
Daileon said:
Thanks for your support!
smile.gif


I have already fixed the instructions and corrected the version number
smile.gif


About the minor bug... Yes, I think it should be... Sorry about it xD.

A legitimate key could not be "zero".

The key is formed by a max of 36 characters in hex alphabet.

Let me know if there's any question
smile.gif

Thanks for the info. We've changed up your code quite a bit, so you are going to have to rewrite the instructions again later. This is because the revised version will allow you to use other similar services. Given the similarities between yours and NCard, you can set it up to talk to one, the other or both, and if other sites pop up, Cfg will already support them. Both the URLs and keys will be configurable.

One other question. Does wiinertag provide useful responses like NCard does (reporting "OK" or giving a message)? I'm planning to print that response rather than the retry option you were using, as it is really unlikely that a retry would help, or is there something else in that?

QUOTE(gizmomelb @ Aug 24 2010, 10:46 PM) hmm here's a tricky one.

I've bought a new USB HDD caddy and the drive has been FAT32 formatted and a few games installed to it, however Config USB Loader v58b gives me the 'wait 30 seconds' when it starts as it tries to detect the HDD, then it fails.

I'm using the following if it's any help:

Config USB Loader v58b (cfg58b.dol)
I have Waninkoko's rev 19 installed as 249, Herme's v4 as 222 and 223, 4.0E system

The USB HDD is definately visible and accessible by other programs such as WiiMC, Wii2600, HBC v1.03 (no, I haven't updated), Snes9xGX etc.

Any suggestions or further info needed?

Try using IOS222 and the -222 version of Cfg.
 
Yes, the update page returns messages accordingly to the result of the update:

Invalid key message:
"ERROR: Invalid key, please verify"

Invalid GameID:
"ERROR: Invalid GameID, please verify"

Valid data:
"Update completed!"

These were meant to be for debug only, but you can use it
smile.gif
 
Hi Dr. Clipper. A little Question (sorry if this has already been answered, is that I read the posts and not found an answer):

I actually use the 57 final release and for me is the best release until now. I have NO problems whit all combos of configurations and ios and different games, including the more problematic games.

I load CFG by a pepxl forwarder DCFG (the dark one), and have this: 4.2U, HBC 1.0.6, Wanin' rev 17 in 249, 20b in 250, hermes v4 222/223 and ios 58 intalled.

I want to try the 58 "a" and "b" and the "winnertag" mod version. My question is: I MUST have the new HBC 1.0.8 and new hackmii stuffs to try the new versions of CFG from now, or I can continue updating my .dol's without problem with my configs?

Thanks!
 
Dr. Clipper said:
Try using IOS222 and the -222 version of Cfg.

Unfortuantely no go with that version either, it does the same thing (time out after 30 seconds) - yet the USB HDD works with all other Wii games / emulators / utilities I've tried so far (and some versions of software haven't been updated in ages, so they're not all using IOS58 or similar).

I haven't tried any other USB loaders though as yet.

The USB HDD has a 2 port USB HUB built in, could that be confusing Config USB Loader?

Also I can provide LSUSB outputs if wanted.

Thanks for your help Dr. Clipper.
 
pedimaisum said:
Hi Dr. Clipper. A little Question (sorry if this has already been answered, is that I read the posts and not found an answer):

I actually use the 57 final release and for me is the best release until now. I have NO problems whit all combos of configurations and ios and different games, including the more problematic games.

I load CFG by a pepxl forwarder DCFG (the dark one), and have this: 4.2U, HBC 1.0.6, Wanin' rev 17 in 249, 20b in 250, hermes v4 222/223 and ios 58 intalled.

I want to try the 58 "a" and "b" and the "winnertag" mod version. My question is: I MUST have the new HBC 1.0.8 and new hackmii stuffs to try the new versions of CFG from now, or I can continue updating my .dol's without problem with my configs?

Thanks!
Cfg should work regardless of the HBC issues. We have some reports that it is not working well when launched from IOS58, which we will look into, though.

gizmomelb said:
Dr. Clipper said:
Try using IOS222 and the -222 version of Cfg.

Unfortuantely no go with that version either, it does the same thing (time out after 30 seconds) - yet the USB HDD works with all other Wii games / emulators / utilities I've tried so far (and some versions of software haven't been updated in ages, so they're not all using IOS58 or similar).

I haven't tried any other USB loaders though as yet.

The USB HDD has a 2 port USB HUB built in, could that be confusing Config USB Loader?

Also I can provide LSUSB outputs if wanted.

Thanks for your help Dr. Clipper.
Yes, the USB Hub is almost definitely the issue. I don't think I've ever heard of anybody with a hub having the HDD be detected. I'm not sure we can do anything about that, unfortunately, as it needs to be fixed in the drive libraries.

QUOTE(Patrick444 @ Aug 25 2010, 05:38 AM)
I just want to say thank you to Dr.Clipper for your help! You rock!
You're welcome
blush.gif
 

Site & Scene News

Popular threads in this forum