View unanswered posts | View active topics It is currently 16 May 2012, 21:50



Welcome
Welcome to WADder

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. In addition, registered members also see less advertisements. Registration is fast, simple, and absolutely free, so please, join our community today!


Reply to topic  [ 29 posts ]  Go to page Previous  1, 2, 3
 MyMenuify 
Author Message

Joined: 23 Mar 2011, 21:14
Posts: 15
Has thanked: 0 time
Have thanks: 2 time
Post Re: MyMenuify
Ok man thanks for your research !

Can you send me the liboGC that works fine?

And how find the function that bug ? there is a probleme with the new libfat ?


29 Mar 2011, 20:44
Profile
Wii Theme Team
User avatar

Joined: 14 Mar 2010, 17:04
Posts: 194
Has thanked: 0 time
Have thanks: 29 time
Post Re: MyMenuify
it didnt work fully it compiled with no errors but still couldnt find the csm folder
anyway heres the libogc that didnt give any errors on compile
http://www.megaupload.com/?d=HM0O197N

_________________
Image


29 Mar 2011, 20:50
Profile
Site Admin
User avatar

Joined: 13 Mar 2010, 11:57
Posts: 448
Has thanked: 24 time
Have thanks: 43 time
Post Re: MyMenuify
Could it be caused by a change from fat:/ to sd:/ ?

_________________
This signature is loading. Please wait.
Image


29 Mar 2011, 21:50
Profile

Joined: 23 Mar 2011, 21:14
Posts: 15
Has thanked: 0 time
Have thanks: 2 time
Post Re: MyMenuify
@ Wilsoff:

so i must replace this:
Quote:
/* Generate dirpath */
sprintf(dirpath, "fat%d:/" FILE_DIRECTORY, device);


by this:
Quote:
/* Generate dirpath */
sprintf(dirpath, "sd%d:/" FILE_DIRECTORY, device);


or by this:
Quote:
/* Generate dirpath */
sprintf(dirpath, "sd:/" FILE_DIRECTORY,);


@Diddy: My libogc didn't give any errors on compile. bu can't find cSM folder's. So your uploaded package will not change this ?


30 Mar 2011, 09:51
Profile

Joined: 23 Mar 2011, 21:14
Posts: 15
Has thanked: 0 time
Have thanks: 2 time
Post Re: MyMenuify
OK i have resolved my problem with this code:
Quote:
/* Generate dirpath */
sprintf(dirpath, "/" FILE_DIRECTORY);

/* Open directory */
dir = diropen(dirpath);
if (!dir)
return -1;


But now, I have a file open error... LOL I continue to search for that ! :p


30 Mar 2011, 20:42
Profile

Joined: 02 Mar 2011, 06:50
Posts: 3
Has thanked: 0 time
Have thanks: 0 time
Post Re: MyMenuify
For anyone who is trying to figure out how to get this to work, I got it working, so here is what I did. (I originally had the same problem RiderFx3 had)
I was also using the libogc that diddy81 uploaded

First of all, open up "install.c" and "manager.c" and remove the following line from both of them (it is near the top):
Code:
#include "sysconf.h"


Now you can close "install.c", but keep "manager.c" open. In "manager.c" find:
Code:
   /* Generate filepath */
   sprintf(filepath, "fat%d:/" FILE_DIRECTORY "/%s", device, ptr);
   fflush(stdout);
and replace it with
Code:
   /* Generate filepath */
   sprintf(filepath, "/" FILE_DIRECTORY "/%s", ptr);
   fflush(stdout);

Now find
Code:
   /* Generate dirpath */
   sprintf(dirpath, "fat%d:/" FILE_DIRECTORY, device);
and replace it with
Code:
   /* Generate dirpath */
   sprintf(dirpath, "/" FILE_DIRECTORY);


Now compile it and run it on your wii.
Make sure all your csm files are in a folder called "csm" on the root of your card


28 May 2011, 07:33
Profile
Site Admin
User avatar

Joined: 13 Mar 2010, 11:57
Posts: 448
Has thanked: 24 time
Have thanks: 43 time
Post Re: MyMenuify
Cool! Could you upload as one zip please? Working libogc and modified source please?

_________________
This signature is loading. Please wait.
Image


28 May 2011, 22:16
Profile

Joined: 02 Mar 2011, 06:50
Posts: 3
Has thanked: 0 time
Have thanks: 0 time
Post Re: MyMenuify
Sure, sorry it took so long, I haven't checked back here for a while.

Anyway, here it is, modified source and working libogc: Download - Mediafire

Also, for anyone who is interested, I made a version that adds USB support, which can be found here
And also a version which installs a random theme (mainly for use with priiloader, so it runs at startup): MenuRandomizer


21 Jun 2011, 16:39
Profile
Site Admin
User avatar

Joined: 13 Mar 2010, 11:57
Posts: 448
Has thanked: 24 time
Have thanks: 43 time
Post Re: MyMenuify
Excellent, thanks!

_________________
This signature is loading. Please wait.
Image


22 Jun 2011, 02:44
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 29 posts ]  Go to page Previous  1, 2, 3

Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
suspicion-preferred