Use a script to perform an evalmath on an unset variable. ie: evalmath nextRefreshAt $lastRefreshGametime + 86400 where $lastRefreshGametime has not been initialized or is initialized incorrectly with if (!($lastRefreshGametime >0)) then put #var $lastRefreshGametime 0
Crash result does not give debug info from script or into logs. Immediately closes both the problem window and the application. It's a dumb typo, but it's a dumb typo that doesn't crash genie3.
OS: Win 10 Genie Version: 4.0.1.2
Reproduction steps:
evalmath nextRefreshAt $lastRefreshGametime + 86400
where $lastRefreshGametime has not been initialized or is initialized incorrectly withif (!($lastRefreshGametime >0)) then put #var $lastRefreshGametime 0
Crash result does not give debug info from script or into logs. Immediately closes both the problem window and the application. It's a dumb typo, but it's a dumb typo that doesn't crash genie3.