Homebrew Homebrew stopped working after sd format

Monsterjj

Active Member
OP
Newcomer
Joined
May 26, 2016
Messages
38
Trophies
0
Age
24
XP
182
Country
United States
I was getting a -3 and a black screen when booting homebrew through Haxchi sometimes, but now its a consistent -4 and black screen.

Anyone know what to do?
 

pwsincd

Garage Flower
Developer
Joined
Dec 4, 2011
Messages
3,686
Trophies
2
Location
Manchester UK
XP
4,465
the -3 error was that it could not find your SD card.
-4 is cannot mount SD i believe.
& -5 is cant open file on SD card.

Essentially your SD card is struggling... reformat possible or a new card.

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");
 
Last edited by pwsincd,
  • Like
Reactions: Monsterjj

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    CameronCataclysm @ CameronCataclysm: Why no blog posts about Nitendont going after Garry's Mod repos that have been up for a decade or 2?