<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div><div class="markdown">
<p dir="auto">On 27 Dec 2019, at 2:30, Robert Milton wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">This is indepependent of the pdf viewer (I prefer to use skim, but get the same error). Any idea what is wrong, and how I can fix it?</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">What version of macOS?</p>

<p dir="auto">It may be that you are on Catalina which only support 64 bit executables, and you have an old version of the Bundle Support bundle.</p>

<p dir="auto">In TextMate → Preferences → Bundles you can find the “Bundle Support” bundle, last update was “14 Feb 2019”. Does yours show the same?</p>

<p dir="auto">If not, have you “Check for and install updates automatically” enabled in the bottom of that window?</p>

<p dir="auto">You can force the managed bundles to be re-installed by quitting TextMate and then running this in a terminal:</p>

<pre><code>rm -rf ~/Library/Application\ Support/TextMate/Managed
</code></pre>

<p dir="auto">Be aware that only default (managed) bundles gets re-installed.</p>
</div>
</div>
</body>
</html>