Recent content by zackarhino

  1. zackarhino

    Homebrew JWUDTool - a Java WiiU Disc Image tool!

    After extracting to .app successfully, I can't get them to be installed using WUP Installer. Any idea why that might be? My configuration should be correct. Edit: The NKit conversion went fine, so I think it may have been something with this software or my conversion process.
  2. zackarhino

    Hacking Wup Installer not finding folder/files?

    I am stumped here. I converted my wux files to .app, with the certs and .app files and everything, popped it in /install/GameFolder/ on the root, with no special characters (except the circle parentheses?), then it still says no installable content found. My SD card doesn't appear to be corrupt...
  3. zackarhino

    If you plan on using an Express SD Card, you'll have to update.

    Yeah, there's also a way to update the firmware of the controllers, it's a separate option in the controller settings. This was on the Switch 1 too. I've actually heard that people have had problems where a joycon wouldn't reconnect after it died without the firmware, and the only way to...
  4. zackarhino

    If you plan on using an Express SD Card, you'll have to update.

    Alright, here are my findings from my 2 Switch 2s. Even after updating to v20.1.1, you will have to do the SD card update, as expected. Switch 1 games will work fine without this SD card update though. You can't update the system with an SDHC card from the main menu, but you can get the update...
  5. zackarhino

    If you plan on using an Express SD Card, you'll have to update.

    I'm still a little confused by this. I took my second switch out of the box and updated it, tested it with a switch 1 game, than factory reset it. Should I take it out again and ensure that my micro SD card is working? I don't have an express card, I was waiting until they had larger capacities...
  6. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    I see, gotcha. Yeah, I think that's for <id0>. Per impeeza's message here it seems like <id1> is for the SD card. You might think that it was because I swapped over to another SD card, but I don't think that's necessarily the case. It was working totally fine for like the first day.
  7. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    Good news! I managed to restore my 3DS titles. However, the mystery still continues. I was trying to restore my title database using save3ds when I noticed it gave me a strange error: I was only vaguely familiar with the 3DS filesystem structure, but this made me remember from years back when...
  8. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    I can't recall exactly, but it was definitely some odd behavior. I know I launched it normally, but it ended up flickering or freezing for a bit or something like that, something that was noticable. I really don't think I force restarted or anything like that, it just launched normally...
  9. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    I have one more thing to mention that added a bit of confusion. I really haven't had time to dig into the codebase(s) yet, but I ended up moving those recovered 3DSBank folders onto my SD card, and it didn't do anything to fix it. Then I figured, well it must have deleted everything in the...
  10. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    Ah OK, that makes sense, I figured it would be something like that. I read that before but I forgot about it. Alright well, hopefully I'll catch up soon on progress. Thanks for the clarification.
  11. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    Alright, I'll have to peruse through the 3DSBank code as well. I just skimmed it and it looks like there's not that much code. Do you accept pull requests? Again, it's gonna be a while if at all though. Is there a reason it runs in DS(i?) mode? Is it just to use the dependency? This is only for...
  12. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    Okay, so I have some information that might be useful or might not be. I downloaded a file recovery program and used it on my 3DSBank folder. It seems that the reason that the files were corrupted was the it replaced the 'S' character with the 'æ' character in the Slot file names, and I think...
  13. zackarhino

    Switch 2 backwards compatibility list prediction

    I'm hoping they don't just pick an arbitrary list
  14. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    Okay, I'll see what I can do. I've been meaning to brush up my resume and stuff, some github commits would be nice. Either way it won't be for a while though. So no way to get the folders back though right? They're just axed?
  15. zackarhino

    Homebrew [Release] 3DSBank - "Nintendo 3DS" folder selector

    Actually I just looked at the codebase for libslim and it doesn't look that scary. I've worked with C++ before for a little bit, maybe this could be a good opportunity to learn C. What is it that you want to fix before implementing it, the issues? I can't guarantee that I can help though...