Changes

Jump to navigation Jump to search
393 bytes added ,  06:44, 23 March 2009
fopen not implemented?
Line 16: Line 16:  
: And the file in FTPii is called "RFL_DB.dat"? It's hard for me to help you without having the same problem occur. --[[User:Mjbauer95|Mjbauer95]] 22:03, 22 March 2009 (UTC)
 
: And the file in FTPii is called "RFL_DB.dat"? It's hard for me to help you without having the same problem occur. --[[User:Mjbauer95|Mjbauer95]] 22:03, 22 March 2009 (UTC)
 
:: I have the same issue.. isfs://shared2/menu/FaceLib/RFL_DB.dat does not exist :(  --[[User:Manny2008|Manny2008]] 23:34, 22 March 2009 (UTC)
 
:: I have the same issue.. isfs://shared2/menu/FaceLib/RFL_DB.dat does not exist :(  --[[User:Manny2008|Manny2008]] 23:34, 22 March 2009 (UTC)
 +
The problem is error 88 with fopen:
 +
<source lang="c">#define ENOSYS 88 /* Function not implemented */</source>
 +
I just included <errno.h> to mii.c and changed this code:
 +
<source lang="c">printf("%s does not exist: %i\n", path, errno);</source>
 +
Check the two last messages on this page http://forum.wiibrew.org/read.php?11,5692 for more info. --[[User:Crayon|Crayon]] 04:44, 23 March 2009 (UTC)
    
== Not working in C++ ==
 
== Not working in C++ ==
3,027

edits

Navigation menu