Wii U Freezes on Startup

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
Whenever I load up my Wii U it will pause as soon as I get to the menu with all the tiles. This can be seen in the video Below.


Steps to reproduce:
  1. Power on Wii U
  2. Wait for sign in to Nintendo Network
  3. On the gamepad, cancel out of the password entry
  4. Menu freeze
Sometimes it won't freeze on start-up, but more often than not it will. What are possible causes are there for this issue?
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,264
Trophies
0
Age
28
XP
1,384
Country
Germany
If you can still got to the browserr you can use that to launch tiramisu, which gives you the homebrew launcher. Get the Wii U Crash Log Dumper, launch it from the homebrew channel and dump the logs.

Then we can look at the logs what's going on
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
If you can still got to the browserr you can use that to launch tiramisu, which gives you the homebrew launcher. Get the Wii U Crash Log Dumper, launch it from the homebrew channel and dump the logs.

Then we can look at the logs what's going on
I already have Homebrew installed on the Wii U. What is the Wii U Crash Log Dumper called as I am unable to find it online?
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
If you already have homebrew test if this also happens without the SD card in
The issue happens regardless of if I have the SD card in or not.

I had to take some time to install tiramisu as I previously used haxchi. I am able to access the homebrew channel with no issues by holding + and entering using the Boot Selector.

After installing, I turned my Wii U on as normal and left it for a minute after it crashes. I then powered my Wii U off and rebooted into the homebrew channel. Then I used the Wii U Crash Log Dumper to dump the logs. The zipped logs can be found attached to this post.
 

Attachments

  • 2023-11-02_22-16-23.zip
    759 KB · Views: 18

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
Then try creating a new user and see if that has the problem too
I have created another 2nd user on my Wii U and did some testing. This user is not linked to Nintendo Network ID

Whenever my new user is set as the default user, it never crashes on startup. Whenever I pick my main user from the user select, it also never crashes.

The only two scenarios in which a crash happens is.
  1. The Wii U starts up with the my main user as the default just like in the video of my first post.
  2. When logged in as the main user (either as the default user or selecting from the list of users) and returning to the main menu from another app such as a game.
Both of these happen regardless of if the SD card is inserted or not.
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,264
Trophies
0
Age
28
XP
1,384
Country
Germany
that is strange maybe deleting / renaming the save data for the main user for the Wii U would help. But be sure to keep the second user as a backup in case that goes wrong

Log in as the second user and launch FTPiiU Everywhere. Connect to that that from the PC.
Then browse to /storage_mlc/usr/save/00050010/10040200/ There you should see multiple folders starting with 8000000X and counting the last diget up. Each corresponds to a user in the order the users where created. Rename the folder for the main user to a number that isn't used.

Then try to reproduce the problem again.
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
that is strange maybe deleting / renaming the save data for the main user for the Wii U would help. But be sure to keep the second user as a backup in case that goes wrong

Log in as the second user and launch FTPiiU Everywhere. Connect to that that from the PC.
Then browse to /storage_mlc/usr/save/00050010/10040200/ There you should see multiple folders starting with 8000000X and counting the last diget up. Each corresponds to a user in the order the users where created. Rename the folder for the main user to a number that isn't used.

Then try to reproduce the problem again.

Whenever I rename 80000001 to 80000006, it will instantly set it back to 80000001.

Below is a screenshot of FileZilla when I attempt to do so. There does seem to be 2 other users, but they could be from when I was attempting to make a user with the SD card as it would boot into the homebrew when trying to access the mii channel which caused the extra users to not save.

FileZilla.png


On the Wii U Gamepad, when I rename the folder, it shows
Got command: RNFR 80000001
Wrote reply: 350 Ready for RNTO.
Got command: RNTO 80000006
Wrote reply: 550 Success



Should I attempt to delete the 80000001 folder instead of renaming it and if so how much risk is there to doing so?
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,264
Trophies
0
Age
28
XP
1,384
Country
Germany
I don't think the risk is high, but I doubt that it works. Did you make sure you are logged in as a different user than the one you try to move?

Maybe you could try using the wupclient instead.
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
I don't think the risk is high, but I doubt that it works. Did you make sure you are logged in as a different user than the one you try to move?

Maybe you could try using the wupclient instead.

I was logged in as the new user while attempting to rename the folder.

I haven't heard of wupclient before. Looking on Google, I found a github for a file called wupclient.py. Are there any other apps for either my PC or Wii U that I need in order to use and if so where can I find them?
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,264
Trophies
0
Age
28
XP
1,384
Country
Germany
You also need Python installed.
You can use the wupclient from here: wupclient
You need to change the ip address inside the file to the ip of your wii u.
You then start the wupclient with
Code:
python -i wupclient.py
You can then move the folder with
Code:
w.mv('/vol/storage_mlc01/usr/save/00050010/10040200/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/80000009')
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
You also need Python installed.
You can use the wupclient from here: wupclient
You need to change the ip address inside the file to the ip of your wii u.
You then start the wupclient with
Code:
python -i wupclient.py
You can then move the folder with
Code:
w.mv('/vol/storage_mlc01/usr/save/00050010/10040200/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/80000009')
Below is the result of me using wupclient while FTPiiU_Everywhere is open on my Wii U.

Code:
>>>
>>>
>>> w.mv('/vol/storage_mlc01/usr/save/0050010/10040200/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/80000009')
WARNING: MOVING A FILE OR FOLDER CAN BRICK YOUR CONSOLE, ARE YOU SURE (Y/N)?
y
moving /vol/storage_mlc01/usr/save/0050010/10040200/80000001 to /vol/storage_mlc01/usr/save/00050010/10040200/80000009 failed : 0xfffcffe9
>>>
>>>
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,264
Trophies
0
Age
28
XP
1,384
Country
Germany
Are you in tiramisu or aroma? When in aroma make sure you have something different running than the Wii U menu. Maybe go to the settings or so.
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
Are you in tiramisu or aroma? When in aroma make sure you have something different running than the Wii U menu. Maybe go to the settings or so.
I am in tiramisu. I did the wupclient commands again, but in the settings just in case it made a difference.

Code:
C:\Users\Curtis\Downloads\WUPClient>py -i wupclient.py
0xfffcffea
>>> w.mv('/vol/storage_mlc01/usr/save/00050010/10040200/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/80000009')
WARNING: MOVING A FILE OR FOLDER CAN BRICK YOUR CONSOLE, ARE YOU SURE (Y/N)?
y
moving /vol/storage_mlc01/usr/save/00050010/10040200/80000001 to /vol/storage_mlc01/usr/save/00050010/10040200/80000009 failed : 0xfffcffe9
>>>
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: unless nintendo is going to start selling consoles at a loss that thing won't be cheap based on...