Hmm, as i see, it has to do with your position. Did you was at a recorded station before? What you did before?
Created a station and then landed at it. It didn't detect that is where I was, so I pointed it to it and that's when the crash occurred.
Hmm, as i see, it has to do with your position. Did you was at a recorded station before? What you did before?
It is the same, so there should be no problems. One thing has to be done, when using a pre V1.38 version:
Note: I found a bug in the database (Stars table). There are a double entry for STAR ID 18285. Please change the ZOSMA star system (ID 18285) to ID 18284. I suggest to change this. V1.38 databases (non-beta) are not affected, only pre V1.38 versions.
Hi Eventure
Still using v1.38b as I have not been playing for a few days. Coming back to the game however I have noticed a number of strange things happening with TCE.
- In the Access tables would I be right in saying that the 'System' row in the StationPrices table is linked to the 'ID' row in Stations?
- If so then I am at a loss to explain what is happening. I have been collecting commodities data at all stations I have visited but noticed that when using the Trade tool very few stations seemed to have data. Going into the StationPrices table in Access I noticed that all the recent stations I had visited had no prices recorded (i.e. they were showing zero alongside the Good ID). Is it possible the reset prices routine has wiped the data in some way?
- Also from time to time I seem to get a corrupted station, these tend to show up with an 'Updated Date' of 30/12/1899. Is this by accident or design? This sometimes seems to occur when a station is added with an incorrect 'body number'. A few times I have added a station only to see it not showing up in the main panel after it is saved. After restarting TCE I notice that the body number has changed and entering the station again saves OK as it should.
- Prior to the above investigations I noticed in the Trade tool that one of the 'corrupted' stations was showing commodity prices that were obviously wrong and simply assumed that I had not spotted the incorrect prices when using OCR but now I am not so sure. This station is now showing zero prices for all goods. I have not visited this system again in the meantime so somehow the prices have been set to zero along with other stations without any input from me.
Still a great tool though and getting better all the time. If you can solve my current problem I'll be tempted to make a further donation
Thanks
Yes, the System row is the Station ID. The 30/12/1899 is not a corruption. Its a Date value of zero (no updated commodities yet). So all prices are zero, because nothing was scanned. Will look into the Body Id issue, you have.
Hmmm.. yes this explains the strange dates but as regards the wrong body number that is sometimes applied to the station I have had instances where I have had difficulty adding a station and when looking at the station table afterwards it shows two entries each with a different body number. I have been able to determine the incorrect one as it has had the 1899 date (I had obviously not scanned the prices for this) and I have then deleted it.
Also the above explanation would not account for the loss of station prices that I have been experiencing. For those stations that are affected I notice that all 81 goods are listed (regardless of whether all 81 were traded at the station) with a zero price - this is what lead me to think that somehow the reset prices routine had caused this. What do you think?
Windows 7 Home Premium 64bit
Office 2016 32
Access Runtime 32
TCE Version: 1.38c
When I first start TCE at first I get this error:
View attachment 26463
Clicking OK allows TCE to Continue and appears to work as expected, although when it's loaded up I can't enter any data.
Quitting TCE also produces this error and Debug Information.
View attachment 26464View attachment 26465
Eventure I really don't know what to say now. Thanks just isn't enough. You have absolutely outdone yourself now making the interface fit in neatly with the ship.
Nice one Eventure, any chance of a screen shot of the new UI?
Another nice evening, seaching for a new trade route.
So extensive use of TCE for the last few hours, without error so far !
I just found a station with Tourism economy.
there is all the double tourism/*** in TCE's list
but not Tourism only.
That was with V1.38c
Now downloading V1.39 beta 1
and another big Thank You to Eventure ! wishing I could send more rep !!!
I run this on 2 pc's and have been moving TCE.mdb back and forth when I switch pcs. Does this mean to keep my info I need to move both TCE.mdb and Panel.mdb databases or is TCE.mdb the one that contains my station, star and price data?
Please change the Economy ID 15 to Tourism at the database, there is double entry for Military. Only pre V1.38 version databases are affected.
2. reporting a minor panel placement inconvenience when first selecting compact UI
the CURRENT POSITION panel is on top of the TRADE COMPUTER EXTENSION button
View attachment 26724
5. report error 9 on trying to select a destination
Private Sub BTN_Hide_Click()
Dim DataObj As New MSForms.DataObject
Dim s As String
If DES_Unregistered = False Then
s = DES_SysData(DES_StationID, 3)
Else
s = DES_SysData_UR(DES_StationID, 3)
End If
DataObj.SetText s
DataObj.PutInClipboard
ScanHalt = False
PanelOpen = False
If Menu_Mode = "CLASSIC" Then
If Main_Panel = "TOP" Then
Panel_Menu_top.Calc.Caption = "PROCESSING"
Panel_Menu_top.Calc.Visible = False
Panel_Menu_top.BTN_Trade_Layer.BackColor = TCE_Color
Panel_Menu_top.BTN_Trade_Label.ForeColor = 0
Else
Panel_Menu_bottom.Calc.Caption = "PROCESSING"
Panel_Menu_bottom.Calc.Visible = False
Panel_Menu_bottom.BTN_Trade_Layer.BackColor = TCE_Color
Panel_Menu_bottom.BTN_Trade_Label.ForeColor = 0
End If
End If
Me.Hide
Panel_Trade.DES_Display
Panel_Trade.Show
DoEvents
End Sub