Hacking Configurable USB Loader

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
cfg v63a2 (alpha)
cfg63a2.dol
cfg63a2-222.dol
lang63a2.zip
(or online update)
Changes:

cfg v63a2 (alpha)
* Updated dip+frag plugin for ciosx r21
* Added ciosx r21 base detection (Thanks FIX94)


If r21 base detection is still broken I blame it on FIX94
wink.gif
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
Here is the final table, for reference, for other loaders coders:

Code:
{0x074dfb39, 0x90a5da61, 0x67488616, 0x68ccb747, 0x3a5b59b3}, // IOS249 r21 Base: 36
{0x6956a016, 0x59542728, 0x8d2efade, 0xad8ed01e, 0xe7f9a780}, // IOS249 r21 Base: 37
{0xdc8b23e6, 0x9d95fefe, 0xac10668a, 0x6891a729, 0x2bdfbca0}, // IOS249 r21 Base: 38
{0xaa2cdd40, 0xd628bc2e, 0x96335184, 0x1b51404c, 0x6592b992}, // IOS249 r21 Base: 53
{0x4a3d6d15, 0x014f5216, 0x84d65ffe, 0x6daa0114, 0x973231cf}, // IOS249 r21 Base: 55
{0xca883eb0, 0x3fe8e45c, 0x97cc140c, 0x2e2d7533, 0x5b369ba5}, // IOS249 r21 Base: 56
{0x469831dc, 0x918acc3e, 0x81b58a9a, 0x4493dc2c, 0xaa5e57a0}, // IOS249 r21 Base: 57
{0xe5af138b, 0x029201c7, 0x0c1241e7, 0x9d6a5d43, 0x37a1456a}, // IOS249 r21 Base: 58
{0x0fdee208, 0xf1d031d3, 0x6fedb797, 0xede8d534, 0xd3b77838}, // IOS249 r21 Base: 60
{0xaf588570, 0x13955a32, 0x001296aa, 0x5f30e37f, 0x0be91316}, // IOS249 r21 Base: 61
{0x50deaba2, 0x9328755c, 0x7c2deac8, 0x385ecb49, 0x65ea3b2b}, // IOS249 r21 Base: 70
{0x811b6a0b, 0xe26b9419, 0x7ffd4930, 0xdccd6ed3, 0x6ea2cdd2}, // IOS249 r21 Base: 80
 

mossywell

Active Member
Newcomer
Joined
Dec 28, 2010
Messages
29
Trophies
0
XP
77
cios 222-mload v4

Hi, 222-v62b2 worked fine, but moving to 222-v62b3 caused an exception CSI blah blah blah error on loading. (The most recent version that uses cios 249 is 60, but I gave up on that some time ago.) All versions since 222-v62b3 cause the exception. One of the thing that make my setup unusual is that I have a 4k sector drive. (You might recall fixing this a few month ago? You're still the only usb loader to work with 4k sector drives AFAIK.
smile.gif
) I'm wondering if one of the "Minor clean ups" in the change log caused this?
 

Dr. Clipper

Well-Known Member
Member
Joined
Aug 28, 2007
Messages
2,485
Trophies
0
XP
92
Country
SeanoRLY? said:
Just got this going today using ModWii, but I've got a problem. My games can freeze at any given moment and I don't really know what to do. It's happened on Mario Kart, SSBB and Mario and Sonic Olympics.

Any ideas?
Sounds like your hard drive might have spin down issues. Try other IOSes/bases, or search on the Internet to see if your drive has tools that can be used to disable the spin down or sleep timing of the drive.

QUOTE(bert02 @ Dec 28 2010, 12:45 PM) also how do i add games to certain profiles...? for the life of me i cant find where to go
You can use the Manage favorites/hidden button on the Configurator's Game Settings tab to quickly access a grid to do so:
favorites.png

or you can switch to a different profile in Cfg and then use the options screen for each game to toggle the favorite option.
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
mossywedll said:
cios 222-mload v4

Hi, 222-v62b2 worked fine, but moving to 222-v62b3 caused an exception CSI blah blah blah error on loading. (The most recent version that uses cios 249 is 60, but I gave up on that some time ago.) All versions since 222-v62b3 cause the exception. One of the thing that make my setup unusual is that I have a 4k sector drive. (You might recall fixing this a few month ago? You're still the only usb loader to work with 4k sector drives AFAIK.
smile.gif
) I'm wondering if one of the "Minor clean ups" in the change log caused this?
I have revisited the changes between v62b2 and v62b3 and i find it rather unlikely that any of that cleanups could have caused this, the cleanups were mostly removing some old comments and moving functions a little bit around, but mostly no actual functional changes were done.
However in versions between 62a2 and 62b there were partition related changes, because of the ext2fs support. Maybe it broke even earlier than 62b2?
I would suggest just taking the latest 62 release or 63a2, and when the crash happens make a screenshot and post it so i can see the stack dump numbers, and let me know exactly which binary you have used.
maybe trying v62-debug and making a couple of screenshots with the debugs on screen could give me some info too...
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
187
Country
Slovenia
boondoklife said:
Hey Oggzee, did you need other people to upload their results of the cios 21 tests or no? Would be happy to help if you need it.
No, it should be fine what FIX94 provided is all I need.
But you can verify if the loader does indeed report proper base ios for r21.
If it doesn't let me know.
 

mossywell

Active Member
Newcomer
Joined
Dec 28, 2010
Messages
29
Trophies
0
XP
77
oggzee said:
mossywedll said:
cios 222-mload v4

Hi, 222-v62b2 worked fine, but moving to 222-v62b3 caused an exception CSI blah blah blah error on loading. (The most recent version that uses cios 249 is 60, but I gave up on that some time ago.) All versions since 222-v62b3 cause the exception. One of the thing that make my setup unusual is that I have a 4k sector drive. (You might recall fixing this a few month ago? You're still the only usb loader to work with 4k sector drives AFAIK.
smile.gif
) I'm wondering if one of the "Minor clean ups" in the change log caused this?
I have revisited the changes between v62b2 and v62b3 and i find it rather unlikely that any of that cleanups could have caused this, the cleanups were mostly removing some old comments and moving functions a little bit around, but mostly no actual functional changes were done.
However in versions between 62a2 and 62b there were partition related changes, because of the ext2fs support. Maybe it broke even earlier than 62b2?
I would suggest just taking the latest 62 release or 63a2, and when the crash happens make a screenshot and post it so i can see the stack dump numbers, and let me know exactly which binary you have used.
maybe trying v62-debug and making a couple of screenshots with the debugs on screen could give me some info too...
Hi, cheers for the reply. Here are some test results:
cfg60.dol - ok
cfg61-222.dol - ok
cfg61.dol - ok
cfg62a-222.dol - ok
cfg62a2-222.dol - ok
cfg62a3-222.dol - ok
cfg62a4-222.dol - ok
cfg62a5-222.dol - ok
cfg62b-222.dol - ok
cfg62b2-222.dol - ok
cfg62b3-222.dol - csi exception
cfg62-222.dol - csi exception
Will grab some screenshots and also try the debug version and post the results.
 

buddy

Well-Known Member
Newcomer
Joined
Jun 25, 2007
Messages
72
Trophies
1
XP
158
Country
United States
Testing out cfg v63a2 and ciosx21 and I think there are some base/slot issues.

Base 58 only seems to work properly if in slot 249 or 250. If used in 247 or 248, I receive the following when launching a game:

Error: Setting up fragments 0 1
ID Mismatch [gameid]
Error setWBFS -3

Other base's seem to work fine in 247 and 248.

With slot 245 and 246, I can't seem to get any base to work. Whatever base I put into those slots (tried a few differnet ones), returns the following when launching game:

Set_frag: -128
Error setWBFS -128
 

mrkazador

Member
Newcomer
Joined
Sep 12, 2010
Messages
9
Trophies
0
XP
31
Country
United States
I don't understand how to get music playing in the background. Can someone tell me the exact folder structure and settings?

This is how I have it setup
music = usb:\usb-loader\music\1.mp3
 

abdias

Member
Newcomer
Joined
Dec 3, 2010
Messages
23
Trophies
0
XP
125
Country
Hungary
mrkazador said:
I don't understand how to get music playing in the background. Can someone tell me the exact folder structure and settings?

This is how I have it setup
music = usb:\usb-loader\music\1.mp3
music = usb:/usb-loader/music/1.mp3
 

jesquinas

Well-Known Member
Member
Joined
Apr 14, 2010
Messages
117
Trophies
0
XP
44
Country
Hi everyone,my name is Javier and I from Spain.I have a doubt about CFG Loader.What does the word [FRAG] mean in the screen loader?

Thx
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    There are different ways of fanservice
  • Skelletonike @ Skelletonike:
    the first manga I bought, was Psychic Academy, when I was like 12?
  • Skelletonike @ Skelletonike:
    That was good 2000s ecchi
  • Skelletonike @ Skelletonike:
    Great plot too
  • Vetusomaru @ Vetusomaru:
    psychic academy. lol. it was meh even back then when i bought volume 1. also same author also made one of the manga adaptions of Escaflowne.
  • Skelletonike @ Skelletonike:
    Pfffft!
  • Skelletonike @ Skelletonike:
    I have all the volumes.
  • Vetusomaru @ Vetusomaru:
    btw do u have discord?
  • Vetusomaru @ Vetusomaru:
    last tv anime i remember with nipples i personally watched was Senran Kagura
  • Skelletonike @ Skelletonike:
    yeah I do
  • Skelletonike @ Skelletonike:
    I mostly read, haven't watched much, but I do keep my cunchyroll sub.
  • Skelletonike @ Skelletonike:
    Found out one of my fave animes got an adaptation this season

    the other day lol
  • Skelletonike @ Skelletonike:
    Yuusha ga Shi
    nda
  • Vetusomaru @ Vetusomaru:
    crynchyrolls is cancer, especially with the censorship they do like they did with Oshimai
  • Vetusomaru @ Vetusomaru:
    can u post your discord here or at dm?
  • Skelletonike @ Skelletonike:
    No idea
  • Skelletonike @ Skelletonike:
    it's my username
  • Vetusomaru @ Vetusomaru:
    and number?
  • Skelletonike @ Skelletonike:
    it needs the number?
  • Vetusomaru @ Vetusomaru:
    okey dokey. i ve sent u friend request.
  • Vetusomaru @ Vetusomaru:
    i have same username with here
  • Skelletonike @ Skelletonike:
    alright, accepted
    +1
    Skelletonike @ Skelletonike: alright, accepted +1