@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
BAS compiled script crashing
-
I am running a compiled script on a VPS, so sometimes it shuts down by itself after a few minutes, sometimes after a few hours.
No one should try to find an error in my script because I am running the same script on my PC without compiling it and it has been working regularly. -
Have you tried running the project with compilation on your PC? Maybe the same thing would happen there.