mafaca / UtinyRipper

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

Crash during exporting #223

Closed KrazySmoke closed 5 years ago

KrazySmoke commented 5 years ago

Import: System.DllNotFoundException: Unable to load DLL 'fmod': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at FMOD.Factory.FMOD_System_Create(IntPtr& system) at FMOD.Factory.System_Create(System& system) at uTinyRipperGUI.Exporters.AudioConverter.ConvertToWav(Byte[] data, Stream exportStream) at uTinyRipperGUI.Exporters.AudioAssetExporter.ExportAudio(IExportContainer container, AudioClip audioClip, Stream exportStream) at uTinyRipperGUI.Exporters.AudioAssetExporter.Export(IExportContainer container, Object asset, String path, Action3 callback) at uTinyRipperGUI.Exporters.AudioAssetExporter.Export(IExportContainer container, Object asset, String path) at uTinyRipper.AssetExporters.AssetExportCollection.ExportInner(ProjectAssetContainer container, String filePath) at uTinyRipper.AssetExporters.AssetExportCollection.Export(ProjectAssetContainer container, String dirPath) at uTinyRipper.AssetExporters.ProjectExporter.Export(String path, FileCollection fileCollection, IEnumerable1 assets) at uTinyRipperGUI.MainWindow.ExportFiles(Object data)

mafaca commented 5 years ago

Install Visual C++ Redistributable Packages (2013 or other)