UtinyRipper icon indicating copy to clipboard operation
UtinyRipper copied to clipboard

Bug

Open ghost opened this issue 4 years ago • 8 comments

Game name: (Fredbear and Friends - Reboot) Engine version: (5.6.0.4815375) Platform: (Unity)

Error message: Exception of type 'System.OutOfMemoryException' was thrown.

Stack trace: at uTinyRipperGUI.Exporters.AudioConverter.ConvertToWav(Byte[] data) at uTinyRipperGUI.Exporters.AudioAssetExporter.ExportAudio(AudioClip audioClip) at uTinyRipperGUI.Exporters.AudioAssetExporter.Export(IExportContainer container, Object asset, String path) at uTinyRipper.Project.AssetExportCollection.ExportInner(ProjectAssetContainer container, String filePath) at uTinyRipper.Project.AssetExportCollection.Export(ProjectAssetContainer container, String dirPath) at uTinyRipper.Converters.ProjectExporter.Export(String path, GameCollection fileCollection, IEnumerable1 files, ExportOptions options) at uTinyRipper.GameStructure.Export(String exportPath, Func2 filter) at uTinyRipperGUI.MainWindow.ExportFiles(Object data)

ghost avatar Jun 23 '21 06:06 ghost

Well, look at the error if you might. Your system is out of memory.

Sculas avatar Jun 23 '21 19:06 Sculas

its not out of memory

ghost avatar Jun 23 '21 19:06 ghost

its not out of memory

If it weren't then it also wouldn't have said that.

Sculas avatar Jun 23 '21 20:06 Sculas

May be ill try again

ghost avatar Jun 23 '21 20:06 ghost

I tryed it again this time it worked may be that was a bug

ghost avatar Jun 23 '21 21:06 ghost

i also have plenty of memory so space isnt a problem I get the same error: Game name: (please, specify the game name) Engine version: (specify engine version, if known) Platform: (specify platform, if known)

Error message: Some data left

Stack trace: at uTinyRipper.Lz4.Lz4DecodeStream.ReadBuffer(Stream stream, Int64 count) at uTinyRipper.BundleFileScheme.ReadFileStreamMetadata(Stream stream, Int64 basePosition) at uTinyRipper.BundleFileScheme.ReadScheme(Stream stream) at uTinyRipper.GameCollection.ReadScheme(SmartStream stream, String filePath, String fileName) at uTinyRipper.GameCollection.LoadScheme(String filePath, String fileName) at uTinyRipper.GameStructure.ProcessPlatformStructure(GameStructureProcessor processor, PlatformGameStructure structure) at uTinyRipper.GameStructure.Load(List1 pathes, LayoutInfo layinfo) at uTinyRipper.GameStructure.Load(IEnumerable1 pathes, LayoutInfo layinfo) at uTinyRipperGUI.MainWindow.LoadFiles(Object data) Reinstalling did not help, now imma try restarting pc

BugRod avatar Jun 24 '21 14:06 BugRod

@MarkusGitHub484 out of memory means out of ram, not hard drive space.

@BugRod your game uses the Addressable system which is not supported by uTinyRipper.

ds5678 avatar Jul 22 '21 07:07 ds5678

@BugRod Support for Unity versions up to 2020.2.0 has been recently added to my AssetRipper fork.

ds5678 avatar Aug 12 '21 04:08 ds5678