Homebrew Elf/Dol Forwarder for Custom Channels

  • Thread starter Thread starter SpaceJump
  • Start date Start date
  • Views Views 252,937
  • Replies Replies 570
  • Likes Likes 1
yakboy said:
Could someone make a dol fowarder for MPlayer CE? The path that is needed is /apps/mplayer_ce
there you go, mplayer ce with custom banner
biggrin.gif


wad and dol:
http://rapidshare.com/files/201052278/Forw...r_MPlayer_CE.7z
 
i debugged a little.

it hangs about 5sek on the read function
QUOTE said:
fread( myBuffer, 1, size, inputFile);
then the screen went garbled green and i have to shutdown. (size gets correct reported)

1) anyone can compile me a dol for "Snes9xGX"?!
2) any ideas why it wont work on my system? (3.1E)

(libogc 1.7.0 + libfat fix 20081210)
TIA, Myron
 
myron0815 said:
1) anyone can compile me a dol for "Snes9xGX"?!
2) any ideas why it wont work on my system? (3.1E)
1) look on the first page of this topic
2) the newest version is very buggy, sometimes it doesn't even start from hb-channel,
wait for the next release or use an older version and you'll be fine
yay.gif
 
thx, but i dont want to use a config file.
Compiling has to work
tongue.gif


buggy? Snes? or libogc?
never had any issues with snes so far (neither with releases, nor with self compiled ones)
Works everytime, but not with forwarder.... *grml*

maybe i should try to forward another app, to see if its app related or something different
biggrin.gif
 
Using elf_dol_forwarder_specifics_source with DevKitPro I get a dump:

Code:
> "make" 
dol.c
elf.c
main.c
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c: In function 'main':
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:119: warning: implicit declaration of function 'valid_elf_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:122: warning: implicit declaration of function 'load_elf_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:125: warning: implicit declaration of function 'load_dol_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:140: warning: implicit declaration of function '__exception_closeall'
linking ... elf_dol_forwarder_specifics_source.elf
output ... elf_dol_forwarder_specifics_source.dol

> Process Exit Code: 0
> Time Taken: 00:04
 
D-Jay said:
Using elf_dol_forwarder_specifics_source with DevKitPro I get a dump:

Code:
> "make" 
dol.c
elf.c
main.c
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c: In function 'main':
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:119: warning: implicit declaration of function 'valid_elf_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:122: warning: implicit declaration of function 'load_elf_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:125: warning: implicit declaration of function 'load_dol_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:140: warning: implicit declaration of function '__exception_closeall'
linking ... elf_dol_forwarder_specifics_source.elf
output ... elf_dol_forwarder_specifics_source.dol

> Process Exit Code: 0
> Time Taken: 00:04
me too, but it seems to work anyway...
 
D-Jay said:
Using elf_dol_forwarder_specifics_source with DevKitPro I get a dump:

Code:
> "make" 
dol.c
elf.c
main.c
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c: In function 'main':
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:119: warning: implicit declaration of function 'valid_elf_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:122: warning: implicit declaration of function 'load_elf_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:125: warning: implicit declaration of function 'load_dol_image'
c:/wiiprojects/elf_dol_forwarder_specifics_source/source/main.c:140: warning: implicit declaration of function '__exception_closeall'
linking ... elf_dol_forwarder_specifics_source.elf
output ... elf_dol_forwarder_specifics_source.dol

> Process Exit Code: 0
> Time Taken: 00:04
Those warnings can be ignored
smile.gif
 
hi, /me again
biggrin.gif


tried to compile an ftpii forwarder... -> blank screen
used spacejumps ftpii forwarder -> works

can anyone upload his complete devkitppc folder (~30mb compressed) or at least say, which version of what your are useing?
(tried it with devkit 1.4.9, 1.4.10, libogc 1.7.0/171/171a/provided always the same)
Feeling now a little dumb, not beeing able to compile such simple thing...
blink.gif
(compiling svn Snes9xGX worked)

ps: still trying to compile Snes9xGX specific forwarder
wink.gif




Edit:
Tried to use the precompiled Snes9xgx from the recently discovered wiki
tongue.gif

Whilst this works when launched via HBC, injected into wad it also results in a black screen!
 
jservs7 said:
loopguy said:
yakboy said:
Could someone make a dol fowarder for MPlayer CE? The path that is needed is /apps/mplayer_ce
there you go, mplayer ce with custom banner
biggrin.gif


wad and dol:
http://rapidshare.com/files/201052278/Forw...r_MPlayer_CE.7z
Anyway to compile this dol to support SDHC? The latest MPlayer CE dol works fine via the HBC, but the forwarder WAD I have does not work on my SDHC card.
spacejump or anyone else has to update the source to support sdhc...
 
Has anyone made a linking channel for WiiGator's BL or GameCube BL?

I just don't want to go through the trouble of making one (two) if someone has already made one (a Softchip one exists)
 
i tried to compile some forwarder channels with the newest libfat to have sdhc support, but only some emulators seem to work, mplayer ce and wadmanager got black screen.... i used the source on the first page.

@SpaceJump
whats wrong? could you please check this? (or anyone else
wink.gif
)
 
Is it possible, to add some kind of return to loader function (like HBC), where when a program tries to return to the loader, it returns to the forwarder which in turn restarts the system menu.

The point being, to stop programs from code dumping when returning to loader.

Just an idea for if you decide to continue work on the forwarder
smile.gif
I can live without it.
 
Can someone make a good looking channel for the USBloader forwarder?

Maybe use following graphic (Author unknown :/)
60cc61b1da8c27a665a9910fe851a937.png

And a resized version for the thumbnail.
That would be very nice
smile.gif


Edit: Edited out the "Version 1.0" tag out of the pic.
 
SpaceJump said:
I'm still in hospital so I don't really have time to think about it. But it's a good idea nevertheless.
i am sorry to hear that. i hope you get well soon!

i second the suggestion of adding sdhc support. that would be great.
 

Site & Scene News

Popular threads in this forum