Do you also get slow speeds using the old version of this app?Thanks for a great app, realy useful... But when I use this app to download I get very low speed, only a few MB/s. When I use other apps like this one I get my full speed 30MB/s from nintendo servers... Why is it so?
Do you also get slow speeds using the old version of this app?
I may have been accidentally patching the update tickets as well...Hey @DanTheMan827 great job on app, it works great.
I've noticed that download speeds vary greatly - I believe this is more related to quality of connection than your software. Like probably Nintendo servers are getting pounded and thus you see difference in speeds.
I also had one question - I've tried downloading Updates for 3 games (Mario Kart 8, Nintendo Land and Wii Sports Club) and installing them with Wupinstaller after installing base game.
Each update fails with error 0xFFFCFFE9 : Access failed (no usb storage attached).
I've tried installing on both USB HDD and internal storage - same error code.
Installing base games downloaded with your tool works great. So, is this error because of something in your code related to downloading updates? Or the problem is something else (Wupinstaller)?
Thanks!
@Cyan
A quick check people can try is to sort their WUP files by size.
There should be no 0 size files
View attachment 67002
They can also use Hex Edit to confirm the title.tik is for the right ID.
View attachment 67003
For informational purposes, here is a link to the "Title Database" to find your ID when checking your title.tik with a hex editor.
http://wiiubrew.org/wiki/Title_database

I'm kind lost here.I may have been accidentally patching the update tickets as well...
Game will download correctly in it's respective folder and update in a separate folder. Don't worry. You can just use the game folder and try the update separately.I'm kind lost here.
So the updates i downloaded will not work? Sorry for question instead of testing but i'm using a remote notebook to download then from another place with best internet then home.
I'm downloading game + update. But if will not work i need to stop!
Thank you!!
I may have been accidentally patching the update tickets as well...
I got the same error when trying to install any update downloaded with it...
I'll look into it, maybe updates don't use the same title.cert...
Edit:
Hmm... I just ran a download of a title update using NUSgrabber and the output files were identical...
Have you found any other tool that gave you installable update files?
As long as you turn the dns blocking back on you'd be fineIn the "Wii U USB loading - install WiiU games to USB or internal memory" thread they refer to 0xFFFCFFE9 error as meaning "incomplete files". Maybe a good place to start?
Out of curiosity, what advantage is there of installing updates via SD to USB over using the Wii U gui? If automatic software updates are turned off in settings (and we know there's no new Wii U release out) then presumably you're already safe from the console's exploit being patched and can proceed without fear of repercussions?
Just a thought... I seem to remember somewhere in the USB loader thread that the game files weren't installing initially due to a missing title.cert file...
Maybe updates aren't meant to have that file or maybe there's a different one for updates...
I'd try deleting it and see if it installs...
I'll be gone for a few hours so I can't test right now...
Thanks for all the informattion! I will keep all in mind. Interesting.And also @DanTheMan827 - one another small "issue" - can't really call it a bug since it's not because of your code.
When you download game using uTikDownloadHelper it conveniently creates folder using game name.
However, this causes issues because some special characters won't work with WupInstaller (see details here).
For example, if you download Lego Jurassic World you end up with folder named:
LEGO® Jurassic World™ (USA)
Try to copy that to SD card and install, WupInstaller will fail with cryptic message.
So for user convenience I would replace all special chars with _
This is something users can do on their own, but probably 90% of them will have no idea what is the problem.
If you are too busy and can't handle this and previous bug I reported in next two days - let me know and I'll fire up Visual Studio and send you pull request by end of the day tomorrow + leave new version here for rest of the people who want to download game updates directly.
"Fixing" the h3 download problem is literally just changing 1 line to make it brute force instead of guess if it exists (content type being 0x2003, FunKiiU has the same issue)And also @DanTheMan827 - one another small "issue" - can't really call it a bug since it's not because of your code.
When you download game using uTikDownloadHelper it conveniently creates folder using game name.
However, this causes issues because some special characters won't work with WupInstaller (see details here).
For example, if you download Lego Jurassic World you end up with folder named:
LEGO® Jurassic World™ (USA)
Try to copy that to SD card and install, WupInstaller will fail with cryptic message.
So for user convenience I would replace all special chars with _
This is something users can do on their own, but probably 90% of them will have no idea what is the problem.
If you are too busy and can't handle this and previous bug I reported in next two days - let me know and I'll fire up Visual Studio and send you pull request by end of the day tomorrow + leave new version here for rest of the people who want to download game updates directly.
