Known bugs:
- There's something weird going on with directories and as a result of that BennuGD won't automatically set the working directory to the path where your DCB resides. This means that you won't be able to launch your games from the Homebrew Channel just yet.
I've only tested the binaries to work when launched through wiiload.
You'll also still need to change the working directory from your BennuGD code to the correct path, with something like:
chdir("/APPS/MyAPP/");
<<Get it from here>>
If you know how to compile and run your code through wiiload I'd like to ask you to download it and tell me if it's working fine for you.
Cautions from previous releases still apply:
- Convert your music to 48kHz
- Don't use FNT files compressed with gz
- All that stuff
Thanks a lot.
2 comments:
I am having the same problem with current directory and wiiload (not bennugd though). http://devkitpro.org/viewtopic.php?uid=4521&f=3&t=2893&start=10
I was having some trouble with wiiload 0.5.1 and the latest HBC (argc=1 always and argv[0] was the latest given argument...). I'm now using wiiload 0.5.0 but my problems might be related to those you report, yes...
There was, however, a bug in my code. I was trying to use the FS before calling fatInitDefault(). I cannot test the fixes right now but I'll test it ASAP and comment on the results.
Post a Comment