This patch should hopefully fix the edge-cases of game crashing when dialogue should be played, occurring for example when reaching highest level or changing clothes.
The issue was caused by save bugging out and dialogue system had no clue what to do. The solution I implemented should remove all instances of those once you enter the main, action selection screen. It will force-overwrite session data, clearing dialogue position that for some reason did not reset as it should after the end of an event.