You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you want to report a bug?
Hold on, there are ways you could make things easier for us:
Give a clear description of the bug (what happened?).
Give us clear steps to reproduce (when/how did it happen?).
Give us info about your system (where did it happen?).
A photograph or even a short video of the bug happening is always helpful!
Building a title key db for a single ticket works, building full DBs from entire ticket db doesn't. It doesn't matter if you try to run it from main menu or from ticket.db options, it fails.
seeddb just fails as well and I'm not sure if there's another place you could build seeddb from.
Info about your system
Include this info to make our work easier:
Console type (O3DS/N3DS)
Anything special about your console? (defects, custom modifications,...)
Bootloader (boot9strap/fastboot3ds)
Did you chainload GodMode9 via Luma?
Helpful hint: if you followed the Guide, boot9strap is your bootloader and Luma is your chainloader.
Help yourself Especially for any kind of boot issue ("GodMode9 doesn't boot"), but also in many other cases these steps make a lot of sense and we will ask you to do them anyways:
Check your SD card (using h2testw, f.e.) or try a different one (you wouldn't believe how common failing/fake SD cards are, and what kinds of bugs are caused by them).
I have found the issue, it's quite simple. The ticket.db files aren't initialized (mounted) soon enough when the call(s) to BuildTitleKeyInfo is/are made. When the build is started, and the target is a ticket.db file, it immediately tries to get the number of tickets while the ticket.db isn't even mounted. This, of course, fails. I've rearranged it a tiny bit so it does everything in the correct order.
Regarding seeddb.bin, the only reason that fails is because the support files build flow goes like this:
Build (enc/dec)TitleKeys.bin
Build seeddb.bin
Since the first one fails (due to the reason mentioned above), it will not try to build seeddb.bin. Once the issue with the title key files is fixed, it will allow it to build seeddb.bin as well.
@Ammako Here's a test build. It should allow you to build title key files in both the Build support files menu and when choosing to manually build them by selecting ticket.db, and seeddb.bin should also get built.
Note: This should also work fine if you have an EmuNAND.
So you want to report a bug?
Hold on, there are ways you could make things easier for us:
Building a title key db for a single ticket works, building full DBs from entire ticket db doesn't. It doesn't matter if you try to run it from main menu or from ticket.db options, it fails.
seeddb just fails as well and I'm not sure if there's another place you could build seeddb from.
Info about your system
Include this info to make our work easier:
O3DS/O3DS XL/O2DS, nothing special, fb3ds 1.2, GM9 2.0.0
Help yourself
Especially for any kind of boot issue ("GodMode9 doesn't boot"), but also in many other cases these steps make a lot of sense and we will ask you to do them anyways:
Have you actually read this?
[x] I have read the information above
The text was updated successfully, but these errors were encountered: