Release Trade Computer Extension Mk.II

Thank you for your reply as always.

Does that mean that, if I am running the EDMC application itself, that I can disable the TCE service option? I believe it does, but I'd like to be sure.
If you deactivate the EDMC service, the trading markets will no longer be updated (goods prices, shipyards, ship equipment, hangar, etc.). The Connect button will then no longer be available.
 
It's me again, sorry!

In the Navigation Panel, are the "State of Knowledge" statuses for each system supposed to be automatically updated? I know for a fact that I just explored a system last night and turned in a complete 45/45 planetary bodies scan result, but that system in TCE just says "Visited" for it's State of Knowledge.

Can it be updated when CORVAS tells me that I've scanned everything in the system, or do we need to update the status ourselves?

Thank you for everything. :)
 
Last edited:
It's me again, sorry!

In the Navigation Panel, are the "State of Knowledge" statuses for each system supposed to be automatically updated? I know for a fact that I just explored a system last night and turned in a complete 45/45 planetary bodies scan result, but that system in TCE just says "Visited" for it's State of Knowledge.

Can it be updated when CORVAS tells me that I've scanned everything in the system, or do we need to update the status ourselves?

Thank you for everything. :)
Currently you have to change it yourself, but if you send me the journal log of the session I will check if this can be done automatically as well.
 
I don't know if I have a journal that would definitely have the trigger, but I know that, when using the FSS, the game knows when you've discovered all the planetary bodies in the system (I am using HCS voicepacks and it tells me "You have discovered all the bodies in this sytem."), so I think there is likely a journal entry 'trigger' to look for.

I will load up ED here in a bit and deliberately go explore a new system and hopefully that journal will be useful for you.

Thank you again, again, and again. :)
 
I think we have a winner!

I checked my last journal, and found the following event:

{ "timestamp":"2024-12-11T10:01:58Z", "event":"FSSAllBodiesFound", "SystemName":"Alrai Sector CL-Y d129", "SystemAddress":4442866846067, "Count":14 }

If that is the kind of thing TCE can track, then I think the FSSAllBodiesFound should do it?

Here's the full journal for reference. Line 106 is what I quoted.

Edit: There is also an event which fires when the discovery scan is done, which seems like tracking that event would allow a system State of Knowledge to automatically change from visited to scanned if I understand things? (Line 86)

{ "timestamp":"2024-12-11T10:00:05Z", "event":"FSSDiscoveryScan", "Progress":0.381217, "BodyCount":14, "NonBodyCount":0, "SystemName":"Alrai Sector CL-Y d129", "SystemAddress":4442866846067 }
 

Attachments

  • Journal.2024-12-11T024729.01.log
    139.3 KB · Views: 167
Last edited:
I believe I might have found a bug, or at least possibly an inconsistency.

I am flying in the Negidals system, and I have several markets which I have not visited since a very long time ago. 3302 in game-years, however they do show as having been "Visited," for example:

image.png


I ran TCE-Relay, telling it to update a Trade range of 75 LY and sphere of 150LY, which is definitely enough to catch all of the markets in this system, yet the data age on the above photo shows 3302, despite the market actually being updated, as shown here:

image.png


Both photos were taken after TCE-Relay had completely finished its process, and I even shut down TCE and restarted it. Am I misunderstanding the data age field in the first photo, or should it also update the date when TCE-Relay updates?

(In case it matters, all of the markets I have not physically landed at recently all show the same data age discrepancy. When I do land at them, the data age field in the first photo does get updated to today's date.)

Thanks. :)
 
I believe I might have found a bug, or at least possibly an inconsistency.

I am flying in the Negidals system, and I have several markets which I have not visited since a very long time ago. 3302 in game-years, however they do show as having been "Visited," for example:

image.png


I ran TCE-Relay, telling it to update a Trade range of 75 LY and sphere of 150LY, which is definitely enough to catch all of the markets in this system, yet the data age on the above photo shows 3302, despite the market actually being updated, as shown here:

image.png


Both photos were taken after TCE-Relay had completely finished its process, and I even shut down TCE and restarted it. Am I misunderstanding the data age field in the first photo, or should it also update the date when TCE-Relay updates?

(In case it matters, all of the markets I have not physically landed at recently all show the same data age discrepancy. When I do land at them, the data age field in the first photo does get updated to today's date.)

Thanks. :)
The value in the Data Age row shows the date of the last visit in the first image, not the last update of the data. I will change the description with the next update to make it less misleading.
 
Version [1.9.5.3] released
Changelog:
  • Added two journal events to the event monitor (FSSAllBodiesFound and FSSDiscoveryScan) to update the State of Knowledge (SOK) value automatically.
  • Fixed a display issue with the New Summary Panel.
  • Changed the description for the 'Last Time Visited' value in the location information of the star system content display in the navigation panel.
Notes:
Either download the version above, install and transfer your old database, or use the auto-update function of the launcher.
Click the 'new version' notice at the bottom of the launcher.

If you find an error or bug, please report and use the Report a Bug button at the launcher and don't forget to copy and add the error details and ErrorReportFile.7z archive.
 
UPD> reinstall to C:\ helped! Issue gone.

Hello everyone! I can't log in.
The program starts, determines the cmdr.
When I click Login, it gives the message:
"TCE Login. Unhandled exception has occurred in your application. If you click Continue, the app will ignore this error and attempt to continue. If you click Quit, the app will close immediately.
Could not find a part of the path "F:\EliteDangerous\TCE\DB\TCE_Stars.db"
"See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\EliteDangerous\TCE\DB\TCE_Stars.db'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
at Trade_Computer_Extension.TCE_Launcher_Login.Pre_database_check() in F:\Trade Computer Extension\Trade Computer Extension\TCE_Launcher_Login.vb:line 470
at Trade_Computer_Extension.TCE_Launcher_Login.LogInTCE() in F:\Trade Computer Extension\Trade Computer Extension\TCE_Launcher_Login.vb:line 133
at System.Windows.Forms.Control.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.Label.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Trade Computer Extension MK.II
Assembly Version: 1.9.5.3
Win32 Version: 1.9.5.3
CodeBase: file:///F:/EliteDangerous/TCE/Trade%20Computer%20Extension%20MK.II.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 14.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4435.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
Newtonsoft.Json
Assembly Version: 10.0.0.0
Win32 Version: 10.0.3.21018
CodeBase: file:///F:/EliteDangerous/TCE/Newtonsoft.Json.DLL
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
Snippets
Assembly Version: 0.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.

Clear instal of TCE. Never Use before.
Yes, I installed TCE to game folder )
After instal, I hav'nt DB folder at all.
Game ver - Odissey, updated.
EDMarket - working, connected properly.

After pressing Continue - infinite Loading
How to get DB folder or TCE_Stars.db ?
Pls help to fix error.
 
Last edited:
UPD> reinstall to C:\ helped! Issue gone.

Hello everyone! I can't log in.
The program starts, determines the cmdr.
When I click Login, it gives the message:
"TCE Login. Unhandled exception has occurred in your application. If you click Continue, the app will ignore this error and attempt to continue. If you click Quit, the app will close immediately.
Could not find a part of the path "F:\EliteDangerous\TCE\DB\TCE_Stars.db"
"See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\EliteDangerous\TCE\DB\TCE_Stars.db'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
at Trade_Computer_Extension.TCE_Launcher_Login.Pre_database_check() in F:\Trade Computer Extension\Trade Computer Extension\TCE_Launcher_Login.vb:line 470
at Trade_Computer_Extension.TCE_Launcher_Login.LogInTCE() in F:\Trade Computer Extension\Trade Computer Extension\TCE_Launcher_Login.vb:line 133
at System.Windows.Forms.Control.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.Label.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Trade Computer Extension MK.II
Assembly Version: 1.9.5.3
Win32 Version: 1.9.5.3
CodeBase: file:///F:/EliteDangerous/TCE/Trade%20Computer%20Extension%20MK.II.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 14.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4435.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
Newtonsoft.Json
Assembly Version: 10.0.0.0
Win32 Version: 10.0.3.21018
CodeBase: file:///F:/EliteDangerous/TCE/Newtonsoft.Json.DLL
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
Snippets
Assembly Version: 0.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.8.4420.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.

Clear instal of TCE. Never Use before.
Yes, I installed TCE to game folder )
After instal, I hav'nt DB folder at all.
Game ver - Odissey, updated.
EDMarket - working, connected properly.

After pressing Continue - infinite Loading
How to get DB folder or TCE_Stars.db ?
Pls help to fix error.
Hello wanted,

your problem appears to be a security-related issue with Windows or your installed AV app.
The TCE setup creates a DB folder and the files it contains are copied when you first start it. They come from the TDM folder, where all database files are located in their initial state.

You must add an exception for the TCE installation folder in your AV or Windows before starting and grant administrator rights if necessary. The TCE setup may have to be run with admin rights so that the required folders and files can be copied to your installation drive.
 
Hi Eventure,

I have 2 issues with my setup, one is the settings which has a red explanation mark against it but I can't see anything wrong, I have used the auto option to get the game path so that should be ok?
Could you take a look please and see what is wrong?

The other problem is in the locations db which is showing an error but the repair function just keeps trying to perform a repair until I kill the process after an hour.

If you need a copy I can upload it to dropbox.

Have a happy new year!

Thanks,

Martin
 

Attachments

  • Screenshot 2024-12-30 205348.png
    Screenshot 2024-12-30 205348.png
    438.4 KB · Views: 183
Hi Eventure,

I have 2 issues with my setup, one is the settings which has a red explanation mark against it but I can't see anything wrong, I have used the auto option to get the game path so that should be ok?
Could you take a look please and see what is wrong?

The other problem is in the locations db which is showing an error but the repair function just keeps trying to perform a repair until I kill the process after an hour.

If you need a copy I can upload it to dropbox.

Have a happy new year!

Thanks,

Martin
Hi Arnak,
the red mark means you are running ED in full screen mode and not windowed mode, that's why the Game Display Mode is written in red.
For the database issue, I need yours to check, so please upload the ErrorReportFiles archive for me.
Thanks in advance!
 
Version [1.9.5.4] released
Changelog:
  • Fixed a problem when trying to repair the Locations database.
  • Fixed an error in TCE Relay when extracting station data from records.
Notes:
Either download the version above, install and transfer your old database, or use the auto-update function of the launcher.
Click the 'new version' notice at the bottom of the launcher.

If you find an error or bug, please report and use the Report a Bug button at the launcher and don't forget to copy and add the error details and ErrorReportFile.7z archive.
 
Last edited:
Having trouble getting this program to work again after a few years of absence. I am trying to start with a new database and every time I let the relay start processing it gets stuck on the finishing preprocessing stage for hours. I then cancel it and go to the databases tab and click verify and get an error on registered markets. I try repairing it and run relay again and I end up in a loop. I have tried on versions 1.9.5.0 up until the latest 1.9.5.4. This is on a fresh install and fresh database and I added both the main program, the relay, and the install folder as exclusions in my antivirus. Maybe you can help figure this out? I sent you an email as per the report a bug instructions.
 
Having trouble getting this program to work again after a few years of absence. I am trying to start with a new database and every time I let the relay start processing it gets stuck on the finishing preprocessing stage for hours. I then cancel it and go to the databases tab and click verify and get an error on registered markets. I try repairing it and run relay again and I end up in a loop. I have tried on versions 1.9.5.0 up until the latest 1.9.5.4. This is on a fresh install and fresh database and I added both the main program, the relay, and the install folder as exclusions in my antivirus. Maybe you can help figure this out? I sent you an email as per the report a bug instructions.
Hello Thorman,
thank you for your report!

I checked your configuration files and found that you have installed TCE on your OS/Windows drive which might be causing your issue.
The OS drive has strict security settings which might prohibit file modifications or creations in that location.

I suggest uninstalling TCE from your C drive and installing it on your next available drive which has enough space around 15GB if you are using TCE Relay.
That should fix the issue for you. Otherwise please contact me again if the issue persists or you encounter other problems.
 
Hi, I have tried installing it to my E Drive and it still seems to have the exact same problem. I deleted the folder from the C Drive and reinstalled to E:/TCE. I will email over the report a bug log now.
 
Version [1.9.5.5] released
Changelog:
  • Added a progress indicator when reading the resource extractions sites export file of TCE Relay.
  • Added an option to activate the TCE Relay debug log in the Extension tab of the launcher.
  • Fixed two minor display issues in the Extension tab of the launcher.
  • Fixed an issue when reading the Resource Extraction Sites export file from TCE Relay.
  • Removed an invalid entry in the EDSM Station database which could result in an error in the Registered Market database.
Notes:
Either download the version above, install and transfer your old database, or use the auto-update function of the launcher.
Click the 'new version' notice at the bottom of the launcher.

If you find an error or bug, please report and use the Report a Bug button at the launcher and don't forget to copy and add the error details and ErrorReportFile.7z archive.
 
Back
Top Bottom