Hacking U_Tility: Update Games, NUS Grabber GUI + AutoDecrypt, LoadIine Helper, Backups,FAT32 Formats + More

D

Deleted User

Guest
Thanks for the post @Tesa Please can you change the colour of the text under the title, I can't read it on the dark theme. (I'm colour blind) Thanks.
 

Datalogger

Living the Dream
Member
Joined
Dec 21, 2009
Messages
416
Trophies
1
Location
Maui
XP
709
Country
United States
This works very well - Great utility! :)

My only issue so far is it doesn't list all of my game library
On a few of the games, it gets startIndex string length errors and it skips them:

Code:
Log
Minor error in FindingGamesFunction I:\wii u\games\Animal Crossing - Amiibo Festival\code\app.xml
System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
   at System.String.Substring(Int32 startIndex, Int32 length)
   at System.String.Substring(Int32 startIndex)
   at LoadIineMate.U_Tility.SearchForGames(String folder, String destination)

Here's a sample app.xml it's having issue with (Animal Crossing):
Code:
<?xml version="1.0" encoding="utf-8"?>
<app type="complex" access="777">
  <version type="unsignedInt" length="4">16</version>
  <os_version type="hexBinary" length="8">000500101000400A</os_version>
  <title_id type="hexBinary" length="8">00050000101C6500</title_id>
  <title_version type="hexBinary" length="2">0000</title_version>
  <sdk_version type="unsignedInt" length="4">21213</sdk_version>
  <app_type type="hexBinary" length="4">80000000</app_type>
  <group_id type="hexBinary" length="4">00001C65</group_id>
  <os_mask type="hexBinary" length="32">0000000000000000000000000000000000000000000000000000000000000000</os_mask>
  <common_id type="hexBinary" length="8">0000000000000000</common_id>
</app>
 

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
This works very well - Great utility! :)

My only issue so far is it doesn't list all of my game library
On a few of the games, it gets startIndex string length errors and it skips them:

Code:
Log
Minor error in FindingGamesFunction I:\wii u\games\Animal Crossing - Amiibo Festival\code\app.xml
System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string.
Parameter name: startIndex
   at System.String.Substring(Int32 startIndex, Int32 length)
   at System.String.Substring(Int32 startIndex)
   at LoadIineMate.U_Tility.SearchForGames(String folder, String destination)

Here's a sample app.xml it's having issue with (Animal Crossing):
Code:
<?xml version="1.0" encoding="utf-8"?>
<app type="complex" access="777">
  <version type="unsignedInt" length="4">16</version>
  <os_version type="hexBinary" length="8">000500101000400A</os_version>
  <title_id type="hexBinary" length="8">00050000101C6500</title_id>
  <title_version type="hexBinary" length="2">0000</title_version>
  <sdk_version type="unsignedInt" length="4">21213</sdk_version>
  <app_type type="hexBinary" length="4">80000000</app_type>
  <group_id type="hexBinary" length="4">00001C65</group_id>
  <os_mask type="hexBinary" length="32">0000000000000000000000000000000000000000000000000000000000000000</os_mask>
  <common_id type="hexBinary" length="8">0000000000000000</common_id>
</app>

Thanks for the report. The issue doesn't come from the app.xml here but rather the wiiubrew.org database. (If you check http://wiiubrew.org/wiki/Title_database for "101C6500" you see that they're missing the product_code (something like WUP-P-XXXX))

I didn't expect this being an issue since they have pretty much all major games... I could try to make a workaround for that case and force check the meta folder incase wiiubrew fails. I'll update you here once I finished and pushed the update.
 

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
@Datalogger Okay, I just uploaded the patch. (It should be 1.3.12)

If you have the metafolders it'll default back to them if there's an error in the wiiubrew database. (I couldn't really test it since all of my games work but it *should* work now if you still have the meta folder)
 
  • Like
Reactions: Datalogger

preacherfox

Well-Known Member
Newcomer
Joined
Oct 3, 2014
Messages
64
Trophies
0
Age
44
XP
631
Country
United States
Hi, cool little app however, it doesn't download updates for me. When I check alternate 'NUS method' I get this error:

kei43o.jpg
 

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
Hi, cool little app however, it doesn't download updates for me. When I check alternate 'NUS method' I get this error:

kei43o.jpg
Try to restart the application. When using the alternate NUS mode it has to download an additional file. It seems like it didn't finish downloading the file before you started it but since it saves states between sessions it should work fine after restarting the main application (the "alterante NUS method" should still be checked)
 

preacherfox

Well-Known Member
Newcomer
Joined
Oct 3, 2014
Messages
64
Trophies
0
Age
44
XP
631
Country
United States
I think it attempts to download something, I see a very quick command line window open but it says it can't download what it wants.
 

Datalogger

Living the Dream
Member
Joined
Dec 21, 2009
Messages
416
Trophies
1
Location
Maui
XP
709
Country
United States
@Datalogger Okay, I just uploaded the patch. (It should be 1.3.12)

If you have the metafolders it'll default back to them if there's an error in the wiiubrew database. (I couldn't really test it since all of my games work but it *should* work now if you still have the meta folder)

That works better, thanks for the update.
I now get the one's with meta folders on the list, but they don't have a Cover (Just a Red X)

The few I have that don't have a meta folder don't display, would it be too much trouble to list them and show a "Red X" cover also?
Reason being is this is going to be my "Daily User" to keep my wii U library cleaned up and sorted and it would be good to have all of them listed. :)


Not complaining at all here, this is the best thing I've seen to keep my wii U library clean and updated.
More of a "Wish List: here:

  1. It shows the amount of Free Space on the SD Card
    If it could show the size of the Game selected on the "Games on your device:" list to know if there's room for it.

  2. There are some titles that don't work if updated (like Pikmin3)
    If it could have a list of "exclude from updates" so I don't forget not to update those.

  3. A "Refresh" button on the Main Tab to refresh my "Games on your device:" list

Again, this is great As-Is, and thanks for putting it together for us :)
 
Last edited by Datalogger,

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
That works better, thanks for the update.
I now get the one's with meta folders on the list, but they don't have a Cover (Just a Red X)

The few I have that don't have a meta folder don't display, would it be too much trouble to list them and show a "Red X" cover also?
Reason being is this is going to be my "Daily User" to keep my wii U library cleaned up and sorted and it would be good to have all of them listed. :)


Not complaining at all here, this is the best thing I've seen to keep my wii U library clean and updated.
More of a "Wish List: here:

  1. It shows the amount of Free Space on the SD Card
    If it could show the size of the Game selected on the "Games on your device:" list to know if there's room for it.

  2. There are some titles that don't work if updated (like Pikmin3)
    If it could have a list of "exclude from updates" so I don't forget not to update those.

  3. A "Refresh" button on the Main Tab to refresh my "Games on your device:" list

Again, this is great As-Is, and thanks for putting it together for us :)

Not taking it as a complain, I'm always happy about suggestions!

It's a bug if they don't show a cover. The problem is I can't actually test most functions on my own because I don't have an SD card reader (yeah, the irony.. I'm just emulating it so I can do minor tests). Could you send me the meta.xml file from one of those games which doesnt show a cover? I was thinking about adding games like that too, just haven't decided yet how to do it. The problem is that in the current state it's actually quite complicated due to the way I'm handling games.

1) I want to add that at some point. I haven't looked too much into it but as far as I know I have to check the size of every single file and add it together. I'll see how it ends up performance-wise

2) Mhm, I could add an exclusion list but I would need a list for that. How about a button "ignore this game"?

3) You can currently "refresh" it by just reselecting the drive. Adding a button wouldn't really be an issue.
 

gamer4lif3

Well-Known Member
Member
Joined
Dec 31, 2015
Messages
495
Trophies
0
XP
464
Country
United States
Hi I'm having some issues first it don't seem to list all my backups and it keeps saying update found for app it self over and over.


NM i deleted all and re download app all seems ok.
 
Last edited by gamer4lif3,

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
Hi I'm having some issues first it don't seem to list all my backups and it keeps saying update found for app it self over and over.


NM i deleted all and re download app all seems ok.

There's currently an issue with antivirus programs blocking the direct update. I'm trying to figure out what exactly is triggering this, worst case I'll have to change the auto updater around to fix this issue.
 

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
hmm wow it was my AV even thou i have all auto stuff disabled.
Yeah, I'm having the same issue, it seems to trigger some kind of "suspicous" activity check. It came around the time where I changed how it copies files / applies patches.

Hopefully I'll find a workaround / fix for it in the next version.
 

Datalogger

Living the Dream
Member
Joined
Dec 21, 2009
Messages
416
Trophies
1
Location
Maui
XP
709
Country
United States
Having a odd issue with a coupe of updates.
Xenoblade Chronicles X and Zombi U keep wanting to re-download the updates.

I update them - Refresh - They disappear from the list.
When I restart U_Tility, they are back in the list again.

I have a feeling that it must be getting the current version from a different place at startup than it looks to after updating.

From the logs:

Xenoblade Chronicles X:
Xenoblade Chronicles X: Current version: 00016. Newest version available: 16


Zombi U:
Before I Update it : ZombiU: Current version: 16. Newest version available: 32
After I Update it : ZombiU: Current version: 32 doesnt need to be updated.
After I re-Start : ZombiU: Current version: 16. Newest version available: 32

-dl
 

Tesa

Well-Known Member
OP
Member
Joined
Dec 3, 2015
Messages
130
Trophies
0
XP
230
Country
Swaziland
Zombi U:
Before I Update it : ZombiU: Current version: 16. Newest version available: 32
After I Update it : ZombiU: Current version: 32 doesnt need to be updated.
After I re-Start : ZombiU: Current version: 16. Newest version available: 32

I just downloaded the latest patch (32) and according to the meta data it's:
<title_version type="unsignedInt" length="4">32</title_version>
I also patched my game without any issue. Can you check the meta.xml file which "title_version" is written there? Maybe the patch didn't completly apply?

Xenoblade Chronicles X:
Xenoblade Chronicles X: Current version: 00016. Newest version available: 16
This is odd, and I can kinda see where it's coming from. I fixed it in 1.3.14.. (Seems to be from an incosistency from Nintendo or at least the publisher in the way they document their versions)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    Ninty can still make money filing false DMCAs.
    +1
  • realtimesave @ realtimesave:
    they need to have a strong line up on the launch titles too. I think they should move metroid prime 4 to the next console because by now it has been quite a while and there's no release date scheduled yet
  • realtimesave @ realtimesave:
    lol there's a guy selling mig switch in usa on ebay for $200/ea he's definitely going to get nailed with dmca by tomorrow
  • ZeroT21 @ ZeroT21:
    Wasn't Metroid Prime 4 teased all the way back in 2017? For the switch no less?
    :rofl2:
  • ZeroT21 @ ZeroT21:
    Pretty sure anyone buying the switch just for that got duped
  • realtimesave @ realtimesave:
    for $200? rofl.
  • realtimesave @ realtimesave:
    well as far as metroid prime 4 is concerned, the next system probably is similar enough to the current gen they can probably easily just slap it onto a next gen cart and call it good :P
  • K3Nv2 @ K3Nv2:
    The switch was about 350 in 2017
  • Metoroid0 @ Metoroid0:
    mabe where you live
  • K3Nv2 @ K3Nv2:
    Nintendo president Tatsumi Kimishima took the stage at the outset to reveal that Switch will launch globally on March 3, 2017 for $299.99—earlier than some had expected at the price many suspected. https://time.com/4632820/nintendo-switch-nx/
  • Psionic Roshambo @ Psionic Roshambo:
    The NES launched at like 250 and the rob and light gun kit was like 350 or something
  • Psionic Roshambo @ Psionic Roshambo:
    I was near the test market for the NES and man did it make my 2600 look like ass lol
  • K3Nv2 @ K3Nv2:
    There has to be some mutual agreement with them all anything over $600 is just pc territory
  • realtimesave @ realtimesave:
    next system rumored to launch at $400
  • realtimesave @ realtimesave:
    but I don't really believe any rumors yet
  • realtimesave @ realtimesave:
    need to have official info from N
  • Psionic Roshambo @ Psionic Roshambo:
    The 3DO and Neo Geo where like 700 bucks hmm the PS3 was stupid expensive at launch lol
  • Psionic Roshambo @ Psionic Roshambo:
    But at least the PS3 was only 500 for the cheapest one at launch
  • Psionic Roshambo @ Psionic Roshambo:
    My opinion is that 199.99 is the sweet spot but that spot is long gone lol
  • Psionic Roshambo @ Psionic Roshambo:
    Just played some Micheal Jackson Moonwalker.... Those poor parents trying desperately to protect their children
  • K3Nv2 @ K3Nv2:
    400 is a decent sweet spot if we get enough out of it
  • K3Nv2 @ K3Nv2:
    It's not like how it was when we were locked down to a few options and that's it
  • Psionic Roshambo @ Psionic Roshambo:
    For me just buying a Pi and some accessories fills that not a PC void new consoles have just put them close to PC prices and all the patching and updates makes me feel like I might as well just get a PC
    Psionic Roshambo @ Psionic Roshambo: For me just buying a Pi and some accessories fills that not a PC void new consoles have just put...