FanTranslatorsInternational / Kuriimu2

Kuriimu is a general purpose game translation project manager and toolkit for authors of fan translations and game mods.
GNU General Public License v3.0
310 stars 56 forks source link

Spirit of Justice Mobile MT TEX Error #180

Closed TypeBrince closed 2 years ago

TypeBrince commented 2 years ago

Game Name: Ace Attorney Spirit of Justice Console: Android Format extension(s): .tex Type: Image

Bug details: When trying to open up certain .tex files using Kuriimu 2, I receive the error "The given key '12' was not present in the dictionary." This also happened with some Dai Gyakuten Saiban 2 .tex files from android too. I noticed when batch converting that the program had errors and tried them individually.

Sample files (if possible): Here are some of the files that I received this issue. Happy to provide more if needed. https://drive.google.com/drive/folders/1B28AHEI5yLHdwLQMMnThn3XPz7OS9nwt?usp=sharing

TypeBrince commented 2 years ago
Screen Shot 2021-08-23 at 15 27 32

This is what the error message looks like, btw

onepiecefreak3 commented 2 years ago

This bug was introduced when the Mobile MtTex part of the plugin was refactored. This part of the code originally checked the file size against a predicted size to determine which variant of mobile format is given to the plugin. The size determination required the bitdepth of the encoding specified in the header of the Tex, but for one variation the format is 0xC, which is a special placeholder for GPU dependant encodings and had no single encoding mapped to it, which lead to this issue. It's quite the big issue that went under the radar since the refactoring, due to not being tested on those TEX affected at the time.

The bug is fixed i nthe newest dev build and upcoming Release 1.2.2.