Route 183 cannot be loaded

Use this forum if you found a bug.
Post Reply
Icik
Posts: 4
Joined: 04 May 2020, 15:16
Hi Goku, could you please try to open this track in your editor? Nobody can, it always crashes when loaded. In MSTS or OR the track works normally. It is still strange that it does not work in OR traffic on roads. But it works without a problem in MSTS.
The track can be downloaded here: https://mega.nz/file/bvxDzTia#357CIu58n ... FHzKSzkkJc

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
There is a critical bug Inside RDB file.

Code: Select all

TrackNode ( 1740
	TrVectorNode ( )
	TrPins ( 1 1
		TrPin ( 1741 1 )
		TrPin ( 829 1 )
	)
)
TrVectorNode can't be empty.
Solution, just remove this item. TSRE can handle loading TDB files with missing items and will fix it on save.
You can also remove id 1741 and id 829 item.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Next TSRE version will handle this case, load route and throw an error message.

m61
Posts: 5
Joined: 16 Jan 2019, 20:46
Location: Poland
Plzen_TSRE.jpg
Plzen_TSRE.jpg (805.93 KiB) Viewed 7404 times
Trat 183.jpg
Trat 183.jpg (651.47 KiB) Viewed 7404 times
Trat 183 error1.jpg
Trat 183 error1.jpg (500.75 KiB) Viewed 7404 times

Šnek
Posts: 1
Joined: 05 May 2020, 06:57
Zdravím, při odebrání této položky TrackNode ( 1740
TrVectorNode ( )
TrPins ( 1 1
TrPin ( 1741 1 )
TrPin ( 829 1 )
)
)

nejde spustit editor aktivit pro msts.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Yes, I know. MSTS doesn't allow NULL track nodes.
Remove items 1740, 1741, 829 and then open TSRE and save. TSRE will reorder RDB file and it should work fine after save in MSTS.

Icik
Posts: 4
Joined: 04 May 2020, 15:16
Everything seems to be working. Thank you Goku for your support.

Post Reply