GGXrdRevelatorDec icon indicating copy to clipboard operation
GGXrdRevelatorDec copied to clipboard

Possible StaticMesh class corruption during decryption of ~270 GGXrdR archives

Open ghost opened this issue 7 years ago • 1 comments

Attempting to export StaticMesh class files from some decrypted archives with uMod using the following options:

-game=guilty -nomesh -noanim -notex -nolightmap

results in various errors, in no particular order.

200 archives report a "Bad Allocation Size", 11 report an "Incorrect StaticMesh UV Sets Amount", 6 report a "RawArray Item Size Mismatch", 44 report "Serializing behind stopper", 1 reports "Tag Issues", and 8 report a "Wrong Export Index".

uMod successfully exports the other supported class types from these archives, and all supported class types from the other archives.

Affected archives list uMod error log

My apologies if this is a uMod fault.

ghost avatar Feb 12 '17 10:02 ghost

I'm pretty sure that it's a bug on UModel because:

  • Only one type of UPK have problems, StaticMesh, if it was a problem decrypting the file then all files would have problems.
  • The file can be decompressed without problems, again if it was corrupted it wouldn't be decompressed correctly.

Also, the file looks completely valid. You can try using another tool to extract the model (if another one exists) or reporting the issue to the UModel developer.

gdkchan avatar Feb 12 '17 15:02 gdkchan