serge-rgb / milton

An infinite-canvas paint program
GNU General Public License v3.0
1.53k stars 133 forks source link

Closing Crash #83

Closed NikitaSmith057 closed 6 years ago

NikitaSmith057 commented 6 years ago

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; }

serge-rgb commented 6 years ago

Thanks for the report. This has been reported and fixed already, but the fix is not in the latest release

shaunidiot commented 6 years ago

Got this problem as well. Probably related to this EasyTab issue in the milton.log file. Hope the new release is coming soon.