@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
Scheduler is bugged
-
Recieing script errors that shouldn't be there at the time, running the script in the normal bas everything runs fine and even has ignore errors.
"bot1 [987858374] [12:26:28] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_NEW_LIST4 during execution of action 987858374"
"
Something is wrong with Scheduler -
@rekaa0251 said in Scheduler is bugged:
Recieing script errors that shouldn't be there at the time, running the script in the normal bas everything runs fine and even has ignore errors.
"bot1 [987858374] [12:26:28] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_NEW_LIST4 during execution of action 987858374"
"
Something is wrong with SchedulerMost likely you use the "OnApplicationStart" function or the "Run function in several threads" action with local variables. To transfer data to these functions, you must use global variables or resources.

-
it seems u perform any action (maybe if statement?) on variable that wasnt yet set.
-
@yourfriendkarol I found what it's doing, it's calling the "RANDOM_LIST_ELEMENT4" before it even creates the "NEW_LIST4"
So it tries to take an element from a list that doesn't yet exist but this does not happend in normal bas lmao -
@rekaa0251 said in Scheduler is bugged:
@yourfriendkarol I found what it's doing, it's calling the "RANDOM_LIST_ELEMENT4" before it even creates the "NEW_LIST4"
So it tries to take an element from a list that doesn't yet exist but this does not happend in normal bas lmaoRestart the script in "record" mode:

and you will have the same mistake