Homebrew Official WupInstaller y Mod - with multiple install folders

SexiestManAlive

The key that lights the dark
Member
Joined
Apr 18, 2016
Messages
617
Trophies
0
Age
22
XP
2,457
Country
United States
Okay i got it installed, now it's saying "this software cannot be used the Nintendo network Id used to purchase the software has been deleted"

--------------------- MERGED ---------------------------

Nvm got it XD had to re enable the sig patch
 

xdarkmario

Philosopher
Member
Joined
Dec 30, 2010
Messages
1,635
Trophies
1
Location
Mushroom Kingdom
XP
2,566
Country
United States
i see that a couple of days a update came to the homebrew launcher github page, and the download format came as it is intended to be installed to the home menu naively. it has .app/.h3 and ticket files. does that mean we can just natively install the homebrew channel now or is it more complicated then that?

source: https://github.com/dimok789/homebrew_launcher/releases
 

d4mation

Well-Known Member
Member
Joined
Aug 3, 2013
Messages
189
Trophies
0
XP
1,701
Country
United States
I replied in the tik2sd thread, but I'll mention it here as well: Make sure that only the legit ticket for that title exists under rights/ticket/apps, remove title.tik from the install directory, and install the title using a wupinstaller that doesn't specifically look for there to be a ticket in the install directory. (wupclient.py worked for me)

I just gave this a shot and it looks like I'm getting some errors when I attempt to install via wupclient.py:


-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Installation Failure detected

- Error value: -265150

- Package:

</vol/mcp_rawpkg/install/00050000101c8700>

- Title: 00050000-101c8700 (0x0000)

- AppType: 80000000

- Platform: Cafe

- Target dev: mlc01

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Installation failure log will be stored with error code '162-0000'

I did remove title.tik from my installation directory, but I had forgotten to at first and attempted to install it via wupclient.py with title.tik still there. However, it also silently failed on me when I did it that way so I'm not sure if that was the cause or not.

Maybe my installation command was incorrect?

install_title( 'install/00050000101c8700' )

^ That's the path on the SD Card. Looking at the source for wupclient.py that seems correct.
 
Last edited by d4mation,

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
I just gave this a shot and it looks like I'm getting some errors when I attempt to install via wupclient.py:
I did remove title.tik from my installation directory, but I had forgotten to at first and attempted to install it via wupclient.py with title.tik still there. However, it also silently failed on me when I did it that way so I'm not sure if that was the cause or not.

Maybe my installation command was incorrect?
install_title( 'install/00050000101c8700' )
The installation knows that it's Kirby, so your path is correct.

Having the title.tik in the installation directory is what caused you trouble. When you provide the second ticket, it looks like it re-decrypts the key, and that's what gets put into the rights directory.

If you look at your 00000019.tik, you should see that the key at offset 1BF no longer matches the one that you can see on that ticket/key site.

Assuming you've grabbed ticket backups using tik2sd, confirm that it has the right key, copy that 00000019.tik to your rights directory, use settings to remove the unnecessary data (if you get the pop-up), and try the install again. Don't skip cleaning up the data, or the install will seem to work, but it won't show up on the menu.

If you don't have a backup, just delete the 00000019.tik file, run nnupatcher, go into eshop, and exit.
 

d4mation

Well-Known Member
Member
Joined
Aug 3, 2013
Messages
189
Trophies
0
XP
1,701
Country
United States
use settings to remove the unnecessary data (if you get the pop-up), and try the install again. Don't skip cleaning up the data, or the install will seem to work, but it won't show up on the menu.

Is it normal for this to take a long time? I've been waiting somewhere around 2 or 3 hours for it to complete.

Edit: by "this" I mean removing the unnecessary data.

Edit 2: I ended up doing a hard-shutdown to get out of that menu and installed Kirby Mass Attack again via wupclient.py after fixing my Ticket and it worked! Thanks, @nexusmtz!

I don't know why it was seemingly unwilling to finish cleaning up the unnecessary files, but it seems to be working for me without CFW/Sigpatches enabled.
 
Last edited by d4mation,

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
Is it normal for this to take a long time? I've been waiting somewhere around 2 or 3 hours for it to complete.

I don't know why it was seemingly unwilling to finish cleaning up the unnecessary files, but it seems to be working for me without CFW/Sigpatches enabled.
This is a known thing. Just forcibly restart and install something else to the location (NAND or USB) that has the unnecessary data.

If you want, you could use a demo or free app from eshop, but if the unnecessary data is on NAND, you'd have to restart without your USB drive so the app installs to NAND.

After the install finishes, go back in and let it delete the unnecessary data. It'll do so quickly.

I keep Watchup's install files handy for this purpose. After the data is cleaned up, I delete the app. (I don't know whether the WiiU cares if the app already exists, as far as this clean-up trick goes.)

It's cool that you didn't need the clean-up to be successful before you could reinstall. I don't know why my experience was different.
 

CatmanFan

Anxious and regretful
Member
Joined
Aug 14, 2016
Messages
1,962
Trophies
0
Website
www.youtube.com
XP
2,546
Country
Morocco
So I've been trying out my new RedNAND-ready VC injects that I made out of official VC games, and they install fine using System Config Tool, but they give an error if I try to install them through WUP Installer Y Mod. So basically they're RedNAND-ready but not sigpatched SysNAND-ready yet.

Nevertheless, is there a solution to this?
 

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
So I've been trying out my new RedNAND-ready VC injects that I made out of official VC games, and they install fine using System Config Tool, but they give an error if I try to install them through WUP Installer Y Mod. So basically they're RedNAND-ready but not sigpatched SysNAND-ready yet.

Nevertheless, is there a solution to this?
What's the error, and have you tried using something other than wupinstaller? (like install_title() from wupclient.py?) That would help in determining if the problem is with the calling program or the install.
 

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
Probably the program. Installing it with Sys Config Tool works fine.
I understand that it worked with Sys Config, but if you've only tried with SysConfig on redNAND, and only with WupInstaller Y on sysNAND, you don't have enough information to know what's causing the problem.
 
  • Like
Reactions: CatmanFan

Jbrighton

Member
Newcomer
Joined
Nov 30, 2016
Messages
21
Trophies
0
Age
39
XP
91
Country
United States
That's based on a folder with two or more folders in it with the game and the update you have your install whether a small or big (install will be empty unless u make it fuck up) or go ahead and open one the folders u made to put a dl game title/info nfo in and grab the two folders one will be the update one will not either order no worry can go install all the site or book if needed it's gotta be complete right n not know install . be proud using either of these files individually but a few times the world should be reachable have hope y'all got the clarity n helps like it if u felt u could is a few more titles .. now apply the donny file name letters they need to go as welll

This alleviated the issue with game installs that aren't specifically titled (also this)
Be sure you adjudt the name of a jew.as In go into it .. that's the final??? nothin like it there
 

icw35

Well-Known Member
Member
Joined
Sep 22, 2010
Messages
542
Trophies
1
XP
706
Country
That's based on a folder with two or more folders in it with the game and the update you have your install whether a small or big (install will be empty unless u make it fuck up) or go ahead and open one the folders u made to put a dl game title/info nfo in and grab the two folders one will be the update one will not either order no worry can go install all the site or book if needed it's gotta be complete right n not know install . be proud using either of these files individually but a few times the world should be reachable have hope y'all got the clarity n helps like it if u felt u could is a few more titles .. now apply the donny file name letters they need to go as welll

This alleviated the issue with game installs that aren't specifically titled (also this)
Be sure you adjudt the name of a jew.as In go into it .. that's the final??? nothin like it there

Wtf? You using google translate cos what you wrote is utter shit.
 
D

Deleted User

Guest
i see that a couple of days a update came to the homebrew launcher github page, and the download format came as it is intended to be installed to the home menu naively. it has .app/.h3 and ticket files. does that mean we can just natively install the homebrew channel now or is it more complicated then that?

source: https://github.com/dimok789/homebrew_launcher/releases
Yep. That can be installed to the Wii U Menu using WUPinstaller.
Though you will need to be booted into a sigpatched CFW to install it. You will then need to already be in a sigpatched CFW in order to launch it, otherwise your console will throw error 199-9999 (you won't brick, though).
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: uoiea