Known issue: iCash crashing when printing on Sierra

stanbusk

Administrator
Staff member
iCash may crash when trying to print on Sierra.

iCash keeps the printer settings in its preference file. Sierra seems to have a problem with it. We are working on a solution but in the meantime you can try to remove that string in the file or the whole preferences.

The file in question is: ~/Library/Preferences/Maxprog/iCash/Preferences

If you decide to edit it and remove the printer settings just open it with free TextWrangler (download) and remove the line that start with '\PrinterSetup=': so you go from this:

Code:
\CheckForUpdatesAtLaunch=	1
\LastUpdateCheckDate=	20161020
\PrinterSetup=	YnBsaXN0MDDUAQIDBAUIWFlUJHRvcFg...
\DontAskAnymore=	0
\AppActivated=	1
to this:

Code:
\CheckForUpdatesAtLaunch=	1
\LastUpdateCheckDate=	20161020
\DontAskAnymore=	0
\AppActivated=	1
If you prefer to delete the whole file just throw it to the trash, your will just need to establish your preferences again inside iCash.

Once you are done, launch iCash again.

--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 
Top