Tank Exporter

Tank Exporter

1.1k Downloads

Crashing when trying to write primitives

Levedi opened this issue ยท 4 comments

commented

TE crashes when I try to write primitives with this error

  <EventData>
    <Data>!_Tank Exporter.exe</Data>
    <Data>1.0.0.127</Data>
    <Data>638d491c</Data>
    <Data>ILU.dll</Data>
    <Data>0.1.7.8</Data>
    <Data>49b4369a</Data>
    <Data>c0000005</Data>
    <Data>00007450</Data>
    <Data>3040</Data>
    <Data>01d92a65be000b0a</Data>
    <Data>C:\Program Files (x86)\Coffee_\Tank Exporter\!_Tank Exporter.exe</Data>
    <Data>C:\Program Files (x86)\Coffee_\Tank Exporter\ILU.dll</Data>
    <Data>94e4f246-3cb2-4698-afcf-f625bb953eaa</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

commented

You could try the model I used, it gives the error every time
https://drive.google.com/file/d/1-JoTDXydEv9dVN_6CogYar8lgOMvTm6l/view?usp=share_link

commented

Got this error at the same time as the other one now

<System>
  <Provider Name=".NET Runtime" /> 
  <EventID Qualifiers="0">1026</EventID> 
  <Version>0</Version> 
  <Level>2</Level> 
  <Task>0</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2023-01-27T13:46:14.0655811Z" /> 
  <EventRecordID>432393</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="0" ThreadID="0" /> 
  <Channel>Application</Channel> 
  <Computer>SHADOW-309V82T7</Computer> 
  <Security /> 
  </System>
<EventData>
  <Data>Application: !_Tank Exporter.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException at Tao.DevIl.Ilu.iluBuildMipmaps() at Tank_Exporter.modPrimWriter.move_convert_new_textures(System.String, System.String) at Tank_Exporter.modPrimWriter.write_primitives(Int32) at Tank_Exporter.frmWritePrimitive.Button1_Click(System.Object, System.EventArgs) at System.Windows.Forms.Control.OnClick(System.EventArgs) at System.Windows.Forms.Button.OnClick(System.EventArgs) at System.Windows.Forms.Button.OnMouseUp(System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32) at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.ButtonBase.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Button.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef) at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32) at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application.RunDialog(System.Windows.Forms.Form) at System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window) at Tank_Exporter.frmMain.m_write_primitive_Click(System.Object, System.EventArgs) at System.Windows.Forms.ToolStripItem.RaiseEvent(System.Object, System.EventArgs) at System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs) at System.Windows.Forms.ToolStripItem.HandleClick(System.EventArgs) at System.Windows.Forms.ToolStripItem.HandleMouseUp(System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.ToolStripItem.FireEventInteractive(System.EventArgs, System.Windows.Forms.ToolStripItemEventType) at System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs, System.Windows.Forms.ToolStripItemEventType) at System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32) at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.ScrollableControl.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.ToolStrip.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.ToolStripDropDown.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef) at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32) at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[]) at Tank_Exporter.My.MyApplication.Main(System.String[])</Data> 
  </EventData>
  </Event>
commented

I'll try and fix this if I can duplicate it.