renaudbedard / fez-1.12-issues

A public repository for FEZ 1.12 testers to log issues
9 stars 0 forks source link

Game crashed. My theory is that 2 textboxes wrer triggered at the same time. #163

Closed Gyoo closed 7 years ago

Gyoo commented 7 years ago

Context : I just got 32 cubes. To anticipate Dot's dialogue I mashed B early and it triggered a dialogue with an NPC. Game crashed during this dialogue, and I assume the game tried to have Dot's dialogue "at the same time"

Video : https://www.twitch.tv/gyoo_/v/97119326

Logs : [2016-10-25] Debug Log #3.txt

flibitijibibo commented 7 years ago

According to the log it crashed because the text had an invalid character... I wonder what that character was?

A Quick Fix(TM) for this crash would be for us to set a DefaultCharacter for the fonts, but I'm genuinely curious as to what string has the invalid character, or if it was just trashed memory getting sent to MeasureString.

Gyoo commented 7 years ago

So maybe this specific NPC has a character that became invalid for some reason ?

renaudbedard commented 7 years ago

I think what the problem is here, is that DOT speaks in Zuish in the ZU village... She shouldn't. I'll test that.

renaudbedard commented 7 years ago

Fixed! Will update asap.