Hacking Cover Flow USB ISO Loader by Beardface

Status
Not open for further replies.

RolloS60

Well-Known Member
Newcomer
Joined
Apr 13, 2006
Messages
74
Trophies
0
Website
Visit site
XP
95
Country
Gambia, The
@kyogc
it's a placeholder for text, which is visible on image homeTop.png. (English: "Close" )
See german section "DE", which is already translated
 

kyogc

Well-Known Member
Member
Joined
Nov 24, 2008
Messages
324
Trophies
0
Age
47
Website
Visit site
XP
93
Country
Taiwan
RolloS60 said:
@kyogc
it's a placeholder for text, which is visible on image homeTop.png. (English: "Close" )
See german section "DE", which is already translated

Got it! Thanks.
 

pretender13

Well-Known Member
Member
Joined
Apr 18, 2009
Messages
108
Trophies
0
Website
Visit site
XP
85
Country
Canada
keyra said:
this is what i get when trying to compile latest builds
QUOTE said:
c:/usbflow/CoverFlow/source/core/disc.c:133: error: conflicting types for 'settime'
c:/devkitPro/libogc/include/ogc/lwp_watchdog.h:68: error: previous declaration of 'settime' was here
make[1]: *** [disc.o] Error 1
"make": *** [build] Error 2


This is due to using updated libs from the usbloader gx project.

would be nice if they can be incorporated into this project as well as i have to currently keep two different devkitpro dirs to compile the two.

updated libs can be found here
http://usbloader-gui.googlecode.com/files/libogc-05-13.zip

please and thanks
smile.gif
 

fishears

fishears
Member
Joined
Sep 28, 2008
Messages
696
Trophies
0
Website
code.google.com
XP
126
Country
pretender13 said:
keyra said:
this is what i get when trying to compile latest builds
QUOTE said:
c:/usbflow/CoverFlow/source/core/disc.c:133: error: conflicting types for 'settime'
c:/devkitPro/libogc/include/ogc/lwp_watchdog.h:68: error: previous declaration of 'settime' was here
make[1]: *** [disc.o] Error 1
"make": *** [build] Error 2


This is due to using updated libs from the usbloader gx project.

would be nice if they can be incorporated into this project as well as i have to currently keep two different devkitpro dirs to compile the two.

updated libs can be found here
http://usbloader-gui.googlecode.com/files/libogc-05-13.zip

please and thanks
smile.gif

All of the updated libs that we require are part of our build - which IMO is a lot neater than getting people to mess with their DevkitPro environment. We only use what we need rather than a full libogc....
wink.gif
 

scognito

Well-Known Member
Member
Joined
Feb 16, 2007
Messages
148
Trophies
0
Age
42
Location
italy
XP
366
Country
Italy

kedest

Well-Known Member
Member
Joined
Feb 6, 2007
Messages
3,289
Trophies
0
Website
Visit site
XP
534
Country
Netherlands
fishears said:
pretender13 said:
keyra said:
this is what i get when trying to compile latest builds
QUOTE said:
c:/usbflow/CoverFlow/source/core/disc.c:133: error: conflicting types for 'settime'
c:/devkitPro/libogc/include/ogc/lwp_watchdog.h:68: error: previous declaration of 'settime' was here
make[1]: *** [disc.o] Error 1
"make": *** [build] Error 2


This is due to using updated libs from the usbloader gx project.

would be nice if they can be incorporated into this project as well as i have to currently keep two different devkitpro dirs to compile the two.

updated libs can be found here
http://usbloader-gui.googlecode.com/files/libogc-05-13.zip

please and thanks
smile.gif

All of the updated libs that we require are part of our build - which IMO is a lot neater than getting people to mess with their DevkitPro environment. We only use what we need rather than a full libogc....
wink.gif

So what exactly does that mean?
I like to compile my own dols, to keep up with all the latest changes.
I updated my devkitpro to be able to compile the latest gx loader.
But to compile this coverflow one, I would need a seperate devkitpro installation with the older library?
 

nIxx

Well-Known Member
Member
Joined
Sep 30, 2007
Messages
1,544
Trophies
0
Location
Germany
Website
Visit site
XP
337
Country
Gambia, The
This means that they don't use the actuall SVN libogc and fishears by the way this speed ups the loading times from the SD Card and have some other improvments
tongue.gif
 

fishears

fishears
Member
Joined
Sep 28, 2008
Messages
696
Trophies
0
Website
code.google.com
XP
126
Country
kedest said:
fishears said:
All of the updated libs that we require are part of our build - which IMO is a lot neater than getting people to mess with their DevkitPro environment. We only use what we need rather than a full libogc....
wink.gif

So what exactly does that mean?
I like to compile my own dols, to keep up with all the latest changes.
I updated my devkitpro to be able to compile the latest gx loader.
But to compile this coverflow one, I would need a seperate devkitpro installation with the older library?

Everyone should really be using the latest official release of libogc/DevkitPro.
USB Loader GX team decided to require you to use an unreleased SVN of libogc in order to build their loader.
Doing this will mean that you won't be able to compile a lot of other projects.
What we've done is make any extra libraries we needed a part of our code. This way you can compile our loader if you have the latest STABLE/OFFICIAL libogc release.
We're really not the ones causing problems here. We're sticking to the rules by supporting a standard development environment.

The quickest fix I can offer you is that you change line 133 in main.c of our project so that settime is a u64. You'll need to do this everytime you checkout though.
Also, you could complain to the USB Loader GX team for their lazyness
wink.gif
 

fishears

fishears
Member
Joined
Sep 28, 2008
Messages
696
Trophies
0
Website
code.google.com
XP
126
Country
nIxx said:
This means that they don't use the actuall SVN libogc like us
and fishears by the way this speed ups the loading times from the SD Card and have some other improvments
tongue.gif

We're using the SVN libfat... but we included it in our project so users don't need to mess with their Devkit
lecture.gif

We're also doing this with SVN wiiuse...
 

LexLuthor

Well-Known Member
Member
Joined
Oct 8, 2007
Messages
161
Trophies
0
Location
Southampton, UK
XP
190
Country
As mentioned in another thread, if there any possibility of someday taking this GUI and merging it with MPlayer Wii. The prospect of a loader this good looking being used to select DVD titles is far to tempting.

I know it's along way from there yet and that right now the focus is on the USB Loader, but would you consider this a possibility somewhere down the line?
 

pretender13

Well-Known Member
Member
Joined
Apr 18, 2009
Messages
108
Trophies
0
Website
Visit site
XP
85
Country
Canada
kedest said:
So what exactly does that mean?
I like to compile my own dols, to keep up with all the latest changes.
I updated my devkitpro to be able to compile the latest gx loader.
But to compile this coverflow one, I would need a seperate devkitpro installation with the older library?

actually the only file that conflicts is the lwp_watchdog.h file kedest
you can use the one dated 4/4/09 for coverflow, and the other requires the one modified on 5/19/09

personally i just rename the lwp_watchdog.h file old / new and replace when i want to compile.


hope this helps.
smile.gif
 

Nullkill

Well-Known Member
OP
Member
Joined
Dec 31, 2007
Messages
202
Trophies
0
XP
74
Country
United States
wazy said:
If I start with nunchuck plugged in, it crashes.

Need more info. Which build are you using, what cios do you have, what is your wii firmware, how did you launch the app? (Preloader, HBC, etc...)
 

kyogc

Well-Known Member
Member
Joined
Nov 24, 2008
Messages
324
Trophies
0
Age
47
Website
Visit site
XP
93
Country
Taiwan
Nullkill said:
wazy said:
If I start with nunchuck plugged in, it crashes.

Need more info. Which build are you using, what cios do you have, what is your wii firmware, how did you launch the app? (Preloader, HBC, etc...)
Same here. r367, cIOS36rev10, 3.3Uv1.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • AncientBoi @ AncientBoi:
    ooowwww a new way for me to beat NFS 510 :D @SylverReZ
    +1
  • SylverReZ @ SylverReZ:
    @AncientBoi, Yeah, believe you can do PSP games as well. But a Pi5 is much powerful in comparison.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Not sure about other models of Pi4 but the Pi 4 B with 8GBs OCed to 2Ghz handles PSP really great except like 1 game I found and it is playable it just looks bad lol Motor Storm Arctic something or other.
  • Psionic Roshambo @ Psionic Roshambo:
    Other games I can have turned up to like 2X and all kinds of enhancements, Motorstorm hmmm nope 1X and no enhancements lol
  • Veho @ Veho:
    Waiting for Anbernic's rg[whatever]SP price announcement, gimme.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I will admit that one does seem more interesting than the usual Ambernic ones, and I already liked those.
  • Veho @ Veho:
    I dread the price point.
    +1
  • Veho @ Veho:
    This looks like one of their premium models, so... $150 :glare:
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    To me that seems reasonable.
  • Psionic Roshambo @ Psionic Roshambo:
    I mean since basically all the games are errmmm free lol
  • Veho @ Veho:
    I mean yeah sure but the specs are the same as a $50 model, it's just those pesky "quality of life" things driving up the price, like an actually working speaker, or buttons that don't melt, and stuff like that.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I think all in my Pi 4 was well north of 200 bucks 150ish for the Pi 4 the case the fancy cooler, then like 70 for the 500GB MicroSD then like 70 for the Xbox controller. But honestly it's a nice set up I really enjoy and to me was worth every penny. (even bought more controllers for 2 or 4 player games.) hmmm have never played any 2 player games yet :(
  • Veho @ Veho:
    Yeah that's what I hate about the RPi, it's supposedly $30 or something but it takes an additional $200 of accessories to actually turn it into a working something.
  • Psionic Roshambo @ Psionic Roshambo:
    yes that's the expensive part lol
  • Veho @ Veho:
    I mean sure it's flexible and stuff but so is uremum but it's fiddly.
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah a lot of it I consider a hobby, using Batocera I am constantly adjusting the collection adding and removing stuff, scraping the artwork. Haven't even started on some music for the theme... Also way down the road I am considering attempting to do a WiiFlow knock off lol
  • Veho @ Veho:
    I want everything served on a plate plz ktnx, "work" is too much work for me.
  • Veho @ Veho:
    Hmm, with that in mind, maybe a complete out-the-box solution with all the games collected, pacthed and optimized for me would be worth $150 :unsure:
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah it's all choice and that's a good thing :)
  • Bunjolio @ Bunjolio:
    animal crossing new leaf 11pm music
  • Bunjolio @ Bunjolio:
    avatars-kKKZnC8XiW7HEUw0-KdJMsw-t1080x1080.jpg
    wokey d pronouns
  • SylverReZ @ SylverReZ:
    What its like to do online shopping in 1998: https://www.youtube.com/watch?v=vwag5XE8oJo
    SylverReZ @ SylverReZ: What its like to do online shopping in 1998: https://www.youtube.com/watch?v=vwag5XE8oJo