@Fox Yes, thanks. I read all the messages.
BAS Crashing afyer 2 3 hours.
-
I have made a bot. but it is crashing every 2 3 hours. How can I solve this issue.? I have attached the screenshots of event logs from windows.
I am running the Compiled version of bot which is crashing. If I run from inside BAS it works fine.


-
@rohitpateldgm perhaps memory leak, or try to run less threads
i faced this issue when i forced cpu to work on more threads that it can handle -
it's running with just 1 thread. and CPU is also not much used. everything stable.
-
@rohitpateldgm then i guess, its some kind of memory leak
-
how to investigate and fix it? can you provide some idea?
-
@rohitpateldgm run your soft, check total memory after 30m/1h/2h if its increased all time, then its 100% memory leak
check what are you doing with arrays, adding/deleting something in somewhere, it can be your bug, where you just forgot to free memory somewhere, so i guess, just check every cube -
@rohitpateldgm
What version of BAS are you using?
What OS are you using?
Does this problem only occur with one project or with others too?
Please attach the project you are having the problem with to this thread or in a private message on the forum.