Crash error not caught in logs file
-
D:\BrowserAutomationStudio\logs\log
i dont have any error there. i didnt see anything in BAS interface before crash so maybe there wasnt any error message.
However is it possible to see last executed actions?
because this log file doesnt contain them
-
@yourfriendkarol said in Crash error not caught in logs file:
D:\BrowserAutomationStudio\logs\log
i dont have any error there. i didnt see anything in BAS interface before crash so maybe there wasnt any error message.
However is it possible to see last executed actions?
because this log file doesnt contain them
In the text log will be only the information that you yourself will bring into it.
-
Here's a simple crash for BAS. This won't help your current case, but hope it will give some debugging insight to solve/find this issue you're having.
Threads: 2 | Success: -1, Fail: 600
log("I'm Logging") log(VAR_BARB)
Solution Code:
ERROR: You'll notice Thread #2 is Never Launched before/during/after the Endless Loop crash.
~~BAS~LOG~~[.][black][914317684] [15:11:29] Thread #1 : I'm Logging ~~BAS~LOG~~[-][red][580651930] [15:11:29] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_BARB during execution of action 580651930"
Logs for Studio:
D:\Program Files (x86)\BrowserAutomationStudio\logs\log D:\Program Files (x86)\BrowserAutomationStudio\apps\21.7.2\debug.txt
Compiled Standalone:
D:\Program Files (x86)\BrowserAutomationStudio\release\ScriptName\appslocal\logs\log D:\Program Files (x86)\BrowserAutomationStudio\release\ScriptName\data\debug.txt D:\Program Files (x86)\BrowserAutomationStudio\release\ScriptName\appslocal\SID{Random}\engine\debug.txt
Crash Report from Windows:
C:\Users\{USERNAME}\AppData\Local\CrashDumps\BrowserAutomationStudio.exe.{Random}.dmp Compiled: C:\Users\{USERNAME}\AppData\Local\CrashDumps\FastExecuteScript.exe.{Random}.dmp
This Crash Error:
-
@allister wow thanks. that info should be pinned!