BUG report here:
when I try to create a new entry in TShips.pck file (right click and then "new")
it creates the new object under a new category, called "0", even if i right-clicked in the Argon section (names view, not ID view).
Then pops up a "error" message, that I copied and pasted here:
Code: Select all
************** Testo dell'eccezione **************
System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
in DS.X3E.TFileEditor.Ships.ShipView.ClassNames.GetIndexFromRawValue(Object rawValue)
in DS.X3E.TFileEditor.Ships.ShipView.DS.X3E.TObjects.IPropertyResolver.ConvertValueToListIndex(ObjectProperty prop, Object value, Int32& index)
in DS.X3E.TFileEditor.Ships.ShipView.GetFriendlyPropertyValue(ObjectValue v)
in DS.X3E.TFileEditor.Ships.ShipView.AddProperty(ListView view, ObjectValue v)
in DS.X3E.TFileEditor.Ships.ShipView.AddProperty(ListView view, ObjectProperty property, Object obj, String memberName)
in DS.X3E.TFileEditor.Ships.ShipView.LoadGeneralView()
in DS.X3E.TFileEditor.Ships.ShipView.LoadView(ListView view)
in DS.X3E.TFileEditor.Ships.ShipView.DS.X3E.TFileEditor.ITFileViewInstance.OnObjectSelected(TObject o)
in DS.X3E.TFileEditor.MainWindow.ShowObject(TObject o)
in DS.X3E.TFileEditor.MainWindow.objectView_ItemSelectionChanged(Object sender, ListViewItemSelectionChangedEventArgs e)
in System.Windows.Forms.ListView.OnItemSelectionChanged(ListViewItemSelectionChangedEventArgs e)
in System.Windows.Forms.ListView.WmReflectNotify(Message& m)
in System.Windows.Forms.ListView.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
mscorlib
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3082 (QFE.050727-3000)
Base di codice: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
X3 Editor 2
Versione assembly: 2.0.1.0
Versione Win32: 2.0.1.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/X3%20Editor%202.exe
----------------------------------------
System.Windows.Forms
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3082 (QFE.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3082 (QFE.050727-3000)
Base di codice: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
3DViewer
Versione assembly: 1.0.1.0
Versione Win32: 1.0.1.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/3DViewer.plugin
----------------------------------------
SlimDX
Versione assembly: 2.0.3.37
Versione Win32:
Base di codice: file:///C:/Programmi/X3%20Editor%202/SlimDX.DLL
----------------------------------------
CatManager
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/CatManager.plugin
----------------------------------------
IconDataViewer
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/IconDataViewer.plugin
----------------------------------------
JobEditor
Versione assembly: 1.1.0.0
Versione Win32: 1.1.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/JobEditor.plugin
----------------------------------------
TDebugger
Versione assembly: 1.0.1.0
Versione Win32: 1.0.1.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/TDebugger.plugin
----------------------------------------
TFileEditor
Versione assembly: 1.1.0.0
Versione Win32: 1.1.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/TFileEditor.plugin
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
If I say "continue" the program works fine but any time i try to select the new entry that is called NEW_OBJECT_1 to edit it pops up another error message:
Code: Select all
************** Testo dell'eccezione **************
System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
in DS.X3E.TFileEditor.Ships.ShipView.ClassNames.GetIndexFromRawValue(Object rawValue)
in DS.X3E.TFileEditor.Ships.ShipView.DS.X3E.TObjects.IPropertyResolver.ConvertValueToListIndex(ObjectProperty prop, Object value, Int32& index)
in DS.X3E.TFileEditor.Ships.ShipView.GetFriendlyPropertyValue(ObjectValue v)
in DS.X3E.TFileEditor.Ships.ShipView.AddProperty(ListView view, ObjectValue v)
in DS.X3E.TFileEditor.Ships.ShipView.AddProperty(ListView view, ObjectProperty property, Object obj, String memberName)
in DS.X3E.TFileEditor.Ships.ShipView.LoadGeneralView()
in DS.X3E.TFileEditor.Ships.ShipView.LoadView(ListView view)
in DS.X3E.TFileEditor.Ships.ShipView.DS.X3E.TFileEditor.ITFileViewInstance.OnObjectSelected(TObject o)
in DS.X3E.TFileEditor.MainWindow.ShowObject(TObject o)
in DS.X3E.TFileEditor.MainWindow.InsertObject(TObject o, Int32 where)
in DS.X3E.TFileEditor.MainWindow.NewObject()
in DS.X3E.TFileEditor.MainWindow.newToolStripMenuItem_Click(Object sender, EventArgs e)
in System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
in System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
in System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
in System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
in System.Windows.Forms.ToolStrip.WndProc(Message& m)
in System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
mscorlib
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3082 (QFE.050727-3000)
Base di codice: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
X3 Editor 2
Versione assembly: 2.0.1.0
Versione Win32: 2.0.1.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/X3%20Editor%202.exe
----------------------------------------
System.Windows.Forms
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3082 (QFE.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3082 (QFE.050727-3000)
Base di codice: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
3DViewer
Versione assembly: 1.0.1.0
Versione Win32: 1.0.1.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/3DViewer.plugin
----------------------------------------
SlimDX
Versione assembly: 2.0.3.37
Versione Win32:
Base di codice: file:///C:/Programmi/X3%20Editor%202/SlimDX.DLL
----------------------------------------
CatManager
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/CatManager.plugin
----------------------------------------
IconDataViewer
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/IconDataViewer.plugin
----------------------------------------
JobEditor
Versione assembly: 1.1.0.0
Versione Win32: 1.1.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/JobEditor.plugin
----------------------------------------
TDebugger
Versione assembly: 1.0.1.0
Versione Win32: 1.0.1.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/TDebugger.plugin
----------------------------------------
TFileEditor
Versione assembly: 1.1.0.0
Versione Win32: 1.1.0.0
Base di codice: file:///C:/Programmi/X3%20Editor%202/TFileEditor.plugin
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Base di codice: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
p.s... I hope you can understand the parts in Italian...
