HouseBreaker / Shameless

3DS Database parser + ticket generator + QR code generator
MIT License
85 stars 13 forks source link

Generate All Tickets feature doesn't output any files #10

Closed Jaitsu closed 8 years ago

Jaitsu commented 8 years ago

Using the latest version, 1.8.6, clicking the Generate All Tickets button and pointing it at a directory causes it to supposedly generate the tickets, with the progress bar moving and all, but after it's done there are no files in the destination directory. I've even tried pre-creating the tickets folder and running it as administrator; no dice. Everything else works as expected with the QR code generator functions.

HouseBreaker commented 8 years ago

I honestly don't know, ticket generation works fine over here and all the code for writing tickets to files should fail if it couldn't write to the directory.

Jaitsu commented 8 years ago

Oh, I figured out what it is. It's ignoring the location chosen in the file browser, and always creating/populating the tickets folder in its own directory (./tickets), even though the success window says they were generated where I directed it.