UtinyRipper icon indicating copy to clipboard operation
UtinyRipper copied to clipboard

proble

Open SeanXmq opened this issue 2 years ago • 1 comments

Game name: (please, specify the game name) Engine version: 2019.4.28f99 Platform: StandaloneWin64Player File name: unity default resources

Error message: Read 21948 but expected 21972 for asset type Texture2D

Stack trace: 在 uTinyRipper.SerializedFile.ReadAsset(AssetReader reader, AssetInfo assetInfo, Int64 offset, Int32 size) 在 uTinyRipper.SerializedFile.ReadAsset(AssetReader reader, ObjectInfo& info) 在 uTinyRipper.SerializedFile.ReadData(Stream stream) 在 uTinyRipper.GameProcessorContext.ReadFile(SerializedFile file) 在 uTinyRipper.GameProcessorContext.ReadFile(SerializedFile file) 在 uTinyRipper.GameProcessorContext.ReadSerializedFiles() 在 uTinyRipper.GameStructureProcessor.ProcessSchemes(GameCollection fileCollection) 在 uTinyRipper.GameStructure.Load(List1 pathes, LayoutInfo layinfo) 在 uTinyRipper.GameStructure.Load(IEnumerable1 pathes, LayoutInfo layinfo) 在 uTinyRipperGUI.MainWindow.LoadFiles(Object data)

SeanXmq avatar May 16 '22 11:05 SeanXmq

uTinyRipper has been abandoned, but you can try my AssetRipper fork. In the event that AssetRipper encounters issues while ripping your files, feel free to post an issue on that repository.

AssetRipper is actively being developed with the intent to recover games as best as possible. Weekly releases are normally on Sunday or Monday. I encourage you to help out if you're able and willing. Code contributions can be submitted via pull requests.

If you like the work I've done and want to see it continue, please consider sponsoring me. It really does help with development. These are some of the notable things I've implemented since taking over development:

  • 2020+ support
  • APK, XAPK, and IPA reading with SharpZipLib
  • Dummy shaders (so everything isn't pink when you open the project)
  • IL2Cpp support via an integration of Cpp2IL
  • Better game platform support
  • Full script decompilation with the ILSpy decompiler
  • Cross-platform support
  • Multiple configuration options
  • Numerous performance improvements

Sponsorship Links:

ds5678 avatar May 16 '22 15:05 ds5678