
I can't replicate. I just installed it fine (and it runs). Does it fail at the beginning or the end of install?
I really should add better error messages lol
It occurs at ~97% of downloading, I'll try to delete the ticket and'll see if it helps.
@TheCruel, I'd recommend blowing away the ticket/title content prior to install, it's something I recently added to CIAngel because of the sheer amount of bad tickets people had on their 3DSesIt helped! Installs and runs perfectly fine.
I thought I did, unless I did something wrong: https://github.com/Cruel/freeShop/blob/master/src/Installer.cpp#L102@TheCruel, I'd recommend blowing away the ticket/title content prior to install, it's something I recently added to CIAngel because of the sheer amount of bad tickets people had on their 3DSes
It should, yeah.I installed the version 1.0,
it updates itself?
That looks right to me. Weird...I thought I did, unless I did something wrong: https://github.com/Cruel/freeShop/blob/master/src/Installer.cpp#L102
Bad endian swap? I think it was swapped to write to ticket.
Sure it's not the swap here? https://github.com/Cruel/freeShop/blob/master/src/Installer.cpp#L91@TheCruel The only thing I can think is that FBI/CIAngel both do DeleteTitle then DeleteTicket, and do the QueryAvailable... after them?
https://github.com/llakssz/CIAngel/blob/master/source/cia.c#L60
https://github.com/Steveice10/FBI/b...1/source/ui/section/action/installcias.c#L132
Lol, totally missed that. That could be itSure it's not the swap here? https://github.com/Cruel/freeShop/blob/master/src/Installer.cpp#L91
I'm going to test it now. If I'm not mistaken, the ticket is big endian so I shouldn't be using the same variable.
Try deleting the cache and tmp folders inside freeShop. Let in there only the enctitlekey.binafter I updated, my new 3ds stopped installing the games, always the failed

Can anyone try to download "Dr. Mario: Miracle Cure" at all? It always seems to fail for me.
Yeah, that seemed to be it. Guess I really need to use LE/BE in my variable names lol, lose track when passing them around to other functions.Lol, totally missed that. That could be it![]()
Yeah, I mentioned it before. There is some issues I have to rework first with the audio thread (maybe in ctrulib). When using a lot of CPU (doing like game searching other other things) it makes the audio choppy for some reason. Otherwise it would've havd audio in first release.@TheCruel Have you thought anything about background music?