UAssetGUI icon indicating copy to clipboard operation
UAssetGUI copied to clipboard

Issue with opening datatable files

Open Ruslan16022 opened this issue 11 months ago • 9 comments

Hello, I have issue with opening files. Sometimes is error: Encountered an unknown error when trying to open this file! System.ArgumentException: Byte array for Guid must be exactly 16 bytes long. (Parameter 'b') And another one is: Encountered an unknown error when trying to open this file! System.ArgumentOutOfRangeException: count ('-1147384854') must be a non-negative value. (Parameter 'count') Actual value was -1147384854. Game engine version is UE4.24

uasset.zip

Ruslan16022 avatar Feb 03 '25 12:02 Ruslan16022

Hello, I have issue with opening files. Sometimes is error: Encountered an unknown error when trying to open this file! System.ArgumentException: Byte array for Guid must be exactly 16 bytes long. (Parameter 'b') And another one is: Encountered an unknown error when trying to open this file! System.ArgumentOutOfRangeException: count ('-1147384854') must be a non-negative value. (Parameter 'count') Actual value was -1147384854. Game engine version is UE4.24

uasset.zip

This utility only supports uasset and uexp, regular uassets that were unpacked using FModel are not supported, you need to unpack the game using ZenTools.

TheDarknessRU avatar Feb 03 '25 14:02 TheDarknessRU

This utility only supports uasset and uexp, regular uassets that were unpacked using FModel are not supported, you need to unpack the game using ZenTools.

Is it only ZenTools or quickbms also should works?

Ruslan16022 avatar Feb 03 '25 14:02 Ruslan16022

Only ZenTools, as it does not support utoc/ucas archives for quickbms and may never support

TheDarknessRU avatar Feb 03 '25 14:02 TheDarknessRU

But it isn't utoc/ucas archives. I extracted pak file and there is a folder "DataTables" with .uasset and .uexp files

Ruslan16022 avatar Feb 03 '25 14:02 Ruslan16022

Upload the uasset and uexp files here, if there is no uexp to these files, then the program will not work.

TheDarknessRU avatar Feb 03 '25 14:02 TheDarknessRU

123.zip

Ruslan16022 avatar Feb 03 '25 14:02 Ruslan16022

123.zip

Everything fits together now. You're right, it doesn't work, it throws an error. I wonder what kind of game is here, maybe it uses a modified Unreal Engine 4.24

TheDarknessRU avatar Feb 03 '25 14:02 TheDarknessRU

I got an error opening the file can someone help me.Here is the error: Encountered an unknown error when trying to open this file!

System.ArgumentOutOfRangeException: count ('-12132') must be a non-negative value. (Parameter 'count')

Actual value was -12132.

please help me because i need it :(

ThanhDatSon avatar Feb 10 '25 03:02 ThanhDatSon

Got the same error with Outer Worlds uasset files, Engine 4.21.2

rambo919 avatar Sep 17 '25 08:09 rambo919