Hacking Loadiine GX2

  • Thread starter Cyan
  • Start date
  • Views 2,476,954
  • Replies 6,197
  • Likes 132

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
  • Like
Reactions: eco95 and kavid

azerty55

Member
Newcomer
Joined
Oct 12, 2015
Messages
9
Trophies
0
Age
45
XP
85
Country
France
who have made a compiling gx2 installer
in my cas i made loadiine_gx2.elf (no error for this)
but for installer i have this error

C:\devkitPro\gx2\installer>make
rm -rf /c/devkitPro/gx2/installer/bin
rm -rf sd_loader.h
mkdir -p /c/devkitPro/gx2/installer/bin/
make main FIRMWARE=532
make[1]: Entering directory `/c/devkitPro/gx2/installer'
xxd -i ../sd_loader/sd_loader.elf | sed "s/unsigned/static const unsigned/g;s/loader/loader/g;s/build_//g" > sd_loader.h
powerpc-eabi-gcc -std=gnu99 -Os -nostdinc -fno-builtin -DUSE_SD_LOADER -DVER=532 -c ./launcher.c
In file included from ./launcher.c:3:0:
./kexploit.h:5:37: fatal error: ../../libwiiu/src/types.h: No such file or directory
#include "../../libwiiu/src/types.h"
^
compilation terminated.
make[1]: *** [main] Error 1
make[1]: Leaving directory `/c/devkitPro/gx2/installer'
make: *** [main532] Error 2

thanks
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
who have made a compiling gx2 installer
in my cas i made loadiine_gx2.elf (no error for this)
but for installer i have this error

C:\devkitPro\gx2\installer>make
rm -rf /c/devkitPro/gx2/installer/bin
rm -rf sd_loader.h
mkdir -p /c/devkitPro/gx2/installer/bin/
make main FIRMWARE=532
make[1]: Entering directory `/c/devkitPro/gx2/installer'
xxd -i ../sd_loader/sd_loader.elf | sed "s/unsigned/static const unsigned/g;s/loader/loader/g;s/build_//g" > sd_loader.h
powerpc-eabi-gcc -std=gnu99 -Os -nostdinc -fno-builtin -DUSE_SD_LOADER -DVER=532 -c ./launcher.c
In file included from ./launcher.c:3:0:
./kexploit.h:5:37: fatal error: ../../libwiiu/src/types.h: No such file or directory
#include "../../libwiiu/src/types.h"
^
compilation terminated.
make[1]: *** [main] Error 1
make[1]: Leaving directory `/c/devkitPro/gx2/installer'
make: *** [main532] Error 2

thanks
It depends on where you put it relative to the libwiiu root, normally it should be root/loadiine_gx2 so installer->loadiine_gx2->root->libwiiu->src->types.h, .. makes it go back a directory
EDIT: Looks like you put it in the devkitPro directory, you need to download libwiiu
https://github.com/wiiudev/libwiiu
https://github.com/wiiudev/libwiiu/archive/master.zip
and then add portlibs and replace the libogc you have in devkitPro, add them both to the root folder eg /c/devkitPro/portlibs/ppc
Get them both from releases here https://github.com/dimok789/loadiine_gx2/releases/tag/v0.2
Put libwiiu in its own folder so you can get to it easily, like how you have C:\devkitPro, make C:\libwiiu with kernel, examples, elfexamples, etc inside it, and then put the gx2 source so you have something like C:\libwiiu\gx2\installer\kexploit.h
Then it should compile fine
 
Last edited by NWPlayer123,

shremi

Active Member
Newcomer
Joined
Mar 29, 2016
Messages
40
Trophies
0
Age
39
XP
169
Country
Mexico
Guys quick question ..... So i have played a couple of games with loadiine and liked them so went ahead and purchased them on the eshop ... Is there a way to transfer my saves from loadiine to the newly purchased titles ???? I just dont want to start everything from the beginning ...
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
Guys quick question ..... So i have played a couple of games with loadiine and liked them so went ahead and purchased them on the eshop ... Is there a way to transfer my saves from loadiine to the newly purchased titles ???? I just dont want to start everything from the beginning ...
Your saves are in /wiiu/saves under the game name, you'll need to use Saviine from the homebrew launcher and then you can inject them into the installed game
 

Waywatcher

Well-Known Member
Newcomer
Joined
Dec 6, 2015
Messages
73
Trophies
0
Age
43
XP
252
Country
Quick question to all experts out there, how do you get covers for Eshop games? For example the awesome Fast Racing Neo.
 

Onanghy

Well-Known Member
Member
Joined
Mar 21, 2010
Messages
108
Trophies
0
XP
208
Country
United States
just edit like this:
AppLanguage=spanish


thanks for your help... i did that but nothing happens... i need to create a new folder called language and put the spanish translation file inside... with the name spanish or spanish.lang.... is confuse...

Thanks for your time....
 

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
Last edited by Masterwin,

BoxNinPlay

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
270
Trophies
0
Age
44
XP
818
Country
United States
This Loadiine Gx2 V0.2 is very cool I love it, and I love more what is coming on v0.3, and I hope perhaps someday could be possible to use the USB port and Hard Disk :), anyway I feel very thanksfull for this Loadiine Gx2 rights now, thanks ¨dimok¨ and all of you who makes all this posible, you are the gratest...!!!!!!!!
 

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
This Loadiine Gx2 V0.2 is very cool I love it, and I love more what is coming on v0.3, and I hope perhaps someday could be possible to use the USB port and Hard Disk :), anyway I feel very thanksfull for this Loadiine Gx2 rights now, thanks ¨dimok¨ and all of you who makes all this posible, you are the gratest...!!!!!!!!
USB is not going to happen without a full IOSU kernel exploit, simply because IOS-MCP locks down all storage so only it can read it, so you somehow need to steal access
 

VinsCool

Persona Secretiva Felineus
Global Moderator
Joined
Jan 7, 2014
Messages
14,600
Trophies
4
Location
Another World
Website
www.gbatemp.net
XP
25,207
Country
Canada
USB is not going to happen without a full IOSU kernel exploit, simply because IOS-MCP locks down all storage so only it can read it, so you somehow need to steal access
Couldn't read only be enough to stream files and play a backup?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: I did use a bot for Diablo III though but no ban there lol