Hacking Forwarder with meta.xml support

FIX94

Former Staff
OP
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Hey guys, please re-download the libs, there are some new fixes included, it should work on more usb drives now
yaywii.gif
 

Fox888

Well-Known Member
Member
Joined
Mar 17, 2010
Messages
430
Trophies
0
XP
195
Country
once again.. Thank you for all your work on this, great job
yaywii.gif

(mods i think this deserve to be sticky)
 

madpatrick

New Member
Newbie
Joined
Jan 29, 2011
Messages
1
Trophies
0
XP
7
Country
Netherlands
ichirichi said:
Hm! in that case, I am doing something wrong!
It keeps returning to the Wii Channels screen whenever I try to run it.

1. I have the latest Configurable USB loader installed and working from SD & HBC.
2. I placed the v7 forwarder WAD file in the a folder called WAD on the SD card.
3. I ran WAD Manager v1.7.
4. Accepted disclaimer.
5. selected IOs 249
6. Selected "disable" when asked to choose NAND emulator device (I am not sure if this is right).
7. Selected SD as source for WAD
8. Located the WAD and installed it.
9. Restarted.


The location of the Configurable USB Loader is in apps\usbloader.

What am I doing wrong please?

i'm having the same problem.
Running 4.3 and 1.0.8 brewchannel.

Installing IOS58 failed, but i this is available with 4.3 normally.
 

FIX94

Former Staff
OP
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Hey everyone, the source code for v9 is now on the first site, libs are updated again and I've updated the splash screen version (untested).
 

FIX94

Former Staff
OP
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Alright, uploaded the sources from v10!
Changes:
-fixed dol loader issue (thanks oggzee)
-fixed video issue
-added dollz loader (thanks stfour)
-meta.xml parser can now pass comments (thanks oggzee)

Have fun and please report how it works
smile.gif
 

Fox888

Well-Known Member
Member
Joined
Mar 17, 2010
Messages
430
Trophies
0
XP
195
Country
cool cant wait to try this
yaywii.gif


Thank you
bow.gif



EDIT : just did some test with dollz and like all your other work, it works really great... Thank you very much
grog.gif


EDIT 2 : THIS IS A MUST HAVE really great work Fix94
hrth.gif
 

FIX94

Former Staff
OP
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
Fox888 said:
cool cant wait to try this
yaywii.gif


Thank you
bow.gif



EDIT : just did some test with dollz and like all your other work, it works really great... Thank you very much
grog.gif


EDIT 2 : THIS IS A MUST HAVE really great work Fix94
hrth.gif
Thanks, great to hear everything works fine
yaywii.gif
 

Jiiwah

Well-Known Member
Member
Joined
May 9, 2009
Messages
153
Trophies
0
XP
80
Country
France
I just tested with a dollz of WiiFlow, works fine. So I updated all WiiFlow forwarders with this v10.

Many thx for your work
grog.gif
 

Skyground95

Member
Newcomer
Joined
Jun 3, 2011
Messages
12
Trophies
0
XP
73
Country
Norway
Can anyone compile v10 (with splash) for me? I don't have Devkitppc or any of the Libs, or any knowledge on how to compile
frown.gif
(Btw, great work Fix94!)

EDIT: Nevermind, found out that the Official CFG Loader Forwarder thread had one
tongue.gif
 

airline38

Well-Known Member
Member
Joined
Mar 28, 2010
Messages
741
Trophies
1
XP
807
Country
Taiwan
I got this error below when I tried to compile the source code myself.(no splash version v10)

Code:
linking ... boot.elf
c:/devkitPro/libogc/lib/wii\libntfs.a(unistr.o): In function `ntfs_ucstombs':
unistr.c:(.text.ntfs_ucstombs+0x2a0): undefined reference to `__locale_mb_cur_max'
unistr.c:(.text.ntfs_ucstombs+0x2e0): undefined reference to `__locale_mb_cur_max'
collect2: ld returned 1 exit status

If I took out those "ntfsMount" lines from "devicemounter.c" and didn't link "libntfs" ,
everything was OK. (no problem to make elf/dol file and tested OK to load CFG program
from SD card or FAT32 drive)

I did copy/install libntfs files into "libogc" directory (same as libfat and libext2fs).

Does anyone know what did I miss ? (I use devkitppc r22 and libogc 1.8.6)

================================
I solved this problem myself by downloading the latest libntfs file from
http://code.google.com/p/libntfs-wii/downloads/list
 

FIX94

Former Staff
OP
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
airline38 said:
Code:
linking ... boot.elf
c:/devkitPro/libogc/lib/wii\libntfs.a(unistr.o): In function `ntfs_ucstombs':
unistr.c:(.text.ntfs_ucstombs+0x2a0): undefined reference to `__locale_mb_cur_max'
unistr.c:(.text.ntfs_ucstombs+0x2e0): undefined reference to `__locale_mb_cur_max'
collect2: ld returned 1 exit status
================================
I solved this problem myself by downloading the latest libntfs file from
http://code.google.com/p/libntfs-wii/downloads/list
My pre-compiled libntfs is compiled using devkitppc r24, maybe this is why it doesn't work correctly for you.
 

FIX94

Former Staff
OP
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
I hate double posting
laugh.gif

I released the source of v11 Beta 3 now! It's very stable so everyone can use it.

Changes:
-Completely removed video code from app booter (faster)
-Removed unneeded video code from dol loader (faster)
-Using official ext2/ext3/ext4 support now (faster)
-Sync with the latest wiixplorer forwarder (smaller and faster)
-Re-added timeout for usb hdds (way higher compatility but slower)

Because of all the changes I only made a no splash version, I'll update the splash version asap.

Please report if everything still works fine
smile.gif


edit: Added splash version
 

airline38

Well-Known Member
Member
Joined
Mar 28, 2010
Messages
741
Trophies
1
XP
807
Country
Taiwan
I found if I used libogc 1.8.6+devkitPPC r24(or r22) to compile the source code of v11,
the .dol file can't start CFG from my FAT32 partition (Hard Drive).

But if I used libogc 1.8.7 to compile v11 , it's no problem to start CFG from SD/FAT32/NTFS.

Anyway, I think v11 is much compatible with all kinds of different partition.

Good Job, FIX94.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    OctoAori20 @ OctoAori20: Nice nice-