Hey
@Deliverator , when trying to export Montezuma (the rigged one, LEAD_AZTE_Montezuma.fgx) to NB2, CivNexus 6 gives an unhandled exception:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NexusBuddy.GrannyWrappers.GrannyMeshWrapper.getMeshInfo() in E:\mod\CivNexus6\NexusBuddy\GrannyWrappers\GrannyMeshWrapper.cs:line 286
at NexusBuddy.FileOps.NB2Exporter.exportNB2Model(IGrannyFile grannyFile, Int32 modelId) in E:\mod\CivNexus6\NexusBuddy\FileOps\NB2Exporter.cs:line 209
at NexusBuddy.FileOps.NB2Exporter.exportNB2(IGrannyFile grannyFile, Int32 currentModelIndex) in E:\mod\CivNexus6\NexusBuddy\FileOps\NB2Exporter.cs:line 154
at NexusBuddy.CivNexusSixApplicationForm.ExportNB2CurrentModelButtonClick(Object sender, EventArgs e) in E:\mod\CivNexus6\NexusBuddy\CivNexusSixApplicationForm.cs:line 1038
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Any chance you could see whats going on there?
Thanks in advance!