Posted January 18, 2025 by turanszkij
This month I’ve been trying to figure out why the game is crashing in different places on different systems. I’ve found some graphics driver issues that were optimizing some complex shaders incorrectly, which could result in invalid memory accesses. This usually manifested as the popup saying “DXGI_INVALID_COMMAND” or “DXGI_DEVICE_HUNG”, or just crash without any information. I am hoping that these issues will not appear from now on. Apart from that there is extra logging now which is written to the log.txt near the exe, which could help detect other errors and let you report it if you wish.
Thank you for the support!