I’m trying to collect a crash, but when it occurs after error:
assert(false)
crash.write_dump()
The error is printed, but I get a warning in console after:
WARNING:CRASH: Crashdump version or format does not match: Crash version: 1128354388.538982981 Tool Version: 2.51144
and then:
local dump = crash.load_previous()
dump is nil
When there is no error (assert commented out) the dump is correct (not nil
). Why is this happening?