nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.04k stars 133 forks source link

A problem #315

Closed litao1999 closed 3 months ago

litao1999 commented 3 months ago

Plugin Export texture has crashed. Stacktrace: System.DllNotFoundException: Unable to load DLL 'textoolwrap' or one of its dependencies. (0x8007007E) at TexturePlugin.PInvoke.DecodeByPVRTexLib(IntPtr data, IntPtr buf, Int32 mode, UInt32 width, UInt32 height) at TexturePlugin.TextureEncoderDecoder.DecodePVRTexLib(Byte[] data, Int32 width, Int32 height, TextureFormat format) at TexturePlugin.TextureEncoderDecoder.Decode(Byte[] data, Int32 width, Int32 height, TextureFormat format) at TexturePlugin.TextureImportExport.Export(Byte[] encData, Int32 width, Int32 height, TextureFormat format, UInt32 platform, Byte[] platformBlob) at TexturePlugin.TextureImportExport.Export(Byte[] encData, String imagePath, Int32 width, Int32 height, TextureFormat format, UInt32 platform, Byte[] platformBlob) at TexturePlugin.ExportTextureOption.SingleExport(Window win, AssetWorkspace workspace, List1 selection) at TexturePlugin.ExportTextureOption.ExecutePlugin(Window win, AssetWorkspace workspace, List1 selection) at UABEAvalonia.PluginWindow.BtnOk_Click(Object sender, RoutedEventArgs e) in D:\a\UABEA\UABEA\UABEAvalonia\Forms\PluginWindow.axaml.cs:line 53

nesrak1 commented 3 months ago

Duplicate: https://github.com/nesrak1/UABEA/issues/218#issuecomment-1399592063