How to debug?

https://attnam.com/topics/How-to-debug

The Cathedral of Attnam > IVAN Development

#1 Dec 7, 2017, 12:39 pm Hide

capristo

I've seen the game seg fault occasionally, mostly when descending into a new level. Is there any debug info or log I can look at so that I can give a useful bug report?
#2 Dec 9, 2017, 7:36 pm Hide

capristo

I think I've figured out that a lot of the segmentation faults I'm getting when descending to a new level are because it's trying to load the bones files from a game with different scripts.
#3 Dec 9, 2017, 9:35 pm Hide

fejoa

capristo wrote
I think I've figured out that a lot of the segmentation faults I'm getting when descending to a new level are because it's trying to load the bones files from a game with different scripts.

Ah yes, I had forgotten about that one...
Caught me out a few times in the past.