mafaca / UtinyRipper

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

Program crashed, help! #1347

Open Dimasik11232 opened 2 years ago

Dimasik11232 commented 2 years ago

Why did he crash? https://user-images.githubusercontent.com/109384420/187411316-acf8f3c9-2b31-41db-a916-6be269d4e2e4.png

                   **ERROR**

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

Error message: SerializedFile with index 5015 was not found in dependencies

Stack trace: в uTinyRipper.SerializedFile.FindAsset(Int32 fileIndex, Int64 pathID, Boolean isSafe) в uTinyRipper.Converters.ProjectAssetContainer.FindAsset(Int32 fileIndex, Int64 pathID) в uTinyRipper.Classes.PPtr1.FindAsset(IAssetContainer file) в uTinyRipper.Classes.PPtr1.ExportYAML(IExportContainer container) в uTinyRipper.Game.Assembly.SerializableField.ExportYAML(IExportContainer container, Field& etalon) в uTinyRipper.Game.Assembly.SerializableStructure.ExportYAML(IExportContainer container) в uTinyRipper.Classes.MonoBehaviour.ExportYAMLRoot(IExportContainer container) в uTinyRipper.Classes.Object.ExportYAMLDocument(IExportContainer container) в uTinyRipper.Converters.YAMLAssetExporter.Export(IExportContainer container, IEnumerable1 assets, String path) в uTinyRipper.Project.AssetExportCollection.Export(ProjectAssetContainer container, String dirPath) в uTinyRipper.Converters.ProjectExporter.Export(String path, GameCollection fileCollection, IEnumerable1 files, ExportOptions options) в uTinyRipper.GameStructure.Export(String exportPath, Func`2 filter) в uTinyRipperGUI.MainWindow.ExportFiles(Object data)

ds5678 commented 2 years ago

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:

Sponsorship Links:

Dimasik11232 commented 2 years ago

Thank you!☺