@Anawandur
I have now searched through all the files (start.g, start script, filament script, intro line script) and I did not find the word "started" anywhere.
Lost in translation? I hope you didn’t search for "started" but instead looked for the German word "gestartet" … 😁
This aside, can you provide us with a screenshot of the error message?
Then, try to narrow down on the spot where the error occurs. To begin with, insert this line at the end of your start.g macro:
M291 P"Kuckuck" S0
And start your print (sufficient to simulate it with M37). If the error pops up before you see the message, it must be in start.g or any other macro which has been called before that. So, remove the M291 gCode and paste it into another macro of the call chain.
If, however, the error occurs after the message, look at the start section from your slicer.
Admittedly, this is a tedious task, but it's a good way to locate the origin of the error message you get. When you've spotted that macro, post it here.