Laupetin/OpenAssetTools

[unlinker] t6 zones wont dump

switchuwu opened this issue · 5 comments

no matter what i do, oat just outputs "0 SearchPaths" on t6 zones. this doesnt happen on any other game's zones, only t6.
image

Can you maybe give me a few more details?

  • What is the version of OAT you are using? Unlinker --version
  • Does this happen on all ff files?
  • Does copying the fastfile to the same folder as Unlinker (D:/cod modding/oat/OpenAssetTools) and doing Unlinker ./weapons.ff work?

image
image
image
it happens on all files

I cannot replicate your problem unfortunately. I tried the exact same command in the same folder structure but it works fine for me.
My zm_buried.ff has the following hash, in case yours differs:
SHA256: 3DAB5FEC484415B9D72098A581FA9CF59A5407612DC21B8BD89CC32BFD634E81

The only way i can really debug this is when you have a Unlinker.dmp file in %localappdata%\CrashDumps, after you ran the command.
If you have, feel free to send it to me (best on Discord -> @laupetin),

@switchuwu
Can you also make sure you have the latest Visual C++ Redistributables installed on your machine?
You can download them from here: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version

First try to install the x64 version since you most likely have 64bit machine.
If that does not work, please try to additionally install the x86 ones. The links are taken from the page i linked.

If any of that fixed your problem, please let me know :)

the above solution worked