
Originally Posted by
Vince
You are editing a route?
++ Does the route have **Interactive Objects installed?
It does have interactive objects installed (I'm updating a route that I posted to trainsim.com)

Originally Posted by
Vince
++ Have you run the Route_Riter [ICHK] test found on the TSUtils Tab?
This test will eliminate your guessing and possibly nail the bug.
The [Check Route] test on the Route Utils Tab does not test a routes database files, mainly testing the shape & texture files.
I just did that, and I found something interesting, so it turns out there are four problems with the TDB (and they all appear to be on the same tile, along with similar errors)
Here is a rundown of what the report said (Where the TrackNode is shown first and the error shown on the Report in [abcxyz] unedited. The location of the error in the TDB (the number told on the TDB is shown in [number] also.
Code:
Errors (4):
------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- -----------
TrackNode ( 349
TrJunctionNode ( 0 218 1 )
UiD ( -11140 14491 1 0 2147472508 -2147469157 [2.26021e+020] -1.64118e-010 1.28183e+021 5.47061e-012 0.174533 -1.5708 )
TrPins ( 1 2
TrPin ( 0 0 )
TrPin ( 389 1 )
TrPin ( 391 1 )
)
)
['TrackNode(349)-TrJunctionNode-Position': Value of position X (2.26021E20) is too large! (Ix=349)]
------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- -----------
TrackNode ( 389
TrVectorNode (
TrVectorSections ( 2 183 218 -11140 14491 0 0 1 00 2147472508 -2147469157 [2.26021e+020] -1.64118e-010 1.28183e+021 -5.47061e-012 3.31612 1.5708 175 218 -11140 14491 0 0 1 00 2147472508 -2147469157 2.26021e+020 -1.55854e-010 1.28183e+021 -5.47061e-012 3.31612 1.5708 )
)
TrPins ( 1 1
TrPin ( 349 0 )
TrPin ( 390 1 )
)
)
['TrackNode(389)-TrVectorNode-TrVectorSections(0)-Position': Value of position X (2.26021E20) is too large!]
------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- -----------
TrackNode ( 391
TrVectorNode (
TrVectorSections ( 1 179 218 -11140 14491 0 0 2 00 2147472508 -2147469157 [2.26021e+020] -1.64118e-010 1.28183e+021 -5.47061e-012 3.31612 1.5708 )
)
TrPins ( 1 1
TrPin ( 349 0 )
TrPin ( 392 1 )
)
)
['TrackNode(391)-TrVectorNode-TrVectorSections(0)-Position': Value of position X (2.26021E20) is too large!]
------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- ------------ ---------- -----------
TrackNode ( 392
TrEndNode ( 0 )
UiD ( -11140 14491 1 2 2147472508 -2147469157 [2.26021e+020] 5.47063e-011 1.28183e+021 -5.47061e-012 0 1.5708 )
TrPins ( 1 0
TrPin ( 391 0 )
)
)
['TrackNode(392)-TrEndNode-Position': Value of position X (2.26021E20) is too large! (Ix=392)]
As far as I know, (-11140 14491) is the tile where the problem occurs.