Homebrew Haxchi black screen -3 error

  • Thread starter Thread starter toonliger
  • Start date Start date
  • Views Views 9,061
  • Replies Replies 4

toonliger

Member
Newcomer
Joined
Dec 13, 2016
Messages
9
Reaction score
0
Trophies
0
Age
34
XP
117
Country
Hello team,

I started using my WiiU after a year and a half of not using it. I was installing some GC games using teconmoon inyector. I did something and everytime I use Haxchi while pressing a button (normally to access WUPInstaller or HBMenu) it gives me an error with a black screen and a message -3. Also I tried accessing the Homebrew through the webexploit with no success.

Can someone help me figure out what is happening in my case? Thanks!
 
Go in Haxchi folder on root of sd card and open config.txt, it should have those shortcuts that you're trying to do. Then check in wiiu/apps and make sure that app is still there. Could also be corruption on your sd card if everything is in the appropriate place.
 
  • Like
Reactions: jeannotte
haxchi code

int status = private_data->FSGetMountSource(pClient, pCmd, 0, tempPath, -1);
if (status != 0) {
private_data->OSFatal("-3");
}
status = private_data->FSMount(pClient, pCmd, tempPath, mountPath, FS_MAX_MOUNTPATH_SIZE, -1);
if(status != 0) {
private_data->OSFatal("-4");
}

status = private_data->FSOpenFile(pClient, pCmd, filepath, "r", &iFd, -1);
if(status != 0) {
private_data->OSFatal("-5");
}

-3 would suggest SD card problem
 
  • Like
Reactions: jeannotte

Site & Scene News

Popular threads in this forum