Homebrew MAking new forwarder channels

  • Thread starter Thread starter Hielkenator
  • Start date Start date
  • Views Views 8,258
  • Replies Replies 36
Hielkenator said:
Oh cool!

I've dowloaded the portlibs allready.
Maybe i have them at the wrong location...
Could you point that out to me?
It's abit unclear to me because I did'nt have a folder named portlib in my devkit directory.

Also does'nt libogc come with the devkitpro installation?

Really all of you, thank you very much! I've learned a great deal!
Here you can download the latest libogc:
http://sourceforge.net/projects/devkitpro/...ar.bz2/download
Extract to C:\devkitPro\libogc.
And the latest portlibs (my own package, should work):
http://www.mediafire.com/?312e4o9c57m503s
Extract to C:\devkitPro\.
Then you will need libfat:
http://sourceforge.net/projects/devkitpro/...ar.bz2/download
Also extract to C:\devkitPro\libogc.
Then you will need to make and make install libnds, get the svn here:
http://wiimc.googlecode.com/svn/trunk/libs/libntfs
Extract to C:\libntfs
Install it using "C:\devkitPro\msysmsys.bat"
type "cd C:"
type "cd libntfs"
type "make"
type "make install"
THEN you can make the forwarder with programmers notepad (I think that's everything)
 
Okay thanks for the help.

I installed everything. No errors.

But when I try to compile, I get this now.

> "make"
fileop.c
main.c
pngu.c
c:/forwarder/source/pngu.c:13:17: warning: png.h: No such file or directory
c:/forwarder/source/pngu.c:51: error: expected specifier-qualifier-list before 'png_structp'
c:/forwarder/source/pngu.c: In function 'pngu_free_info':
c:/forwarder/source/pngu.c:66: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:68: warning: implicit declaration of function 'png_destroy_read_struct'
c:/forwarder/source/pngu.c:68: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:68: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:68: error: 'png_infopp' undeclared (first use in this function)
c:/forwarder/source/pngu.c:68: error: (Each undeclared identifier is reported only once
c:/forwarder/source/pngu.c:68: error: for each function it appears in.)
c:/forwarder/source/pngu.c: At top level:
c:/forwarder/source/pngu.c:75: error: expected ')' before 'png_ptr'
c:/forwarder/source/pngu.c:83: error: expected ')' before 'png_ptr'
c:/forwarder/source/pngu.c:91: error: expected ')' before 'png_ptr'
c:/forwarder/source/pngu.c: In function 'pngu_info':
c:/forwarder/source/pngu.c:98: error: 'png_byte' undeclared (first use in this function)
c:/forwarder/source/pngu.c:98: error: expected ';' before 'magic'
c:/forwarder/source/pngu.c:99: error: 'png_uint_32' undeclared (first use in this function)
c:/forwarder/source/pngu.c:99: error: expected ';' before 'width'
c:/forwarder/source/pngu.c:100: error: expected ';' before 'height'
c:/forwarder/source/pngu.c:101: error: 'png_color_16p' undeclared (first use in this function)
c:/forwarder/source/pngu.c:101: error: expected ';' before 'background'
c:/forwarder/source/pngu.c:102: error: 'png_bytep' undeclared (first use in this function)
c:/forwarder/source/pngu.c:102: error: expected ';' before 'trans'
c:/forwarder/source/pngu.c:103: error: expected ';' before 'trans_values'
c:/forwarder/source/pngu.c:108: warning: implicit declaration of function 'memcpy'
c:/forwarder/source/pngu.c:108: warning: incompatible implicit declaration of built-in function 'memcpy'
c:/forwarder/source/pngu.c:108: error: 'magic' undeclared (first use in this function)
c:/forwarder/source/pngu.c:113: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:117: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:119: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:127: warning: implicit declaration of function 'png_sig_cmp'
c:/forwarder/source/pngu.c:130: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:135: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:135: warning: implicit declaration of function 'png_create_read_struct'
c:/forwarder/source/pngu.c:135: error: 'PNG_LIBPNG_VER_STRING' undeclared (first use in this function)
c:/forwarder/source/pngu.c:136: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:139: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:143: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:143: warning: implicit declaration of function 'png_create_info_struct'
c:/forwarder/source/pngu.c:143: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:144: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:147: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:148: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:148: error: 'png_infopp' undeclared (first use in this function)
c:/forwarder/source/pngu.c:156: warning: implicit declaration of function 'png_set_read_fn'
c:/forwarder/source/pngu.c:156: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:156: error: 'pngu_read_data_from_buffer' undeclared (first use in this function)
c:/forwarder/source/pngu.c:161: warning: implicit declaration of function 'png_init_io'
c:/forwarder/source/pngu.c:161: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:161: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:162: warning: implicit declaration of function 'png_set_sig_bytes'
c:/forwarder/source/pngu.c:162: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:166: warning: implicit declaration of function 'png_read_info'
c:/forwarder/source/pngu.c:166: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:166: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:173: warning: implicit declaration of function 'png_get_IHDR'
c:/forwarder/source/pngu.c:173: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:173: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:173: error: 'width' undeclared (first use in this function)
c:/forwarder/source/pngu.c:173: error: 'height' undeclared (first use in this function)
c:/forwarder/source/pngu.c:182: error: 'PNG_COLOR_TYPE_GRAY' undeclared (first use in this function)
c:/forwarder/source/pngu.c:185: error: 'PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use in this function)
c:/forwarder/source/pngu.c:188: error: 'PNG_COLOR_TYPE_PALETTE' undeclared (first use in this function)
c:/forwarder/source/pngu.c:191: error: 'PNG_COLOR_TYPE_RGB' undeclared (first use in this function)
c:/forwarder/source/pngu.c:194: error: 'PNG_COLOR_TYPE_RGB_ALPHA' undeclared (first use in this function)
c:/forwarder/source/pngu.c:215: warning: implicit declaration of function 'png_get_bKGD'
c:/forwarder/source/pngu.c:215: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:215: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:215: error: 'background' undeclared (first use in this function)
c:/forwarder/source/pngu.c:226: warning: implicit declaration of function 'png_get_tRNS'
c:/forwarder/source/pngu.c:226: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:226: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:226: error: 'trans' undeclared (first use in this function)
c:/forwarder/source/pngu.c:226: error: 'trans_values' undeclared (first use in this function)
c:/forwarder/source/pngu.c:248: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:248: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:259: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:259: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c: In function 'pngu_decode':
c:/forwarder/source/pngu.c:298: error: 'png_uint_32' undeclared (first use in this function)
c:/forwarder/source/pngu.c:298: error: expected ';' before 'rowbytes'
c:/forwarder/source/pngu.c:299: error: expected ';' before 'i'
c:/forwarder/source/pngu.c:319: warning: implicit declaration of function 'png_set_strip_16'
c:/forwarder/source/pngu.c:319: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:323: warning: implicit declaration of function 'png_set_strip_alpha'
c:/forwarder/source/pngu.c:323: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:327: warning: implicit declaration of function 'png_set_packing'
c:/forwarder/source/pngu.c:327: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:331: warning: implicit declaration of function 'png_set_gray_to_rgb'
c:/forwarder/source/pngu.c:331: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:334: warning: implicit declaration of function 'png_read_update_info'
c:/forwarder/source/pngu.c:334: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:334: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:337: error: 'rowbytes' undeclared (first use in this function)
c:/forwarder/source/pngu.c:337: warning: implicit declaration of function 'png_get_rowbytes'
c:/forwarder/source/pngu.c:337: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:337: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:342: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:343: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:349: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:349: error: 'png_bytep' undeclared (first use in this function)
c:/forwarder/source/pngu.c:350: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:352: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:357: error: 'propImgHeight' undeclared (first use in this function)
c:/forwarder/source/pngu.c:358: error: 'i' undeclared (first use in this function)
c:/forwarder/source/pngu.c:359: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:359: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:362: warning: implicit declaration of function 'png_read_image'
c:/forwarder/source/pngu.c:362: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:362: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c: In function 'PNGU_DecodeTo4x4RGBA8':
c:/forwarder/source/pngu.c:381: error: 'png_byte' undeclared (first use in this function)
c:/forwarder/source/pngu.c:381: error: 'pixel' undeclared (first use in this function)
c:/forwarder/source/pngu.c:416: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:425: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:437: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:438: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c: In function 'PNGU_EncodeFromRGB':
c:/forwarder/source/pngu.c:521: error: 'png_uint_32' undeclared (first use in this function)
c:/forwarder/source/pngu.c:521: error: expected ';' before 'rowbytes'
c:/forwarder/source/pngu.c:534: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:542: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:542: warning: implicit declaration of function 'png_create_write_struct'
c:/forwarder/source/pngu.c:542: error: 'PNG_LIBPNG_VER_STRING' undeclared (first use in this function)
c:/forwarder/source/pngu.c:543: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:546: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:550: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:550: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:551: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:553: warning: implicit declaration of function 'png_destroy_write_struct'
c:/forwarder/source/pngu.c:553: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:553: error: 'png_infopp' undeclared (first use in this function)
c:/forwarder/source/pngu.c:555: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:563: warning: implicit declaration of function 'png_set_write_fn'
c:/forwarder/source/pngu.c:563: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:563: error: 'pngu_write_data_to_buffer' undeclared (first use in this function)
c:/forwarder/source/pngu.c:563: error: 'pngu_flush_data_to_buffer' undeclared (first use in this function)
c:/forwarder/source/pngu.c:568: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:568: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:572: warning: implicit declaration of function 'png_set_IHDR'
c:/forwarder/source/pngu.c:572: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:572: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:572: error: 'PNG_COLOR_TYPE_RGB' undeclared (first use in this function)
c:/forwarder/source/pngu.c:573: error: 'PNG_INTERLACE_NONE' undeclared (first use in this function)
c:/forwarder/source/pngu.c:573: error: 'PNG_COMPRESSION_TYPE_DEFAULT' undeclared (first use in this function)
c:/forwarder/source/pngu.c:573: error: 'PNG_FILTER_TYPE_DEFAULT' undeclared (first use in this function)
c:/forwarder/source/pngu.c:576: error: 'rowbytes' undeclared (first use in this function)
c:/forwarder/source/pngu.c:580: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:582: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:584: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:586: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:590: warning: implicit declaration of function 'memset'
c:/forwarder/source/pngu.c:590: warning: incompatible implicit declaration of built-in function 'memset'
c:/forwarder/source/pngu.c:590: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:591: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:591: error: 'png_bytep' undeclared (first use in this function)
c:/forwarder/source/pngu.c:593: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:595: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:597: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c:601: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:605: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:609: warning: implicit declaration of function 'png_set_rows'
c:/forwarder/source/pngu.c:609: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:609: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:609: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:612: warning: implicit declaration of function 'png_write_png'
c:/forwarder/source/pngu.c:612: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:612: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:612: error: 'PNG_TRANSFORM_IDENTITY' undeclared (first use in this function)
c:/forwarder/source/pngu.c:615: warning: implicit declaration of function 'png_write_end'
c:/forwarder/source/pngu.c:615: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:615: error: 'png_infop' undeclared (first use in this function)
c:/forwarder/source/pngu.c:618: error: 'struct _IMGCTX' has no member named 'img_data'
c:/forwarder/source/pngu.c:619: error: 'struct _IMGCTX' has no member named 'row_pointers'
c:/forwarder/source/pngu.c:620: error: 'struct _IMGCTX' has no member named 'png_ptr'
c:/forwarder/source/pngu.c:620: error: 'struct _IMGCTX' has no member named 'info_ptr'
c:/forwarder/source/pngu.c:622: error: 'struct _IMGCTX' has no member named 'fd'
c:/forwarder/source/pngu.c: In function 'PNGU_EncodeFromGXTexture':
c:/forwarder/source/pngu.c:639: warning: incompatible implicit declaration of built-in function 'memset'
c:/forwarder/source/pngu.c:640: error: 'png_uint_32' undeclared (first use in this function)
c:/forwarder/source/pngu.c:640: error: expected ';' before 'offset'
c:/forwarder/source/pngu.c:650: error: 'offset' undeclared (first use in this function)
make[1]: *** [pngu.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:01


Maybe it's something small.. Also do I have to do anything after I made an Install of libntfs?

Getting a headache ..Been busy trying all day...pisses me off why it does'nt work....

But again thank you very much!
 
I think this was my mistake... you must extract the portlibs to C:\devkitPro
You now have the portlibs folder in the portlibs folder, correct?
laugh.gif

You only need one portlibs folder.
 
YES YES YES YES YES YES OOOOOOOOOOHHHHHHHHHHHHHHHHHHH YEAHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

IT FINALLY WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AWESOME!!!!!!!

Thank you so much!!!
My head is throbbing....but that's fine....because...IT WORKS!

To all, and especially FIX94 Thanks!!

( busy compiling.......)

Here's the link to my channels!

http://www.mediafire.com/?3cnrf81pfehy7ou
 
FIX94 said:
Then you will need to make and make install libntfs, get the svn here:
http://wiimc.googlecode.com/svn/trunk/libs/libntfs
Extract to C:\libntfs
Install it using "C:\devkitPro\msys\msys.bat"
type "cd C:"
type "cd libntfs"
type "make"
type "make install"
THEN you can make the forwarder with programmers notepad (I think that's everything)
I need some help if somebody can. I've made all the steps FIX94 wrote, but, in the step I quoted above, msys.bat shows this:

make -C PLATFORM=cube BUILD=cube_release
make[1]: Entering directory `/c/libntfs/source´
Makefile:7: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC". Stop.
make[1]: Leaving directory `/c/libntfs/source´
make: *** [cube-release] Error 2

With "make" and "make install". Thanks in advantage.
 
BJx1994 said:
FIX94 said:
Then you will need to make and make install libntfs, get the svn here:
http://wiimc.googlecode.com/svn/trunk/libs/libntfs
Extract to C:\libntfs
Install it using "C:\devkitPro\msys\msys.bat"
type "cd C:"
type "cd libntfs"
type "make"
type "make install"
THEN you can make the forwarder with programmers notepad (I think that's everything)
I need some help if somebody can. I've made all the steps FIX94 wrote, but, in the step I quoted above, msys.bat shows this:

make -C PLATFORM=cube BUILD=cube_release
make[1]: Entering directory `/c/libntfs/source´
Makefile:7: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC". Stop.
make[1]: Leaving directory `/c/libntfs/source´
make: *** [cube-release] Error 2

With "make" and "make install". Thanks in advantage.
Run
"DEVKITPPC=/C/devkitPro/devkitPPC"
and
"DEVKITPRO=/C/devkitPro"
 
FIX94 said:
Run
"DEVKITPPC=/C/devkitPro/devkitPPC"
and
"DEVKITPRO=/C/devkitPro"

Where should I write that? In msys.bat at c:/libntfs? When I write any of those lines (at c:/libntfs), msys.bat don't do nothing.

Sorry if I'm being silly, I'm sure is my mistake and I missed something big. For installing devkitPro (in Windows), Should I make more than just use the devkitProUpdater-1.5.0.exe? Because I just used that updater and then, made your steps.

Thanks, and sorry for silliness again.
 
BJx1994 said:
FIX94 said:
Run
"DEVKITPPC=/C/devkitPro/devkitPPC"
and
"DEVKITPRO=/C/devkitPro"

Where should I write that? In msys.bat at c:/libntfs? When I write any of those lines (at c:/libntfs), msys.bat don't do nothing.

Sorry if I'm being silly, I'm sure is my mistake and I missed something big. For installing devkitPro (in Windows), Should I make more than just use the devkitProUpdater-1.5.0.exe? Because I just used that updater and then, made your steps.

Thanks, and sorry for silliness again.
No, run this in msys.bat, it's normal that nothing happens on the screen, that's an internal thing, you should be able to build libntfs after this.
 
So did anbody ever suss out how to make working channels for mame, wiiuae, frodo and Fuse? ...Or is it still a big no-go for those emu's??
 
XFlak said:
you would also need to use a different base wad that has already been modified for direct hardware access. Instead of building your own, just use one of the static base wads from here: http://gbatemp.net/t249210-static-base-wad

so... this is what u should do...
1) Build a new forwarder dol using WiiMC source code or some other apps source code (FYI, latest WiiMC Channel Installer has some issues, so u may want to wait for that to get sorted before modding its source code)
2) Download customize Mii and the static base wad I linked to above
3) Launch customize mii and load the static base wad, then replace the dol with the one from step 1). You can also make some changes to the GFX of the channel, then when you're ready, click "create wad"
4) Profit
biggrin.gif

Hielkenator,
Can you post the forwarder.dol you created for step 1?
Thanks!
 
Edit: The previous made forwarder channel of genisisplusgx does'nt work anymore with the new rev. 4.1 of genisisplusgx.

DOES ANYBODY KNOW WHY?
If posted it to eke eke a while ago but, no avail.
 
http://gbatemp.net/t267434-making-a-genesi...arder?&st=0

I found out that forwarders are incompatible with compressed dols
you need a recompiled forwarder that doesn't pass arguments to the dol (that emulator does not use args anyway) or use an uncompressed dol

EDIT: just looked at the download page and it seems like genplus_wii.dol is bigger than the boot.dol in apps/genplus, have you tried to rename it to boot.dol and use it with forwarder ? It seems eke eke has been informed about that problem and he added the uncompressed dol in official release !
 
Cool!
I did'nt know about the compressed dols!

I'll try and keep you informed.

Edit: IT WORKS!

THANK YOU VERY MUCH!

Learnt a great deal again today!
 
Isn't there any easy way of creating a forwarder channel with IOS58/AHBPROT activated? I'm not good at compiling stuff lol. The only thing i compiled for the Wii was SNEEK with the help of the given script.
 

Site & Scene News

Popular threads in this forum