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
  • light27 @ light27:
    call sps
  • Psionic Roshambo @ Psionic Roshambo:
    Hey mine helps me in the shower lol
  • Xdqwerty @ Xdqwerty:
    We went to a place in a mall where they let you play with some consoles for like an hour
  • Xdqwerty @ Xdqwerty:
    I choose the nintendo switch and I played smash ultimate and Mario wonder
  • Xdqwerty @ Xdqwerty:
    It was fun
    +1
  • Xdqwerty @ Xdqwerty:
    Also i'm back at my house
  • Psionic Roshambo @ Psionic Roshambo:
    Smash bros sounds like gay incest lol
    +1
  • BigOnYa @ BigOnYa:
    And Mario Wonder sounds like a Mario with old timers disease walking the streets lost.
    +1
  • K3Nv2 @ K3Nv2:
    Shove a gerbil through a tube
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Warp pipe Ken lol
    +1
  • K3Nv2 @ K3Nv2:
    Ring actually helped and I didn't have to cuss out the guy in arabic
  • BigOnYa @ BigOnYa:
    They help you delete some incriminating videos?
  • K3Nv2 @ K3Nv2:
    No you asked for proof that your wife was finally leaving
    +1
  • BigOnYa @ BigOnYa:
    Nuh I had her chipped, I always know where she is.
  • K3Nv2 @ K3Nv2:
    I found where it was
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    If I could halucinAte this is what I imagine it would look like?
  • K3Nv2 @ K3Nv2:
    Featuring Taylor swift
  • BakerMan @ BakerMan:
    guys, pubg should've never blown up
  • BigOnYa @ BigOnYa:
    Wut do you mean? Pubg is alright, I play it with a few buddies online.
  • BakerMan @ BakerMan:
    the game itself is ok, but it's influence is the problem
  • K3Nv2 @ K3Nv2:
    Call of duty is a good Fortnite skin
  • BakerMan @ BakerMan:
    call of duty and fortnite, ex-fucking-actly
  • BakerMan @ BakerMan:
    without pubg popping off, fortnite wouldn't add battle royale, and call of duty wouldn't go even shittier than it did before because of blackout, warzone and dmz
    BakerMan @ BakerMan: without pubg popping off, fortnite wouldn't add battle royale, and call of duty wouldn't go even...