Wii U Freezes on Startup

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,283
Trophies
0
Age
28
XP
1,398
Country
Germany
The error means Not Found, which is strange, since in your screenshot it is there.
What does that show?
Code:
w.cd('/vol/storage_mlc01/usr/save/00050010/10040200')
w.ls()
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
The error means Not Found, which is strange, since in your screenshot it is there.
What does that show?
Code:
w.cd('/vol/storage_mlc01/usr/save/00050010/10040200')
w.ls()
Code:
0xfffcffea
>>> w.cd('/vol/storage_mlc01/usr/save/0050010/10040200')
cd error : path does not exist (/vol/storage_mlc01/usr/save/0050010/10040200)
-1
>>>
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,283
Trophies
0
Age
28
XP
1,398
Country
Germany
And now
Code:
w.mv('/vol/storage_mlc01/usr/save/00050010/10040200/user/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/user/80000009')
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
And now
Code:
w.mv('/vol/storage_mlc01/usr/save/00050010/10040200/user/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/user/80000009')
Code:
>>> w.mv('/vol/storage_mlc01/usr/save/00050010/10040200/user/80000001', '/vol/storage_mlc01/usr/save/00050010/10040200/user/80000009')
WARNING: MOVING A FILE OR FOLDER CAN BRICK YOUR CONSOLE, ARE YOU SURE (Y/N)?
y
moved /vol/storage_mlc01/usr/save/00050010/10040200/user/80000001 to /vol/storage_mlc01/usr/save/00050010/10040200/user/80000009
>>>
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
that looks good, now try reproducing the problem

I did some commands in wupclient to look into the users directory.

Code:
C:\Users\Curtis\Downloads\WUPClient>py -i wupclient.py
0x0
>>> w.cd('/vol/storage_mlc01/usr/save/00050010/10040200/user')
0
>>> w.ls()
     80000001/
     80000002/
     80000003/
     80000004/
     80000009/
     common/
>>>
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,283
Trophies
0
Age
28
XP
1,398
Country
Germany
looks like the rename did sort of work, but the folder was recreated? Did you go to the wii u menu in between?
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
looks like the rename did sort of work, but the folder was recreated? Did you go to the wii u menu in between?
I went back to Wii U menu after running the commands to log into the main user to test if the issue was still there.
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,283
Trophies
0
Age
28
XP
1,398
Country
Germany
You could try the same with your users folder in usr/save/system/pdm/ or usr/save/system/boss/
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
You could try the same with your users folder in usr/save/system/pdm/ or usr/save/system/boss/
Below are the commands I entered for both of those directories. The were done while logged in as the new user with the System Settings open.

usr/save/system/boss/
Code:
>>> w.cd('/vol/storage_mlc01/usr/save/system/boss')
0
>>> w.ls()
     40000000/
     80000001/
     80000004/
     afd.db
     newsStorage.info
>>> w.mv('/vol/storage_mlc01/usr/save/system/boss/80000001', '/vol/storage_mlc01/usr/save/system/boss/80000009')
WARNING: MOVING A FILE OR FOLDER CAN BRICK YOUR CONSOLE, ARE YOU SURE (Y/N)?
y
moved /vol/storage_mlc01/usr/save/system/boss/80000001 to /vol/storage_mlc01/usr/save/system/boss/80000009
>>>
>>>
>>> w.ls()
     40000000/
     80000004/
     80000009/
     afd.db
     newsStorage.info
>>>

usr/save/system/pdm/ (I closed and reopened wupclient)
Code:
0xfffcffea
>>> w.ls()
     sys/
     usr/
>>> w.ls()
     sys/
     usr/
>>> w.cd('/vol/usr')
cd error : path does not exist (/vol/usr)
-1
>>>
>>>
>>> w.cd('/vol/storage_mlc01')
0
>>>
>>>
>>>
>>> w.ls()
     sys/
     usr/
>>> w.cd('/vol/storage_mlc01/usr/save')
0
>>> w.cd('/vol/storage_mlc01/usr/save/system/pdm')
0
>>> w.ls()
     80000001/
     80000004/
     version
>>> w.mv('/vol/storage_mlc01/usr/save/system/pdm/80000001','/vol/storage_mlc01/usr/save/system/pdm/80000009')
WARNING: MOVING A FILE OR FOLDER CAN BRICK YOUR CONSOLE, ARE YOU SURE (Y/N)?
y
moved /vol/storage_mlc01/usr/save/system/pdm/80000001 to /vol/storage_mlc01/usr/save/system/pdm/80000009
>>> w.ls()
     80000004/
     80000009/
     version
>>>

I currently have my Wii U still in the System Settings.
 

Curtis_L

Member
OP
Newcomer
Joined
Nov 1, 2023
Messages
18
Trophies
0
Age
26
XP
21
Country
United Kingdom
Then try that if any of that helped
It still happens.

I have used wupclient to check the two previously edited directories.

Code:
C:\Users\Curtis\Downloads\WUPClient>py -i wupclient.py
0x0
>>> w.cd('/vol/storage_mlc01/usr/save/system/pdm')
0
>>> w.ls()
     80000001/
     80000004/
     version
>>> w.cd('/vol/storage_mlc01/usr/save/system/boss')
0
>>> w.ls()
     40000000/
     80000001/
     80000004/
     afd.db
     newsStorage.info
>>>
 

SDIO

Well-Known Member
Member
Joined
Feb 13, 2023
Messages
2,283
Trophies
0
Age
28
XP
1,398
Country
Germany
At that point it is probably easier to just migrate your save games to the new user and deleting the old one
Post automatically merged:

Maybe try removing or sining in to the Nintendo ID first
 

hnixxxo

New Member
Newbie
Joined
May 6, 2024
Messages
1
Trophies
0
Age
21
XP
2
Country
France
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
>>>
hello its work ?
Post automatically merged:

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?
hello its work ?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    @BigOnYa, so one the salesman told him would get him bitches
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    In my experience women like a big shift stick with lots of power.
  • Psionic Roshambo @ Psionic Roshambo:
    Something that really burns rubbers
  • BigOnYa @ BigOnYa:
    Only thing a nice car will get you is a gold digger. What happened to falling in love, no matter if I'm on a bus, or driving a nice car. No offense tho, I do like nice cars.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Nothing like tearing ass up on a back road
  • Psionic Roshambo @ Psionic Roshambo:
    BigOnYa I think narcissism has all but killed love
    +2
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, I think I can agree on that.
    +1
  • K3Nv2 @ K3Nv2:
    People tend to think look at everything I have gains attention but ends up making them look worse for what it is
    +1
  • BigOnYa @ BigOnYa:
    It would be funny to pick up a girl in a real expensive car, then next date show up in a piece o shit car just to see her reaction. If she was real, it wouldn't matter.
  • Psionic Roshambo @ Psionic Roshambo:
    Everyone is disposable and replaceable, lies and deception are the coin of the realm. I have never felt so alone and so at odds with the world.
  • K3Nv2 @ K3Nv2:
    I don't think we should see others as disposable just if they can show any glimps of care about humanity should be forgiven
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, she would leave you inmediately
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    For a time I considered creating a new big bang. Wipe the slate clean and start from scratch....
  • K3Nv2 @ K3Nv2:
    Your closest friend probably talks negative about you the most
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I know I talk shit about that Ken guy constantly lol
    +1
  • K3Nv2 @ K3Nv2:
    Yeah I just had to consile it's a age thing and I can get erect
    +1
  • BigOnYa @ BigOnYa:
    Right.. Take a number
  • SylverReZ @ SylverReZ:
    @BigOnYa, Binkinator is still around you guys. I just saw him in one of the Discord servers that I'm in.
  • K3Nv2 @ K3Nv2:
    People get more mad when they learn you aren't as dimwitted as they think
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, that guy who was dissappeared?
  • Psionic Roshambo @ Psionic Roshambo:
    My favorite thing about that Ken, if they talk bad about others to you. They doing it to you too.
  • Psionic Roshambo @ Psionic Roshambo:
    Always remember that
  • K3Nv2 @ K3Nv2:
    More or less then they drop you and blame you when you find out
    K3Nv2 @ K3Nv2: More or less then they drop you and blame you when you find out