Skip to content

[Linux, VS Code] Fails to read ITD_RESS.PAK; pakInfo.compressionFlag out of bounds #9

@jmortiger

Description

@jmortiger

Problem

Image

On Linux, loadPak fails to correctly load ITD_RESS.PAK.

Specifically, pakInfo.compressionFlag is supposed to be either 0, 1, or 4; however, it's read as 52.
It also appears that some other values might be wrong.

  • I'd imagine pakInfo.discSize should be smaller than pakInfo.uncompressedSize; it isn't
  • I'd also imagine pakInfo.offset isn't supposed to be negative; it is

How to replicate

Follow the instructions for building on Linux locally using Vs Code on my readme

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions