moomarc wrote:Thanks Max! This is long overdue! There's still going to be an issue when forge won't start at all because of a corrupt layout. So is there any way to detect that crash and run the layout reset automatically? Alternatively, would it be viable/possible to make a Stanton alone cleanup utility that would be packaged with Forge releases?
Won't Forge start at all because of a corrupt layout?
Never seen that. Is there a stack trace for that case?
They used to report black screens at match start (exception in worker thread), the very exceptions starting match or deck editor.
Yes, it's generally possible to detect the problem related to match layout. Surround with try-catch a block of code in FControl, and suggest layout reset under catch, the try again the layout. Let me do it now.