mafaca / UtinyRipper

GUI and API library to work with Engine assets, serialized and bundle files
MIT License
2.82k stars 433 forks source link

Escape From Tarkov error #410

Closed theysani closed 5 years ago

theysani commented 5 years ago

When I try to import all resources into the program, such an error occurs

Import: SerializedFileException: v:5.6.6f2 n:globalgamemanagers p:D:\EFT\EscapeFromTarkov_Data\globalgamemanagers
Message: Read 56 but expected 221 for asset type PhysicsManager
StackTrace:    в uTinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetReader reader, AssetInfo assetInfo, Int64 offset, Int32 size)
   в uTinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetReader reader, AssetEntry info)
   в uTinyRipper.SerializedFiles.SerializedFile.ReadAssets(EndianReader reader)
   в uTinyRipper.SerializedFiles.SerializedFileScheme.ReadFile(IFileCollection collection, IAssemblyManager manager)
   в uTinyRipper.FileList.AddFile(FileScheme scheme, IFileCollection collection, IAssemblyManager manager)
   в uTinyRipper.GameStructure.Processor.ProcessFile(String fileName, String filePath)
   в uTinyRipper.GameStructure.ProcessGameStructure(Processor processor, PlatformGameStructure structure)
   в uTinyRipper.GameStructure.Load(List`1 pathes)
   в uTinyRipper.GameStructure.Load(IEnumerable`1 pathes)
   в uTinyRipperGUI.MainWindow.LoadFiles(Object data)

globalgamemanagers https://drive.google.com/file/d/14k6o-BDq6eNUOWE2aAFInAcCk7ypBFEe/view?usp=sharing

mafaca commented 5 years ago

Duplicate https://github.com/mafaca/UtinyRipper/issues/360