Homebrew [Release] SaveMii WUT Port - Wii U/vWii savefile manager

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
tried to compile this, but I think I'm missing dependencies:

1647369920637.png
 

MikaDubbz

Well-Known Member
Member
Joined
Dec 12, 2017
Messages
3,857
Trophies
1
Age
36
XP
7,324
Country
United States
Very nice, Savemii has been a very helpful tool for me in the past, particularly for nailing down the title ID of particular games that I want to make changes to the icons and meta data to.
 

turbotronic

Well-Known Member
Member
Joined
Sep 13, 2009
Messages
114
Trophies
1
XP
922
Country
Germany
hey, first of all: thank you for keeping this handy tool up to date! :grog:

my problem is that backing up WiiU and vWii saves is broken for me since v1.3.1. it was working like a charm on 1.3.0.

i get this warning when trying to back up a save (taken or free slot):
"Backup failed. DO NOT restore from this slot". :unsure:

eu console 8gb model on 5.5.5 with tiramisu, starting app from miimaker
 
Last edited by turbotronic,

Xpl0itU

Well-Known Member
OP
Member
Joined
Jul 8, 2021
Messages
315
Trophies
0
Age
24
XP
1,432
Country
Spain
hey, first of all: thank you for keeping this handy tool up to date! :grog:

my problem is that backing up WiiU and vWii saves is broken for me since v1.3.1. it was working like a charm on 1.3.0.

i get this warning when trying to back up a save (taken or free slot):
"Backup failed. DO NOT restore from this slot". :unsure:
Try the build from here
https://github.com/Xpl0itU/savemii/actions/runs/1992996342
You need a GitHub account to download it
 
  • Like
Reactions: turbotronic

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
No, the one from wiiu-env
still get the same error:

sudo -E make install
mkdir -p /opt/devkitpro/wut/usr
bzip2 -cd libiosuhax-1.1.0.tar.bz2 | tar -xf - -C /opt/devkitpro/wut/usr
godreborn@GODREBORN-LAPTOP:~/libiosuhax$ cd ..
godreborn@GODREBORN-LAPTOP:~$ cd savemii
godreborn@GODREBORN-LAPTOP:~/savemii$ make
main.cpp
In file included from /home/godreborn/savemii/src/savemng.h:6,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/portlibs/ppc/include/iosuhax.h:37:37: error: expected identifier before numeric constant
37 | #define IOS_ERROR_NOEXISTS 0xFFFFFFFA
| ^~~~~~~~~~
/opt/devkitpro/wut/include/coreinit/ios.h:32:4: note: in expansion of macro 'IOS_ERROR_NOEXISTS'
32 | IOS_ERROR_NOEXISTS = -6,
| ^~~~~~~~~~~~~~~~~~
/opt/devkitpro/portlibs/ppc/include/iosuhax.h:37:37: error: expected '}' before numeric constant
37 | #define IOS_ERROR_NOEXISTS 0xFFFFFFFA
| ^~~~~~~~~~
/opt/devkitpro/wut/include/coreinit/ios.h:32:4: note: in expansion of macro 'IOS_ERROR_NOEXISTS'
32 | IOS_ERROR_NOEXISTS = -6,
| ^~~~~~~~~~~~~~~~~~
In file included from /home/godreborn/savemii/src/wiiu.h:14,
from /home/godreborn/savemii/src/draw.h:5,
from /home/godreborn/savemii/src/savemng.h:10,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/wut/include/coreinit/ios.h:25:1: note: to match this '{'
25 | {
| ^
In file included from /home/godreborn/savemii/src/savemng.h:6,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/portlibs/ppc/include/iosuhax.h:37:37: error: expected unqualified-id before numeric constant
37 | #define IOS_ERROR_NOEXISTS 0xFFFFFFFA
| ^~~~~~~~~~
/opt/devkitpro/wut/include/coreinit/ios.h:32:4: note: in expansion of macro 'IOS_ERROR_NOEXISTS'
32 | IOS_ERROR_NOEXISTS = -6,
| ^~~~~~~~~~~~~~~~~~
In file included from /home/godreborn/savemii/src/wiiu.h:14,
from /home/godreborn/savemii/src/draw.h:5,
from /home/godreborn/savemii/src/savemng.h:10,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/wut/include/coreinit/ios.h:69:3: warning: declaration does not declare anything [-fpermissive]
69 | } IOSError;
| ^~~~~~~~
In file included from /home/godreborn/savemii/src/main.cpp:6:
/home/godreborn/savemii/src/string.hpp:5:1: error: expected declaration before '}' token
5 | }
| ^
make[1]: *** [/home/godreborn/savemii/Makefile:147: main.o] Error 1
make: *** [Makefile:114: build] Error 2
 

Xpl0itU

Well-Known Member
OP
Member
Joined
Jul 8, 2021
Messages
315
Trophies
0
Age
24
XP
1,432
Country
Spain
still get the same error:

sudo -E make install
mkdir -p /opt/devkitpro/wut/usr
bzip2 -cd libiosuhax-1.1.0.tar.bz2 | tar -xf - -C /opt/devkitpro/wut/usr
godreborn@GODREBORN-LAPTOP:~/libiosuhax$ cd ..
godreborn@GODREBORN-LAPTOP:~$ cd savemii
godreborn@GODREBORN-LAPTOP:~/savemii$ make
main.cpp
In file included from /home/godreborn/savemii/src/savemng.h:6,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/portlibs/ppc/include/iosuhax.h:37:37: error: expected identifier before numeric constant
37 | #define IOS_ERROR_NOEXISTS 0xFFFFFFFA
| ^~~~~~~~~~
/opt/devkitpro/wut/include/coreinit/ios.h:32:4: note: in expansion of macro 'IOS_ERROR_NOEXISTS'
32 | IOS_ERROR_NOEXISTS = -6,
| ^~~~~~~~~~~~~~~~~~
/opt/devkitpro/portlibs/ppc/include/iosuhax.h:37:37: error: expected '}' before numeric constant
37 | #define IOS_ERROR_NOEXISTS 0xFFFFFFFA
| ^~~~~~~~~~
/opt/devkitpro/wut/include/coreinit/ios.h:32:4: note: in expansion of macro 'IOS_ERROR_NOEXISTS'
32 | IOS_ERROR_NOEXISTS = -6,
| ^~~~~~~~~~~~~~~~~~
In file included from /home/godreborn/savemii/src/wiiu.h:14,
from /home/godreborn/savemii/src/draw.h:5,
from /home/godreborn/savemii/src/savemng.h:10,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/wut/include/coreinit/ios.h:25:1: note: to match this '{'
25 | {
| ^
In file included from /home/godreborn/savemii/src/savemng.h:6,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/portlibs/ppc/include/iosuhax.h:37:37: error: expected unqualified-id before numeric constant
37 | #define IOS_ERROR_NOEXISTS 0xFFFFFFFA
| ^~~~~~~~~~
/opt/devkitpro/wut/include/coreinit/ios.h:32:4: note: in expansion of macro 'IOS_ERROR_NOEXISTS'
32 | IOS_ERROR_NOEXISTS = -6,
| ^~~~~~~~~~~~~~~~~~
In file included from /home/godreborn/savemii/src/wiiu.h:14,
from /home/godreborn/savemii/src/draw.h:5,
from /home/godreborn/savemii/src/savemng.h:10,
from /home/godreborn/savemii/src/string.hpp:4,
from /home/godreborn/savemii/src/main.cpp:6:
/opt/devkitpro/wut/include/coreinit/ios.h:69:3: warning: declaration does not declare anything [-fpermissive]
69 | } IOSError;
| ^~~~~~~~
In file included from /home/godreborn/savemii/src/main.cpp:6:
/home/godreborn/savemii/src/string.hpp:5:1: error: expected declaration before '}' token
5 | }
| ^
make[1]: *** [/home/godreborn/savemii/Makefile:147: main.o] Error 1
make: *** [Makefile:114: build] Error 2
You need to remove the older libiosuhax and install the wiiuenv one
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
this is what you're talking about, correct? https://github.com/wiiu-env

I uninstalled wut entirely, then installed wut and libiosuhax from the repositories under that github name. it didn't make a difference though. do I need to install wut with dkp-pacman?
 

Xpl0itU

Well-Known Member
OP
Member
Joined
Jul 8, 2021
Messages
315
Trophies
0
Age
24
XP
1,432
Country
Spain
this is what you're talking about, correct? https://github.com/wiiu-env

I uninstalled wut entirely, then installed wut and libiosuhax from the repositories under that github name. it didn't make a difference though. do I need to install wut with dkp-pacman?
Remove all the iosuhax files from /opt/devkitpro/portlibs/ppc/include/ and /opt/devkitpro/portlibs/ppc/lib then install wiiuenv libiosuhax
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    I kept thinking jaws was gonna come up and attack
  • K3Nv2 @ K3Nv2:
    Jaws is on a diet
  • K3Nv2 @ K3Nv2:
    Damn power went out
  • BigOnYa @ BigOnYa:
    Ok xdqwerty, your little bro prob tripped On the cord and unplugged you
  • K3Nv2 @ K3Nv2:
    Ya I'm afraid of the dark hug me
  • BigOnYa @ BigOnYa:
    Grab and hold close your AncientBoi doll.
  • K3Nv2 @ K3Nv2:
    Damn didn't charge my external battery either
  • BigOnYa @ BigOnYa:
    Take the batteries out of your SuperStabber3000... Or is it gas powered?
  • K3Nv2 @ K3Nv2:
    I stole batteries from your black mamba
    +1
  • K3Nv2 @ K3Nv2:
    My frozen food better hold up for an hour I know that
  • BigOnYa @ BigOnYa:
    Or else gonna be a big lunch and dinner tomorrow.
  • BigOnYa @ BigOnYa:
    Did you pay your power bill? Or give all yo money to my wife, again.
  • K3Nv2 @ K3Nv2:
    Oh good the estimated time is the same exact time they just said
    +1
  • BigOnYa @ BigOnYa:
    Load up your pc and monitor, and head to a McDonalds dining room, they have free WiFi
  • K3Nv2 @ K3Nv2:
    Sir please watch your porn in the bathroom
    +2
  • BigOnYa @ BigOnYa:
    No sir we can not sell you anymore apple pies, after what you did with the last one.
  • K3Nv2 @ K3Nv2:
    We ran out
  • HiradeGirl @ HiradeGirl:
    for your life
    +1
  • K3Nv2 @ K3Nv2:
    My life has no value my fat ass is staying right here
  • K3Nv2 @ K3Nv2:
    Nearly 4 hours without power :(
  • Veho @ Veho:
    SO POWERLESS
  • K3Nv2 @ K3Nv2:
    Tell Kanye I need power
    K3Nv2 @ K3Nv2: Tell Kanye I need power