Introduction to Error Management

Forum for discussion about TSRE features.
eolesen
Posts: 57
Joined: 28 Feb 2021, 02:39
Jeffrey, you're wasting everyone's time chasing down conditions MSTS can't handle.

eolesen
Posts: 57
Joined: 28 Feb 2021, 02:39
krausjxotv wrote: 08 Apr 2021, 18:26 Another type of error are shapes used in world files or speedpost.dat file and not included in the SHAPES folder.

Check shape-objects for sake of completeness! (2551)
[snip]
Shape 'UP-Milepost-2YOffset.s' is NOT defined!
Shape 'UP-Milepost-3tOffset.s' is NOT defined!
Shape 'UP-Milepost-3yOffset.s' is NOT defined!
Validating against speedpost.dat is yet another obsolete remnant and a waste of time.

What matters is if a shape is used and not actually present. None of those milepost objects are actually used in this route.

krausjxotv
Posts: 4
Joined: 02 Apr 2021, 00:34
There are tiles with missing and invalid terrain textures. -04ee60d0.t, -04ee60dc.t, -04ee60c4.t, -04ee60d8.t, -04ee60d4.t, -04ee602c.t

These should be ACE and not BMP.
terrain_shader ( AlphaTerrain
terrain_texslots ( 1
terrain_texslot ( brownfield.bmp 1 0 )
)
terrain_uvcalcs ( 1
terrain_uvcalc ( 1 0 0 0 )
)
)

Missing ACE texture.
terrain_shader ( DetailTerrain
terrain_texslots ( 2
terrain_texslot ( -04ee60c4_7_15.ace 1 0 )
terrain_texslot ( microtex.ace 1 1 )
)
terrain_uvcalcs ( 2
terrain_uvcalc ( 1 0 0 0 )
terrain_uvcalc ( 2 0 1 32 )
)
)

Open Rails does not currently warn on missing or invalid terrain textures in tile (.t) files. It shows a grey texture instead. If all of the textures are missing then the problem is obvious. If only a few textures are missing this is a problem that would probably not be noticed and repaired.

dforrest
Posts: 2
Joined: 15 Mar 2019, 23:22
Is there a way of printing out a list of the errors found together with the details and suggestions given in the table?

Post Reply