mafaca / UtinyRipper

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

Data Error #852

Open wujiayang2007 opened 3 years ago

wujiayang2007 commented 3 years ago

Game name: (please, specify the game name) Engine version: (specify engine version, if known) Platform: (specify platform, if known)

Error message: Data Error

Stack trace: 在 SevenZip.Compression.LZMA.Decoder.Code(Stream inStream, Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) 在 uTinyRipper.SevenZipHelper.DecompressLZMAStream(Stream compressedStream, Int64 compressedSize, Stream decompressedStream, Int64 decompressedSize) 在 uTinyRipper.BundleFiles.BundleFileBlockReader.ReadEntry(Node entry) 在 uTinyRipper.BundleFileScheme.ReadFileStreamData(Stream stream, Int64 basePosition, Int64 headerSize) 在 uTinyRipper.BundleFileScheme.ReadScheme(Stream stream) 在 uTinyRipper.GameCollection.ReadScheme(SmartStream stream, String filePath, String fileName) 在 uTinyRipper.GameCollection.LoadScheme(String filePath, String fileName) 在 uTinyRipper.GameStructure.ProcessPlatformStructure(GameStructureProcessor processor, PlatformGameStructure structure) 在 uTinyRipper.GameStructure.Load(List1 pathes, LayoutInfo layinfo) 在 uTinyRipper.GameStructure.Load(IEnumerable1 pathes, LayoutInfo layinfo) 在 uTinyRipperGUI.MainWindow.LoadFiles(Object data)

ds5678 commented 3 years ago

No promises, but you can try my AssetRipper fork.