Hacking Custom Nintendont System Menu Channels for Wii/vWii

mangosthename

New Member
Newbie
Joined
Nov 23, 2016
Messages
3
Trophies
0
Age
25
XP
53
Country
United States
change those old 2 lines to this (removing and adding //)
NIN_CFG_MEMCARDEMU
//NIN_CFG_NATIVE_SI
btw which autoboot source are you using?
At the time of making this post, I cannot edit the coding, but I can say that the autoboot I'm using is the v3.382. I feel like I should switch v4.413, but yeah I will attempt to fix the error when I can.

EDIT: I've attempted to fix the line of code, and it still says the error message, but instead of saying "Error! 1", it says "Error! 0" and shuts down again
 
Last edited by mangosthename,
  • Like
Reactions: julienbdes

Kirbeast

Active Member
Newcomer
Joined
Feb 17, 2016
Messages
31
Trophies
0
Age
25
XP
233
Country
United States
I keep on getting this type of error I don't know why. I tried it on many computer and still get the stupid error
Here is the full error I'm using latest version of devkitpro just did a clean install

DEP adp.d
DEP Stream.d
DEP ISO.d
DEP PatchWidescreen.d
DEP TRI.d
DEP PatchTimers.d
DEP Patch.d
DEP RealDI.d
DEP DI.d
DEP FST.d
DEP JVSIOMessage.d
DEP JVSIO.d
DEP GCAM.d
DEP alloc.d
DEP common.d
DEP start.d
AS start.o
CC common.o
CC alloc.o
CC GCAM.o
CC JVSIO.o
CC JVSIOMessage.o
CC FST.o
CC DI.o
CC RealDI.o
CC Patch.o
CC PatchTimers.o
CC TRI.o
CC PatchWidescreen.o
CC ISO.o
CC Stream.o
CC adp.o
CC EXI.o
CC SI.o
CC option/ccsbcs.o
CC ff.o
CC HID.o
CC diskio.o
CC Config.o
AS utils_asm.o
CC ES.o
CC NAND.o
CC main.o
AS syscalls.o
CC ReadSpeed.o
CC vsprintf.o
CC string.o
CC prs.o
CC SDI.o
CC usb.o
CC usbstorage.o
CC lwbt/bte.o
CC lwbt/btmemb.o
CC lwbt/btmemr.o
CC lwbt/btpbuf.o
CC lwbt/hci.o
CC lwbt/l2cap.o
CC lwbt/physbusif.o
CC BT.o
LD kernel.elf

Building Nintendont HID

PadReadGC.c
PADReadGC.c: In function '_start':
PADReadGC.c:190:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (HIDPad == HID_PAD_NOT_SET)
^~
PADReadGC.c:192:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
for (chan = HIDPad; (chan < HID_PAD_NONE); (HID_CTRL->MultiIn == 3) ? (++chan) : (chan = HID_PAD_NONE)) // Run once unless MultiIn == 3
^~~

Building Nintendont Loader

clean ...
PADReadGC.bin
background.png
font.ttf
kernel.bin
multidol_ldr.bin
stub.bin
FPad.c
In file included from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/FPad.h:24:0,
from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/source/FPad.c:22:
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/global.h:183:7: error: conflicting types for 'memalign'
void *memalign( u32 Align, u32 Size );
^~~~~~~~
In file included from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:446:0,
from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/global.h:29,
from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/FPad.h:24,
from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/source/FPad.c:22:
c:\devkitpro\devkitppc\powerpc-eabi\include\malloc.h:69:13: note: previous declaration of 'memalign' was here
extern _PTR memalign _PARAMS ((size_t, size_t));
^~~~~~~~
In file included from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/global.h:29:0,
from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/FPad.h:24,
from c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/source/FPad.c:22:
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:842:5: warning: 'GX_End' is static but used in inline function 'GRRLIB_GXEngine' which is not static
GX_End();
^~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:840:9: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_GXEngine' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:839:9: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_GXEngine' which is not static
GX_Position3f32(v.x, v.y, v.z);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:814:9: warning: 'GX_End' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_End();
^~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:813:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:812:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x, y, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:811:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:810:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x, y2, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:809:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:808:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x2, y2, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:807:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:806:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x2, y, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:805:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:804:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x, y, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:800:9: warning: 'GX_End' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_End();
^~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:799:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:798:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x, y2, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:797:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:796:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x2, y2, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:795:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:794:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x2, y, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:793:13: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:792:13: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Rectangle' which is not static
GX_Position3f32(x, y, 0.0f);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:771:5: warning: 'GX_End' is static but used in inline function 'GRRLIB_Line' which is not static
GX_End();
^~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:770:9: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Line' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:769:9: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Line' which is not static
GX_Position3f32(x2, y2, 0);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:768:9: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Line' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:767:9: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Line' which is not static
GX_Position3f32(x1, y1, 0);
^~~~~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:751:5: warning: 'GX_End' is static but used in inline function 'GRRLIB_Plot' which is not static
GX_End();
^~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:750:9: warning: 'GX_Color1u32' is static but used in inline function 'GRRLIB_Plot' which is not static
GX_Color1u32(color);
^~~~~~~~~~~~
c:/Users/kirbe_000/Downloads/nintendon-t-read-only-382-autoboot/nintendon-t-read-only-382b/nintendon-t-read-only/loader/include/grrlib.h:749:9: warning: 'GX_Position3f32' is static but used in inline function 'GRRLIB_Plot' which is not static
GX_Position3f32(x, y, 0);
^~~~~~~~~~~~~~~
make[1]: *** [FPad.o] Error 1
make: *** [build] Error 2

Press any key to continue . . .
 
  • Like
Reactions: julienbdes

fatherjack

Well-Known Member
Member
Joined
Jul 3, 2007
Messages
644
Trophies
1
Location
Still Here
XP
1,268
Country
United Kingdom
@AbdallahTerro
Can you confirm that these custom dols can still be compiled?
I too encountered errors when compiling with linked source (296?)and latest nintendont with devkitpro 1.5.4 and latest (1.6.0) on Windows 7
I am NOT particularly gifted at this type of thing but DID have it compiling some time back.
:(
 

AbdallahTerro

da KiNG
OP
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
@AbdallahTerro
Can you confirm that these custom dols can still be compiled?
I too encountered errors when compiling with linked source (296?)and latest nintendont with devkitpro 1.5.4 and latest (1.6.0) on Windows 7
I am NOT particularly gifted at this type of thing but DID have it compiling some time back.
:(
I have an old version of devkit here and no problems compiling.
It seems it's the new devkitARM or libogc which is causing these errors
You have to do trial and error using older versions, I'm not messing my setup to find out why :)
Is it safe to install on vWii?
yes Wii and vWii, you need to select the target needed when making the final channel wad though (in customiizemii)
 
  • Like
Reactions: WiisleyU

fatherjack

Well-Known Member
Member
Joined
Jul 3, 2007
Messages
644
Trophies
1
Location
Still Here
XP
1,268
Country
United Kingdom
Thanks for reply Abz
can you tell me what devkitARM and libogc you have installed so I can attempt to mirror your setup?
and also confirm which nintendont patched source files you are using for

many thanks :)
 

AbdallahTerro

da KiNG
OP
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
Thanks for reply Abz
can you tell me what devkitARM and libogc you have installed so I can attempt to mirror your setup?
and also confirm which nintendont patched source files you are using for

many thanks :)
I'm using these sources Nintendont.git-413-autoboot although previous ones worked fine too (I posted a link for that few posts back)
my devkitarm is v45 I believe and PPC is v27
my devkit installer is v1.6.0
hope this helps :P
 

fatherjack

Well-Known Member
Member
Joined
Jul 3, 2007
Messages
644
Trophies
1
Location
Still Here
XP
1,268
Country
United Kingdom
Hi Abz,
I am applying my settings to Nintendont.git>trunk>loader>source>main.c
I am getting an error as seen in the attached
do you know where I'm going wrong?
thanks for any help :)
 

Attachments

  • error.png
    error.png
    10.5 KB · Views: 289

julienbdes

Well-Known Member
Member
Joined
Sep 3, 2015
Messages
175
Trophies
0
Age
34
XP
326
Country
Canada
Would it be possible with somes donation to get the same Wad collection as your other system menu channel some forwarders for nintendont? Fews users have issues with compiling here. Also, depending on the source the 233 line is different. Thanks alot to help us! I did try to copy the modified Super Mario Sunshine into a Main.c but an errors at compiling. :(
 

AbdallahTerro

da KiNG
OP
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
Would it be possible with somes donation to get the same Wad collection as your other system menu channel some forwarders for nintendont? Fews users have issues with compiling here. Also, depending on the source the 233 line is different. Thanks alot to help us! I did try to copy the modified Super Mario Sunshine into a Main.c but an errors at compiling. :(
No time to do them, but I can help you fix your issue
post your error here and the modifications you made along with your setup (drive, game folder name...)
 
  • Like
Reactions: julienbdes

julienbdes

Well-Known Member
Member
Joined
Sep 3, 2015
Messages
175
Trophies
0
Age
34
XP
326
Country
Canada
Just started back from scratch on a new pc with the devkit, notpad++. I just copy the Mario sunshine exemple into the same text under main.c . Errors occured . Any idea?
 

Attachments

  • nintendont compiling error.JPG
    nintendont compiling error.JPG
    63.7 KB · Views: 291

fatherjack

Well-Known Member
Member
Joined
Jul 3, 2007
Messages
644
Trophies
1
Location
Still Here
XP
1,268
Country
United Kingdom
Hi @AbdallahTerro ,
did you manage to take a look at the 'memalign' compiling error?
I DO NOT understand any type of coding, but my English is good - it looks like a value in trunk/loader/include/global.h line 195 is conflicting with devkitppc/powerpc-eabi/include/malloc.h line 69 ???
....that was probably a load of horseshit :) - but thats what I read it as

I have looked at the two files and cannot see what requires changing?
Please see attached and compare with your working setup if you can
I am only looking at compiling the dols on windows 7 Pro (64 bit) with devkitpro 1.6.0 and Nintendont.git 4.1.3 sources provided.

thanks for any help
 

Attachments

  • notepad.png
    notepad.png
    15.5 KB · Views: 223
Last edited by fatherjack,
  • Like
Reactions: julienbdes

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
45
Location
Engine room, learning
XP
15,649
Country
France
maybe it's due to the updated devkitPPC?
try with devkitPPR_r27 instead of r28, as r28 is more picky on coding skills.
https://sourceforge.net/projects/devkitpro/files/devkitPPC/

Download and extract to your devkitpro folder. if you are on windows, use 7zip to extract the exe, don't run the auto-installer !
for example :
c:/devkitpro/devkitPPC/ <-- this is your r28
c:/devkitpro/devkitPPC_r27/ <--- see, add a "_r27" to not overwrite the latest version you already have.

now before compiling, in your command line window type this :
set DEVKITPPC=/c/devkitpro/devkitPPC_r27
make

it will temporarilly set the path to devkitPPC to a different revision :)
see if it helps.
 
Last edited by Cyan,
  • Like
Reactions: fatherjack

AbdallahTerro

da KiNG
OP
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
Hi @AbdallahTerro ,
did you manage to take a look at the 'memalign' compiling error?
I DO NOT understand any type of coding, but my English is good - it looks like a value in trunk/loader/include/global.h line 195 is conflicting with devkitppc/powerpc-eabi/include/malloc.h line 69 ???
....that was probably a load of horseshit :) - but thats what I read it as

I have looked at the two files and cannot see what requires changing?
Please see attached and compare with your working setup if you can
I am only looking at compiling the dols on windows 7 Pro (64 bit) with devkitpro 1.6.0 and Nintendont.git 4.1.3 sources provided.

thanks for any help
yeah those files are untouched and it looks like the devkitppc is new. mine is a year old and it seems to work well, so just grab the old file and install/replace
if you need my libogc let me know and I'll upload it for you
 

julienbdes

Well-Known Member
Member
Joined
Sep 3, 2015
Messages
175
Trophies
0
Age
34
XP
326
Country
Canada
yeah those files are untouched and it looks like the devkitppc is new. mine is a year old and it seems to work well, so just grab the old file and install/replace
if you need my libogc let me know and I'll upload it for you
Well i would like them and the number of your revision on the Devkit. Thanks alot to you guys to trying to figure out Old stuff! :)
 

fatherjack

Well-Known Member
Member
Joined
Jul 3, 2007
Messages
644
Trophies
1
Location
Still Here
XP
1,268
Country
United Kingdom
@Cyan - Thank you sooo much :) this rollback to r27 allowed me to compile without errors!
@AbdallahTerro - thanks for keeping with me :)

I tried to test the dol on my will launching via HBC 1.1.0 and added <ahb_access/> to meta.
It seems to launch nintendont into the background.png and then I get an exception DSI :(

Would either of you have any idea how I can get past this?
cheers
 

AbdallahTerro

da KiNG
OP
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
@Cyan - Thank you sooo much :) this rollback to r27 allowed me to compile without errors!
@AbdallahTerro - thanks for keeping with me :)

I tried to test the dol on my will launching via HBC 1.1.0 and added <ahb_access/> to meta.
It seems to launch nintendont into the background.png and then I get an exception DSI :(

Would either of you have any idea how I can get past this?
cheers
this dol is not meant to be launched via HBC
you need to inject it into a wad and launch it from HBC

--------------------- MERGED ---------------------------

Well i would like them and the number of your revision on the Devkit. Thanks alot to you guys to trying to figure out Old stuff! :)
@fatherjack can send you the links, he just got the right files
 

fatherjack

Well-Known Member
Member
Joined
Jul 3, 2007
Messages
644
Trophies
1
Location
Still Here
XP
1,268
Country
United Kingdom
Thanks Abz,
@julienbdes - I used the link provided above by FIX94 (post #194) and downloaded 'devkitPPC_r27-win32.exe' extract it to get a 'devkiPPC' folder, and then use this to replace the existing one inside your 'devkitPro' folder (wherever you have it)

@AbdallahTerro - just for my education, whats the difference between a dol that can be launched direct from HBC 'apps' and one that requires injecting into a wad? I just thoght I could test it this way first :(
 

AbdallahTerro

da KiNG
OP
Member
Joined
Jan 14, 2012
Messages
6,052
Trophies
0
Location
Ideas factory :)
Website
ccabz.wordpress.com
XP
3,123
Country
Thanks Abz,
@julienbdes - I used the link provided above by FIX94 (post #194) and downloaded 'devkitPPC_r27-win32.exe' extract it to get a 'devkiPPC' folder, and then use this to replace the existing one inside your 'devkitPro' folder (wherever you have it)

@AbdallahTerro - just for my education, whats the difference between a dol that can be launched direct from HBC 'apps' and one that requires injecting into a wad? I just thoght I could test it this way first :(
basically it's the same dol except that the one to be injected should have environmental variable such as "launch dir and path and what not removed"
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=ZJewzRHdH8c