If you need a mirror, depending upon how large the file is, and how many hits you get, I can host a mirror for you

Moderator: Moderators for English X Forum
Did you save your save file over the X-Universe.xml file in the sector planner directory? This would cause this problem. (I really should make that file read only on install!)Raivein wrote:Sector Planner was lovely... untill I came across a bug. Using Logann's updated company.value script, I uploaded my nascent empire, fixed the values for the mines( the script doesn't figure out what yeild mines they are), and saved the game.
When I reloaded the program, the default map, as well as the map that I saved, only shows sectors that I have factories in, and within those sectors it only shows my own factories.
How is this possible? Has anyone else seen this kind of thing? i'm signing up for summer program now and I'm thinkinng this might be a reason to take that C++ programming course.
Thanks - glad you've found it useful!sndle9 wrote:Wow! blown away by how useful it is, just wish I'd discovered it sooner.
Please tell my you'll update it for X3 if its possible.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: NPC is neither a DataColumn nor a DataRelation for table FactoryResources.
at System.Data.DataRowView.get_Item(String property)
at SectorPlanner.AddFactoryDlg.factoryGrid_MouseDown(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.DataGrid.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
SectorPlanner
Assembly Version: 1.5.2101.20592
Win32 Version: 1.5.2101.20592
CodeBase: file:///E:/Program%20Files/X2%20Sector%20Planner/SectorPlanner.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
PluginInterface
Assembly Version: 1.0.2101.20592
Win32 Version: 1.0.2101.20592
CodeBase: file:///E:/Program%20Files/X2%20Sector%20Planner/PluginInterface.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
DeleteNPCFactories
Assembly Version: 1.0.2101.20592
Win32 Version: 1.0.2101.20592
CodeBase: file:///E:/Program%20Files/X2%20Sector%20Planner/Plugins/DeleteNPCFactories.dll
----------------------------------------
SectorView
Assembly Version: 1.0.2101.17706
Win32 Version: 1.0.2101.17706
CodeBase: file:///E:/Program%20Files/X2%20Sector%20Planner/Plugins/SectorView.dll
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.