| 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! |
| Author |
Message |
|
RiderFx3
Joined: 23 Mar 2011, 21:14 Posts: 15
Has thanked: 0 time
Have thanks: 2 time
|
 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 |
|
 |
|
diddy81
Wii Theme Team
Joined: 14 Mar 2010, 17:04 Posts: 189
Has thanked: 0 time
Have thanks: 29 time
|
 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
_________________
|
| 29 Mar 2011, 20:50 |
|
 |
|
wilsoff
Site Admin
Joined: 13 Mar 2010, 11:57 Posts: 444
Has thanked: 24 time
Have thanks: 42 time
|
 Re: MyMenuify
Could it be caused by a change from fat:/ to sd:/ ?
_________________ This signature is loading. Please wait.
|
| 29 Mar 2011, 21:50 |
|
 |
|
RiderFx3
Joined: 23 Mar 2011, 21:14 Posts: 15
Has thanked: 0 time
Have thanks: 2 time
|
 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 |
|
 |
|
RiderFx3
Joined: 23 Mar 2011, 21:14 Posts: 15
Has thanked: 0 time
Have thanks: 2 time
|
 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 ! 
|
| 30 Mar 2011, 20:42 |
|
 |
|
person66
Joined: 02 Mar 2011, 06:50 Posts: 3
Has thanked: 0 time
Have thanks: 0 time
|
 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 uploadedFirst 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 |
|
 |
|
wilsoff
Site Admin
Joined: 13 Mar 2010, 11:57 Posts: 444
Has thanked: 24 time
Have thanks: 42 time
|
 Re: MyMenuify
Cool! Could you upload as one zip please? Working libogc and modified source please?
_________________ This signature is loading. Please wait.
|
| 28 May 2011, 22:16 |
|
 |
|
person66
Joined: 02 Mar 2011, 06:50 Posts: 3
Has thanked: 0 time
Have thanks: 0 time
|
 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 - MediafireAlso, for anyone who is interested, I made a version that adds USB support, which can be found hereAnd also a version which installs a random theme (mainly for use with priiloader, so it runs at startup): MenuRandomizer
|
| 21 Jun 2011, 16:39 |
|
 |
|
wilsoff
Site Admin
Joined: 13 Mar 2010, 11:57 Posts: 444
Has thanked: 24 time
Have thanks: 42 time
|
 Re: MyMenuify
Excellent, thanks!
_________________ This signature is loading. Please wait.
|
| 22 Jun 2011, 02:44 |
|
 |
|
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
|
|