I'm still getting the crash when adding a new vehicle to a saved character. I thought this might of been from my old imported characters, but even when I make a new character, save it, and come back to it later, adding a new vehicle causes a crash.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.set_Item(Int32 index, T value)
at SWCharGen.CharRigger.NewCharVehicle(CharVehicle cveh)
at SWCharGen.Form1.vehEdit_VehiclesUpdated(Object sender, CharVehicle veh)
at SWCharGen.EditVehicle.btnVehNew_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at SWCharGen.ImageButton.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I checked the code and the NewCharVehicle method has no code in it now
It wasn't needed with a change I made to the last version. So I have no idea how you could be getting an error in it, when all it does is return. Is anyone else having this issue with 1.4.4.1?
I have been getting the same error on 2 different machines.
Yeah, sorry, that's going to be taken care of in the next release. I thought it was in the previous one. I've been sick for the past week and my brain isn't working so good