I'm getting an exception every time I try to add a new motivation. This was working earlier this evening, so it's likely a bug with the new version. I have custom data (descriptions only) that I've had around through several versions. Here's the exception:
************** Exception Text **************System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: indexat System.ThrowHelper.ThrowArgumentOutOfRangeException()at SWCharGen.Form1.btnMotiveNew_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)
Are you sure you have all of the data installed? This error is caused by some combination of filters causing either no motivations to show up, or no specific motivations to show up. In either case, this should be impossible since at least one of the core rulebook sources will always be selected.
If you're installing by hand, make sure you remove all files from the installation folder before copying over the new files.