<div class="markdown">
<p dir="auto">On 30 Apr 2015, at 7:38, Robert Anders wrote:</p>

<blockquote>
<p dir="auto">I don't know what happened (yesterday everything was working fine (of course ;)) but whenever i try to start MM it instantly crashes:</p>
</blockquote>

<p dir="auto">I'll do what I can to help.</p>

<blockquote>
<p dir="auto">2015-04-30 07:29:47.851 MailMate[681:19150] -[WebPreferences initWithCoder:]: unrecognized selector sent to instance 0x7f9e096233e0<br>
Segmentation fault: 11</p>
</blockquote>

<p dir="auto">Hmm, MailMate does use WebPreferences, but this does not make much sense to me. MailMate doesn't explicitly call <code>initWithCoder:</code>, but even if it did then it is a valid selector for the class and shouldn't be “unrecognized”.</p>

<blockquote>
<p dir="auto">any hints?</p>
</blockquote>

<p dir="auto">First step is probably to find out if some setting has been saved which triggers this on relaunch. You can get a clean launch by renaming the following file and folder:</p>

<pre><code>~/Library/Preferences/com.freron.MailMate.plist
~/Library/Application Support/MailMate
</code></pre>

<p dir="auto">See if that makes a difference. (They can be renamed back to their original names to get everything back again.)</p>

<p dir="auto">I would also like to see a full crash report. You can send it to me off list.</p>

<p dir="auto">-- <br>
Benny</p>

</div>