Crash dump after error occurence is nil?

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 :confused:

When there is no error (assert commented out) the dump is correct (not nil). Why is this happening?

Brainrot :sweat_smile:

Of course after assert there is no crash.write_dump() called (but somehow warning appears, this I can’t explain), so don’t mind the above post at all :sweat_smile:

1 Like