Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,231,614
  • Replies 29,378
  • Likes 48

R2-D2199

Well-Known Member
Member
Joined
Jul 2, 2009
Messages
154
Trophies
1
Age
30
Location
Germany
Website
softwii.de
XP
197
Country
Gambia, The
I changed the revisionsnumber of my cIOS249 to 65535 to prevent that it
will be overridden by nintendo, but the USB Loader GX doesn't work with
that revisionsnumber.
I found out that in the main.cpp:

CODEif (!(ios222rev==4 || ios222rev==5 || (ios249rev>=9 && ios249rev=9 && ios249rev!=65280)))[/code]

sorry for my bad english
 

MrDiesel

Well-Known Member
Member
Joined
Apr 21, 2010
Messages
175
Trophies
0
Location
My PC :)
Website
Visit site
XP
82
Country
Belgium
R2-D2199 said:
I changed the revisionsnumber of my cIOS249 to 65535 to prevent that it
will be overridden by nintendo, but the USB Loader GX doesn't work with
that revisionsnumber.
I found out that in the main.cpp:

CODEif (!(ios222rev==4 || ios222rev==5 || (ios249rev>=9 && ios249rev=9 && ios249rev!=65280)))[/code]

sorry for my bad english

First of all, it would be:
CODEif (!(ios222rev==4 || ios222rev==5 || (ios249rev>=9 && ios249rev
 

Jimpex

Member
Newcomer
Joined
Mar 14, 2009
Messages
12
Trophies
0
XP
158
Country
Gambia, The
Hallo folks.

I´m just using Rev.630 of USB-Loader GX and it just runs fine.

But i read about a feature in newer Revisons that it is possible to exit from a game directly back to the USB-Loader.
(Which is indeed a usefull thing to have...)

So i tried Rev.937, but it doesn´t work. The games go back to the Wii-Menu. (I should mention that I use the UNEO-Forwarder to launch GX)

But if I launch GX through the Homebrew-Channel, everything is fine!! I tried a few games and all of them exits back to the USB-Loader GX!!

So, is it a bug or did I miss something?

Kind regards
Jimpex
 

BinFairy

Active Member
Newcomer
Joined
Mar 14, 2009
Messages
43
Trophies
0
XP
94
Country
I posted this in the Hacking section, but no response, so I'll re-post it here...

MY WBFS partition on my HDD is no longer recognised and I think I know what the problem was...


USB loader GX froze while loading a game.

I turned Wii off.

Went on here to find out what happened.


Apparently USB loader-GX can ruin WBFS partitions =S



Can someone please say if there is a way to get my data back?
When I go into USB-GX it says "No WBFS or FAT/NTFS partition found" but on the next screen sees two partitions.

The first is my homebrew FAT, the second is what used to be my WBFS.

When I select the first one, USB-GX loads but shows no games.
When I select the second one, I get a code dump.


All other loaders say that there is no WBFS drive found.


I have tried CFG loader, Neogammer and uLoader



Am I fucked?
 

mayu29

Well-Known Member
Member
Joined
May 19, 2010
Messages
113
Trophies
0
XP
33
Country
Romania
BinFairy said:
I posted this in the Hacking section, but no response, so I'll re-post it here...

MY WBFS partition on my HDD is no longer recognised and I think I know what the problem was...


USB loader GX froze while loading a game.

I turned Wii off.

Went on here to find out what happened.


Apparently USB loader-GX can ruin WBFS partitions =S



Can someone please say if there is a way to get my data back?
When I go into USB-GX it says "No WBFS or FAT/NTFS partition found" but on the next screen sees two partitions.

The first is my homebrew FAT, the second is what used to be my WBFS.

When I select the first one, USB-GX loads but shows no games.
When I select the second one, I get a code dump.


All other loaders say that there is no WBFS drive found.


I have tried CFG loader, Neogammer and uLoader



Am I fucked?

Well, if CFG doesn't see the WBFS partition I'm positive that GX messed up your partition and you've lost all the data from it
frown.gif
 

hondamust

Member
Newcomer
Joined
Jan 30, 2008
Messages
13
Trophies
0
XP
75
Country
Canada
Try using wbfs manager and hook it up to your pc then see if wbfs manager sees any files on it then you can copy stuff to your pc or copy to your wbfs harddrive.
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
Maybe you can try wwt to check for your WBFS ISO's validity
http://gbatemp.net/t182236-wwt-wit-wiimms-wbfs-iso-tools

if it can't find the WBFS partition, maybe that's the Magic which is bad.
If you don't know what Magic is, maybe you better not try to correct it yourself (it's writing manually the type of partition at the start of the partition, you could mess more data from other HDD), but if you still want to take you chance, HxD allow you to edit your HDD internal data manually, so you can reconstruct the header (you can loose everything too).
 

petspeed

Well-Known Member
Member
Joined
Nov 13, 2009
Messages
1,146
Trophies
1
Age
49
XP
1,779
Country
Denmark
Jimpex said:
Hallo folks.

I´m just using Rev.630 of USB-Loader GX and it just runs fine.

But i read about a feature in newer Revisons that it is possible to exit from a game directly back to the USB-Loader.
(Which is indeed a usefull thing to have...)

So i tried Rev.937, but it doesn´t work. The games go back to the Wii-Menu. (I should mention that I use the UNEO-Forwarder to launch GX)

But if I launch GX through the Homebrew-Channel, everything is fine!! I tried a few games and all of them exits back to the USB-Loader GX!!

So, is it a bug or did I miss something?

Kind regards
Jimpex

It was removed again in rev 931.
 

Jimpex

Member
Newcomer
Joined
Mar 14, 2009
Messages
12
Trophies
0
XP
158
Country
Gambia, The
petspeed said:
Jimpex said:
Hallo folks.

I´m just using Rev.630 of USB-Loader GX and it just runs fine.

But i read about a feature in newer Revisons that it is possible to exit from a game directly back to the USB-Loader.
(Which is indeed a usefull thing to have...)

So i tried Rev.937, but it doesn´t work. The games go back to the Wii-Menu. (I should mention that I use the UNEO-Forwarder to launch GX)

But if I launch GX through the Homebrew-Channel, everything is fine!! I tried a few games and all of them exits back to the USB-Loader GX!!

So, is it a bug or did I miss something?

Kind regards
Jimpex

It was removed again in rev 931.

Are you sure??

Why does it work if i start the loader from the Homebrewchannel??
 

shrimpkebab

Member
Newcomer
Joined
Jan 2, 2010
Messages
9
Trophies
0
XP
16
Country
so i updated from 927 to 937 for the prince of persia fix, but then no games boots, so i reverted back to 927.
Does 937 need the new hermes cios 5.1? or what am i doing wrong?
 

MeTRoD

Active Member
Newcomer
Joined
Jul 29, 2007
Messages
30
Trophies
0
XP
56
Country
I have a question that's probably already been answered but, nevertheless:
when you click on a game in your gameslist on USB loader GX, you can hear the channel intro (for example Mario shouting "Super Mario GALAXYYY!!"), but isn't it possible to see the intro as well?
 

D34DL1N3R

Nephilim
Member
Joined
Dec 6, 2008
Messages
3,670
Trophies
1
XP
3,220
Country
United States
shrimpkebab said:
so i updated from 927 to 937 for the prince of persia fix, but then no games boots, so i reverted back to 927.
Does 937 need the new hermes cios 5.1? or what am i doing wrong?

Delete all of your config files and try again.
 

leebag

New Member
Newbie
Joined
Feb 2, 2008
Messages
2
Trophies
1
XP
606
Country
i am having some problems with usb loader GX (latest).The problem is it randomly "crashes" rendering the loader unusable, i am unable to select anything in the program and have to reset. i have tried moving the covers to my HDD, with no real effect still randomly crashes. the problem seems to be able to be fixed when i delete all the covers and re download them, a real PITA. My Wii is on 4.2 and 249rev19 soft modded using the simplistic guide. i would like some help to be able to fix this permanently or is this just a common problem with usb loader GX, thanks in advanced
 

shrimpkebab

Member
Newcomer
Joined
Jan 2, 2010
Messages
9
Trophies
0
XP
16
Country
D34DL1N3R said:
shrimpkebab said:
so i updated from 927 to 937 for the prince of persia fix, but then no games boots, so i reverted back to 927.
Does 937 need the new hermes cios 5.1? or what am i doing wrong?

Delete all of your config files and try again.

Tried that now. Same problem with 937, cant start any games. Reverted back to 927 and it works again.
Guess the newer revision is bugged, ill wait for a fix.
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
you can try 935 for PoP fix included, or 932 for PoP fix but with .Wip file needed.

I'm currently using 935, with IOS249 v17
Pop worked fine, and I just finish the game, but I missed many heroic challenges, I wanted the Original Prince of Persia levels, and I didn't unlock the videos, and clothes, etc. (and Ocarina is for US version ;p, and Wiird never hooked)

I'll try latest (937) for gecko hook,
or maybe my USBgecko driver is bad ? it's working with GeckoOS, but not hooking with either neogamma and usbGX when running after game launching.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    sigh
  • Xdqwerty @ Xdqwerty:
    @a_username_that_isnt_cool, could you change your username?
  • Xdqwerty @ Xdqwerty:
    i guess not...
  • Xdqwerty @ Xdqwerty:
    yawn
  • Xdqwerty @ Xdqwerty:
    anybody here?
  • P @ PKNate:
    nope
  • BakerMan @ BakerMan:
    fun fact: 7 years by lukas graham, supermassive black hole by muse, and megalomania all have the same bpm
  • BakerMan @ BakerMan:
    girls just wanna have fun and renai circulation also share the same tempo as the few i said before
  • Xdqwerty @ Xdqwerty:
    @BakerMan, megalomania the live a live song?
  • BakerMan @ BakerMan:
    wait no, megalovania*
  • BakerMan @ BakerMan:
    my bad
  • K3Nv2 @ K3Nv2:
    I don't forgive you
  • BigOnYa @ BigOnYa:
    The nerve of that guy, gosh.
  • K3Nv2 @ K3Nv2:
    Yeah expecting me to forgive gtfo
  • Psionic Roshambo @ Psionic Roshambo:
    But how could the Dr have known you didn't want to be circumcized?
  • K3Nv2 @ K3Nv2:
    He didn't you just wanted your dick to be fondled
    +1
  • K3Nv2 @ K3Nv2:
    Watching dune 2 it's eh
  • Psionic Roshambo @ Psionic Roshambo:
    Dune one sucked
  • Psionic Roshambo @ Psionic Roshambo:
    The original with Patrick Stewart was Great
  • K3Nv2 @ K3Nv2:
    A sexual psycopath that love pain where have I heard that before
  • BigOnYa @ BigOnYa:
    In your high school diary?
  • K3Nv2 @ K3Nv2:
    No but your wife let's me read her diary the word psychopath comes up more than sexual
    +1
    K3Nv2 @ K3Nv2: No but your wife let's me read her diary the word psychopath comes up more than sexual +1