Closed NikitaSmith057 closed 6 years ago
Thanks for the report. This has been reported and fixed already, but the fix is not in the latest release
Got this problem as well. Probably related to this EasyTab issue in the milton.log file. Hope the new release is coming soon.
When milton loads it looks for a "Wintab32.dll" in EasyTab_Load_Ex, if dll is missing the EasyTab is set to NULL, and when closing EasyTab_Unload will try to access the NULL pointer, which causes the crash. I guess you should do a check:
if (!EasyTab) { // Wintab32.dll not loaded. return; }