View Single Post
Old 12-19-24, 02:10 AM   #2
Senf-Man82
Gunner
 
Join Date: Aug 2014
Location: Wilhelmshaven
Posts: 96
Downloads: 388
Uploads: 0
Default OBJ-Import error

Hi folks,

I am trying to import a fixed OBJ-file into my .dat and I keep getting this weird error message:

startIndex cannot be less than zero:

>>

System.ArgumentOutOfRangeException: StartIndex darf nicht kleiner als Null sein.
Parametername: startIndex
bei System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
bei System.String.Substring(Int32 startIndex)
bei e3.a(String A_0, IList`1& A_1)
bei c.w()
bei gv.c(Object A_0, LinkLabelLinkClickedEventArgs A_1)
bei System.Windows.Forms.LinkLabel.OnLinkClicked(LinkL abelLinkClickedEventArgs e)
bei System.Windows.Forms.LinkLabel.OnMouseUp(MouseEven tArgs e)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Label.WndProc(Message& m)
bei System.Windows.Forms.LinkLabel.WndProc(Message& msg)
bei System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
<<

I tried to alter every possible export setting from Blender, but it keeps happening :/
Senf-Man82 is offline   Reply With Quote