Hacking USB Loader GX

  • Thread starter cyrex
  • Start date
  • Views 7,201,802
  • Replies 29,370
  • Likes 48

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
QUOTE said:
Yea dont take it personal. I guess i am tired from college. It was really too much this week.


@vettacross to solve your problem create this folders sd:/images/ and sd:/images/disc/

thanks bud
wink.gif
i suspected it was the missing directory
tongue.gif
wasnt sure if the missing directories were supposed to be made by the app or manually thats all
tongue.gif


sorry to be a pain in the ass bro! we really appreciate you and the other coders as well dimok...its natural to get frustrated code is alot of monotony and I personally dont have aloty of patients for it as a red head LOL so i can see where it can really build up the stress level w/ school to boot! take it easy you guys REALLY! I mean no one will argue this is the fastest developing and best loader going! you have done some amazing feature rich changes and deserve a bit of a break
wink.gif
 

m-tek

Well-Known Member
Member
Joined
Dec 29, 2008
Messages
182
Trophies
1
Location
Manchester
Website
supex0.co.uk
XP
184
Country
just remamed 1 image from sd:/images (83 covers in total) ..went to download it and it always says there all missing (83 in my case).. so i thought i'll download them anyway... got to 100% then checked my images folder on the pc and 83 images had been overwriten....so its not finding them in the first
place ,just overwritting them...
 

teq

Well-Known Member
Member
Joined
May 13, 2008
Messages
1,232
Trophies
0
XP
5
Country
United States
I noticed a lot of features are commented out in the latest source(widescreen, ocarina, save settings, etc).

Is this because they have yet to be implemented or is there something I'm missing?
 

tagteam3283

Well-Known Member
Member
Joined
Jan 22, 2009
Messages
136
Trophies
0
XP
51
Country
m-tek said:
just remamed 1 image from sd:/images (83 covers in total) ..went to download it and it always says there all missing (83 in my case).. so i thought i'll download them anyway... got to 100% then checked my images folder on the pc and 83 images had been overwriten....so its not finding them in the first
place ,just overwritting them...

i get the same as you bud, everytime i check for downloads, it picks up 100 that are needed, when none are actually missing
 

m-tek

Well-Known Member
Member
Joined
Dec 29, 2008
Messages
182
Trophies
1
Location
Manchester
Website
supex0.co.uk
XP
184
Country
tagteam3283 said:
m-tek said:
just remamed 1 image from sd:/images (83 covers in total) ..went to download it and it always says there all missing (83 in my case).. so i thought i'll download them anyway... got to 100% then checked my images folder on the pc and 83 images had been overwriten....so its not finding them in the first
place ,just overwritting them...

i get the same as you bud, everytime i check for downloads, it picks up 100 that are needed, when none are actually missing

Just added it to the issues list on googlepages!!

I pressume you have 100 games on the hdd then??
 

remixer

Well-Known Member
Newcomer
Joined
Oct 10, 2008
Messages
64
Trophies
0
XP
101
Country
United States
This is prolly just me being a dumbass...i've been able to add games to the HD via windows with a wbfs manager
however whilst using version R226 i am unable to hit the +install a game... if i hit on it i get a minor rumble on the wiimote but nothing else....
what am i doing wrong ?? why can't i add via r226 ?

Thanks
 

kyogc

Well-Known Member
Member
Joined
Nov 24, 2008
Messages
324
Trophies
0
Age
47
Website
Visit site
XP
93
Country
Taiwan
Got some error when tried to compile r227. Anyone help? Thanks.

Code:
> "make" 
FreeTypeGX.cpp
audio.cpp
input.cpp
main.cpp
menu.cpp
c:/r227/source/menu.cpp: In function 'char* NetworkInitPromp(int)':
c:/r227/source/menu.cpp:1242: error: 'struct CFG' has no member named 'cover_path'
c:/r227/source/menu.cpp:1245: error: 'struct CFG' has no member named 'cover_path'
c:/r227/source/menu.cpp: In function 'int ProgressDownloadWindow(int)':
c:/r227/source/menu.cpp:1498: error: 'struct CFG' has no member named 'cover_path'
c:/r227/source/menu.cpp:1506: error: 'struct CFG' has no member named 'cover_path'
make[1]: *** [menu.o] Error 1
"make": *** [build] Error 2

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

Edit: NVM. Figured it out....
 

Meannekes

Well-Known Member
Member
Joined
Apr 12, 2009
Messages
231
Trophies
0
XP
16
Country
Gambia, The
i have a little idea

the wbfs manager 3.0 makes channels with the bnr from the iso´s

maybe dimok, hungyip giantpune or somebody else from this loader
looks in the source from the wbfs manager 3.0
and port it to this great loader
so we maybe no longer need the covers, because it reads the bnr file from the isos right from the hdd
smile.gif


dont know where to put this idea on this side-> http://code.google.com/p/usbloader-gui/source/list
 

WiiMonkey

Well-Known Member
Member
Joined
Jan 16, 2009
Messages
408
Trophies
0
Age
45
Location
UK
Website
Visit site
XP
163
Country
Could someone help thanks im getting this error while trying to compile r227

CODE> "make"
FreeTypeGX.cpp
In file included from c:/gui/source/FreeTypeGX.cpp:23:
c:/gui/source/FreeTypeGX.h:155:22: warning: ft2build.h: No such file or directory
c:/gui/source/FreeTypeGX.h:156:10: error: #include expects "FILENAME" or
c:/gui/source/FreeTypeGX.h:157:10: error: #include expects "FILENAME" or
c:/gui/source/FreeTypeGX.h:158:25: warning: Metaphrasis.h: No such file or directory
make[1]: *** [FreeTypeGX.o] Error 1
"make": *** [build] Error 2

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

sorted but i get the same error as kyogc now
 

luck_gh0st

Well-Known Member
Member
Joined
Feb 21, 2009
Messages
174
Trophies
0
XP
132
Country
kyogc said:
Got some error when tried to compile r227. Anyone help? Thanks.

Code:
> "make" 
FreeTypeGX.cpp
audio.cpp
input.cpp
main.cpp
menu.cpp
c:/r227/source/menu.cpp: In function 'char* NetworkInitPromp(int)':
c:/r227/source/menu.cpp:1242: error: 'struct CFG' has no member named 'cover_path'
c:/r227/source/menu.cpp:1245: error: 'struct CFG' has no member named 'cover_path'
c:/r227/source/menu.cpp: In function 'int ProgressDownloadWindow(int)':
c:/r227/source/menu.cpp:1498: error: 'struct CFG' has no member named 'cover_path'
c:/r227/source/menu.cpp:1506: error: 'struct CFG' has no member named 'cover_path'
make[1]: *** [menu.o] Error 1
"make": *** [build] Error 2

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

Edit: NVM. Figured it out....


How did you solve this error?
 

DPyro

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
370
Trophies
1
XP
835
Country
Canada
I just changed the code in menu.cpp to this:

QUOTE said:
if (choice2 == 2) {
sprintf(URLFile,"http://www.theotherzone.com/wii/3d/176/248/%s",missingFiles); // For 3D Covers
sprintf(imgPath,"%s%s", "SD:/apps/usbloader/images/covers/", missingFiles);
}
if(choice2 == 3) {
sprintf(URLFile,"http://www.theotherzone.com/wii/diskart/160/160/%s",missingFiles);//For Disk Art
sprintf(imgPath,"SD:/apps/usbloader/images/discs/%s",missingFiles);
}
if(choice2 == 1) {
sprintf(URLFile,"http://www.theotherzone.com/wii/resize/160/224/%s",missingFiles);//For Regular Covers
sprintf(imgPath,"%s%s", "SD:/apps/usbloader/images/covers/", missingFiles);
}
 

kyogc

Well-Known Member
Member
Joined
Nov 24, 2008
Messages
324
Trophies
0
Age
47
Website
Visit site
XP
93
Country
Taiwan
luck_gh0st said:
How did you solve this error?

QUOTE"make"
FreeTypeGX.cpp
audio.cpp
input.cpp
main.cpp
menu.cpp
c:/r227/source/menu.cpp: In function 'char* NetworkInitPromp(int)':
c:/r227/source/menu.cpp:1242: error: 'struct CFG' has no member named 'covers_path'
c:/r227/source/menu.cpp:1245: error: 'struct CFG' has no member named 'covers_path'
c:/r227/source/menu.cpp: In function 'int ProgressDownloadWindow(int)':
c:/r227/source/menu.cpp:1498: error: 'struct CFG' has no member named 'covers_path'
c:/r227/source/menu.cpp:1506: error: 'struct CFG' has no member named 'covers_path'
make[1]: *** [menu.o] Error 1
"make": *** [build] Error 2

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

Change cover_path to covers_path from menu.cpp.
 

zouille83

Well-Known Member
Newcomer
Joined
Apr 23, 2009
Messages
86
Trophies
0
Age
47
Location
france
XP
75
Country
France
hello
If I understand the rev227, we can change the cover folder path and disc folder path to download by the loader. isn't it.

So can I have : SD:/apps/usbloader/images
and SD:/apps/usbloader/images/disc

I think I must have this in the config.txt ( cover_path and disc_path)
 

Sportsmaniac1322

Well-Known Member
Member
Joined
Jun 26, 2008
Messages
1,183
Trophies
0
Location
Forman's Basement
Website
Visit site
XP
276
Country
United States
Here's the direct link to revision 228: http://wii.spiffy360.com/getfile.php?rev=18
Tell me if there's anything wrong with it. I had to edit the cover_path options, and I can't test it at the moment. It should work fine, but if it doesn't feel free to let me know.

QUOTE said:
*Added delay to the new ToolTip function
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: you can't turn link into a femboy in tears of the kingdom