Getting error messages in game

Aarow

New member
I've edited a built in map in TS09 with the surveyor but when i am testing it i keep getting error messages from the message bar like these ones:

Scenerytrigger > Gleis6 = track6b
Scenerytrigger > Gleis5 = track5b
Scenerytrigger > Gleis4 = track4b
.
.
Scenerytrigger > Init Complete

and so on.
I am sure that I've not set up any trigger on the map and also i have not yet set any rules from the session menu in surveyor.
So what the heck is this scenery trigger thingy?
 
Haven't seen that one myself. The constant message I'm getting in various maps is this one:

Signal : Thread Exception: ER_NativeCallError, line -1, file signal.gs (1)

Makes my computer stu-stu-stutter. :(
 
Aarow, you probably still have something on the map that is calling for the trigger. I don't know what it could be.

Tiger, your error refers to a scripted signal. Start deleting signals until the errors go away, then use different signals. Do this if you can't figure out what object is causing the error.
 
Thanks, i will try to find the object causing trigger anyway..

"tiger", i know your problem, the same happened to me in "Wadalbavale Line" a time ago; the reason is the non-track objects on the railway such as road crossings and also some passenger stations can cause it on the track so try to replace them.
 
Changing the image in the menu can be done in two places one for the route and the other for the session.

In both cases you make a make a 512x512 jpg of the image and put a reference to it into the thumbnails container in the config.txt.

Save the image in the same folder as the config.txt..no need to make a new folder.

So you might add the following to the thumbnails container, if you have a thumbnail 0 already the next one will be


1
{
image "myfile.jpg"
width 512
height 512
}

remember the thumbnails must be numbered consecutively starting at 0.

A standard 240x180 thumbnail will also work but will be distorted and blurred..
 
Delete Depot

I know this is an old post but ran into the same issue. It come from the "depot" asset. Delete the asset and the messages will go away. Don't what it does to create the messages in Driver.
 
Back
Top