Homebrew Elf/Dol Forwarder for Custom Channels

loopguy

Well-Known Member
Member
Joined
Mar 19, 2007
Messages
234
Trophies
1
XP
924
Country
Germany
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
 

myron0815

Active Member
Newcomer
Joined
Feb 14, 2009
Messages
40
Trophies
0
XP
79
Country
United States
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
 

loopguy

Well-Known Member
Member
Joined
Mar 19, 2007
Messages
234
Trophies
1
XP
924
Country
Germany
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
 

myron0815

Active Member
Newcomer
Joined
Feb 14, 2009
Messages
40
Trophies
0
XP
79
Country
United States
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
 

D-Jay

High rulez
Member
Joined
Jan 23, 2009
Messages
555
Trophies
0
Age
44
Location
Home
XP
550
Country
Germany
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
 

loopguy

Well-Known Member
Member
Joined
Mar 19, 2007
Messages
234
Trophies
1
XP
924
Country
Germany
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...
 

SpaceJump

Well-Known Member
OP
Member
Joined
Aug 18, 2005
Messages
3,866
Trophies
1
Location
Zebes
XP
3,303
Country
Germany
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
 

myron0815

Active Member
Newcomer
Joined
Feb 14, 2009
Messages
40
Trophies
0
XP
79
Country
United States
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

Witcher of Whores
Member
Joined
May 14, 2008
Messages
892
Trophies
0
XP
222
Country
United States

loopguy

Well-Known Member
Member
Joined
Mar 19, 2007
Messages
234
Trophies
1
XP
924
Country
Germany
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...
 

-Unknown-

Well-Known Member
Newcomer
Joined
Oct 11, 2008
Messages
58
Trophies
1
XP
260
Country
Canada
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)
 

loopguy

Well-Known Member
Member
Joined
Mar 19, 2007
Messages
234
Trophies
1
XP
924
Country
Germany
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
)
 

OSW

Wii King
Former Staff
Joined
Oct 30, 2006
Messages
4,787
Trophies
0
XP
482
Country
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.
 

Maurice10

Well-Known Member
Member
Joined
Feb 1, 2008
Messages
126
Trophies
0
XP
89
Country
United States
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.
 

Screemer

Well-Known Member
Member
Joined
Sep 21, 2008
Messages
1,248
Trophies
0
Website
Visit site
XP
143
Country
Gambia, The
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

General chit-chat
Help Users
    AncientBoi @ AncientBoi: Si :D