Quote:
Originally Posted by Senf-Man82
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 :/
|
Did you make sure the entire model is textured? If even one polygon is untextured, the import via Silent 3ditor will not work.
Also, how many polygons is the model? Silent 3ditor will usually give error messages when you try to import items of more than 35,000 - 40,000 polygons. For that reason, I usually separate the hull and superstructure of my ships as different objects.