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,849
Trophies
1
Age
36
XP
7,305
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
    Xdqwerty @ Xdqwerty: yawn