Hi. I am testing a Pharo image from here: <a href="https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/artifact/Pharo-1.2.zip">https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/artifact/Pharo-1.2.zip</a><br>
<br>and the Mac host menu doesn&#39;t appear at all. I checked with <br><br>SmalltalkImage current listLoadedModules<br>SmalltalkImage current listBuiltinModules<br><br>and MacMenubarPlugin is included. However, evaluating &quot;HostSystemMenusMacOSX new &quot;   will throw a &#39;primDeleteMenu: failed&#39;<br>
<br>Why the image doesn&#39;t throw any error???  Look in <br><br>HostSystemMenus &gt;&gt; startUp: resuming<br>    resuming ifFalse: [^self].<br>    self clearDefault.<br>    [self setDefaultMenuProxyClass] ifError: [].<br>
<br>So....indeed, setDefaultMenuProxyClass is throwing an error...but we are puting it under the carpet.<br><br>Anyway, does someone know why this is not working in Cog?  because In the standard VM in works perfect.<br><br>
Cheers<br><br>Mariano <br>