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
I'm using your project as a library in my project https://github.com/gildor2/UEViewer
There are some problems with license - your project using GPL, my one is not licensed yet, but I'm going to use BSD or MIT license, so the compilation with your source code is optional. I've also updated code to support gcc. If you're interested, here's the patch: https://github.com/gildor2/UEViewer/tree/master/libs/oodle
It fixes gcc compilation and also excludes main() function.
Now, about the problem. I've integrated your code to support Star Wars Jedi: Fallen Order game. Everything works fine, except just a single texture. At the moment I've hardcoded skipping of this texture to avoid crash. There's only the one asset which has the problem with decompression.
I did an attempt to locate/fix the problem myself, however Kraken decoder looks very unfamiliar to me, it differs from anything I saw before.
Here's the asset: zip file contains both compressed and uncompressed versions (decompression has been done by third person, with use of QuickBMS which has oodle dll integration): oodle.zip
The issue is not critical for my project, but probably you'd be interested in fixing it because it happens with compression method which is supported with your code.
Thanks,
Konstantin
The text was updated successfully, but these errors were encountered:
Here's decoder type 10, which is "Mermaid". Decompression fails in the middle of block: first pass of Kraken_DecodeStep has success, second pass fails (when just a few bytes remains to decompress).
Hi,
I'm using your project as a library in my project https://github.com/gildor2/UEViewer
There are some problems with license - your project using GPL, my one is not licensed yet, but I'm going to use BSD or MIT license, so the compilation with your source code is optional. I've also updated code to support gcc. If you're interested, here's the patch:
https://github.com/gildor2/UEViewer/tree/master/libs/oodle
It fixes gcc compilation and also excludes main() function.
Now, about the problem. I've integrated your code to support Star Wars Jedi: Fallen Order game. Everything works fine, except just a single texture. At the moment I've hardcoded skipping of this texture to avoid crash. There's only the one asset which has the problem with decompression.
I did an attempt to locate/fix the problem myself, however Kraken decoder looks very unfamiliar to me, it differs from anything I saw before.
Here's the asset: zip file contains both compressed and uncompressed versions (decompression has been done by third person, with use of QuickBMS which has oodle dll integration): oodle.zip
The issue is not critical for my project, but probably you'd be interested in fixing it because it happens with compression method which is supported with your code.
Thanks,
Konstantin
The text was updated successfully, but these errors were encountered: