Hacking Configurable USB Loader

GolfDude

Well-Known Member
Member
Joined
Feb 2, 2009
Messages
890
Trophies
1
XP
1,870
Country
United States
boom blox games are a known wiimote issue even if you have the legit disc.. the game is just asking the wii for too much and causes wiimote jam ups and freezeups during gameplay.. nothing related to usb loading.. its the game itself..
 

laggflor

Active Member
Newcomer
Joined
Sep 10, 2010
Messages
33
Trophies
0
XP
6
Country
Australia
oggzee said:
laggflor said:
Ah... and I have found a bug in v59x - haven't tested this in v60 until now...
Hm... could update some versions ago without parentereal control. Now it doesn't work anyhow.

with v60 I get this error when updating:
http://tinyurl.com/343964y

I see a possilbe problem:
The path in the screenshot is not the path of the application:
In the screenshot: sd:/apps/usbloader
on the SD: sd:/apps/usbloader_cfg

I also tried to install it to /apps/usbloader but then the Forwarder in the Priiloader fails.
Any hint?
 

oggzee

Well-Known Member
OP
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
188
Country
Slovenia
laggflor said:
oggzee said:
laggflor: i'll take a look at what's wrong.
Thanks. Do you need anything else? I have my Wii here currently (which is somewhat seldom the last days ;-)
You can check with debug=1
will display something like argv: [0] sd:/apps/usbloader_cfg/boot.dol
(when it asks for button press)
let me know exactly what is written in that argv line
or make a screenshot
 

laggflor

Active Member
Newcomer
Joined
Sep 10, 2010
Messages
33
Trophies
0
XP
6
Country
Australia
oggzee said:
laggflor said:
oggzee said:
laggflor: i'll take a look at what's wrong.
Thanks. Do you need anything else? I have my Wii here currently (which is somewhat seldom the last days ;-)
You can check with debug=1
will display something like argv: [0] sd:/apps/usbloader_cfg/boot.dol
(when it asks for button press)
let me know exactly what is written in that argv line
or make a screenshot
Hm... app-path isn't passed in argv[0]. The string is empty.
See: http://tinyurl.com/2w2xecx
 

laggflor

Active Member
Newcomer
Joined
Sep 10, 2010
Messages
33
Trophies
0
XP
6
Country
Australia
oggzee said:
laggflor said:
Hm... app-path isn't passed in argv[0]. The string is empty.
See: http://tinyurl.com/2w2xecx
Then i guess it's a bad forwarder?
Are you sure that ever worked?
What if you start it from HBC, is it reported properly?
Yes, you're perfectly right. This way it is reported probably, and the update does work as expected. Thanks.

I use the forwarder linked in the first post of this topic:
http://priiloader.baduncles.de/forwarder/
This one: forwarder-sd_usb-apps-usbloader_cfg.dol

Works for me now, as I know how I could make updates with my Wii. Thanks so far.
 

vegemikee

Well-Known Member
Member
Joined
Aug 17, 2008
Messages
356
Trophies
1
XP
325
Country
Hi all

After not being able to find a forwarder channel that I was happy with, I decided to add a few tweaks to the USB Loader GX forwarder channel... so here it is!

http://www.mediafire.com/?1w58sy2q5bqy0cp

I've used pepxl's forwarder.dol (no option to force certain IOS', you can add that yourself if you like) so thanks for that pepxl! (I hope it's ok
biggrin.gif
)
Animations and sounds are still the same as the USB Loader GX channel.

previewnr.png

preview2i.png

If I'm not allowed to post this here, feel free to remove the post mods. Thanks
 

laggflor

Active Member
Newcomer
Joined
Sep 10, 2010
Messages
33
Trophies
0
XP
6
Country
Australia
vegemikee said:
After not being able to find a forwarder channel that I was happy with, I decided to add a few tweaks to the USB Loader GX forwarder channel... so here it is!
Is this for Priiloader or for the System-Menu? Thanks so far
 

overjet

Active Member
Newcomer
Joined
Sep 16, 2010
Messages
40
Trophies
0
XP
5
Country
Luxembourg
What does it means this error:


:/devkitpro/devkitcfg/devkitppc/bin/../lib/gcc/powerpc-gekko/4.2.4/../../../../powerpc-gekko/bin/ld.exe: cannot find -lntfs
collect2: ld returned 1 exit status
make[1]: *** [/c/cfgusbloader/Source/cfg60.elf] Error 1
"make": *** [build] Error 2
 

overjet

Active Member
Newcomer
Joined
Sep 16, 2010
Messages
40
Trophies
0
XP
5
Country
Luxembourg
I've this error:

c:/devkitPro/libogc/lib/wii\libmodplay.a(gcmodplay.o): In function `SndBufStop':
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:180: undefined reference to `AESND_SetVoiceStop'
c:/devkitPro/libogc/lib/wii\libmodplay.a(gcmodplay.o): In function `SndBufStart':
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:164: undefined reference to `AESND_SetVoiceStop'
c:/devkitPro/libogc/lib/wii\libmodplay.a(gcmodplay.o): In function `MODPlay_Init':
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:230: undefined reference to `AESND_AllocateVoice'
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:232: undefined reference to `AESND_SetVoiceFormat'
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:233: undefined reference to `AESND_SetVoiceFrequency'
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:234: undefined reference to `AESND_SetVoiceVolume'
c:/devkitPro/libogc/lib/wii\libmodplay.a(gcmodplay.o): In function `__aesndvoicecallback':
ohnoes.png
/code/devkitpro/libogc/libmodplay/gcmodplay.c:80: undefined reference to `AESND_SetVoiceBuffer'
collect2: ld returned 1 exit status
make[1]: *** [/c/cfgusbloader/Source/cfg60.elf] Error 1
"make": *** [build] Error 2
 

DarkWay

tsubasa hiroge
Member
Joined
Aug 21, 2008
Messages
1,550
Trophies
0
Age
34
Location
Cornwall
Website
Visit site
XP
241
Country
Wondering if anyone here can help me.

I have 4 games on my Wii:

Mario Kart Wii
Rune Factory Frontier

Monster Hunter Tri
Poke Park: Pikachu's Adventure

2 of them work fine but the other 2 get basically the same error only difference being the game's ID.

Monster Hunter and Poke Park both work fine.

Mario Kart and Rune Factory don't.

Mario Kart:
ERROR: setting up fragments 0 1
ID mismatch: [RMCP01] []
ERROR: Set WBFS: -3

Rune Factory:
ERROR: setting up fragments 0 1
ID mismatch: [RUFP99] []
ERROR: Set WBFS: -3

Could you tell me what the hell this error means and how I fix it?

If it makes any difference, Monster hunter and Poke Park are loading of USB, while Rune Factory and Mario Kart are loading off SDHC (but I've never had this problem before.

Thanks in advance tempers.



EDIT: I found my problem!
Apparently my Wii doesn't like loading games off my SDHC anymore and they'll only load off USB.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    Surprised they never made a second one.
  • K3Nv2 @ K3Nv2:
    It takes two was their newest different theme
  • BigOnYa @ BigOnYa:
    I didn't care for that one so much, but didn't play it much either.
  • BigOnYa @ BigOnYa:
    I just played little of "Still Wakes The Deep" , just came to gamepass today, its alright, kinda creepy. I'm not usually a horror game fan, but it looks really good graphic wise, esp w 4k. I admit it made me jump a few times.
  • LNLenost @ LNLenost:
    Anyone here using the 3DS?
  • LNLenost @ LNLenost:
    do u have pretendo?
  • LNLenost @ LNLenost:
    whats ur code?
  • B @ btjunior:
    i dont have pretendo sorry
  • LNLenost @ LNLenost:
    oh ok
  • LNLenost @ LNLenost:
    well if ur console isnt modded i suggest u to mod it
  • B @ btjunior:
    also, just curius, does the freinds app still work after the shutdown?
  • LNLenost @ LNLenost:
    yes
  • B @ btjunior:
    nice
  • LNLenost @ LNLenost:
    but u cant play online games anymore :(
  • LNLenost @ LNLenost:
    i miss going in other peoples town
  • B @ btjunior:
    yeah
  • LNLenost @ LNLenost:
    i have a friend named Pineapple (@pineappleJuice hi). we played a lot the day b4 the server shutdown
  • K3Nv2 @ K3Nv2:
    I preten to know doe
  • BigOnYa @ BigOnYa:
    @LNLenost how well is the pretendo servers, you ever get kicked off games when playing online?
    +1
  • LNLenost @ LNLenost:
    @BigOnYa not always you get kicked. it happens rarely to me.
    +1
  • LNLenost @ LNLenost:
    ofc they're not great, but props to them for making this
    +1
  • LNLenost @ LNLenost:
    btw, I decided to make the nintendo support team going insane
  • LNLenost @ LNLenost:
    i told them my badges disappeared after i opened the badge arcade after the shutdown, but actually they disappeared because i opened the badge arcade w/ pretendo
  • AcuteBulbasaurappears @ AcuteBulbasaurappears:
    Hey, is there anybody who knows how to create wuhb-files? :) I would like to create forwarders for two Wii-channels: https://gbatemp.net/threads/wuhb-to-vwii-channel-request.657253/#post-10441514
    AcuteBulbasaurappears @ AcuteBulbasaurappears: Hey, is there anybody who knows how to create wuhb-files? :) I would like to create forwarders...