<div dir="ltr">What window is still showing up?<div>Are you sure your absolute path to your .st is correct?<div><br></div><div>Cheers,</div><div>Fabio<br><div><br><div class="GmSign">-- <br></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Apr 24, 2016 at 3:19 PM Bernhard Pieber &lt;<a href="mailto:bernhard@pieber.com">bernhard@pieber.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Fabio,<br>
<br>
Thanks for the tip. However, it does not change the behavior. A window always shows and I still get the same errors. Does -headless on OS X work for you?<br>
<br>
Cheers,<br>
Bernhard<br>
<br>
&gt; Am 24.04.2016 um 14:37 schrieb Fabio Niephaus &lt;<a href="mailto:lists@fniephaus.com" target="_blank">lists@fniephaus.com</a>&gt;:<br>
&gt;<br>
&gt; Hi Bernhard,<br>
&gt;<br>
&gt; The error message indicates that Squeak couldn&#39;t find your st file.<br>
&gt; You have to supply the full path to your <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a>, e.g.:<br>
&gt;<br>
&gt; CogSpur.r3684.app/Contents/MacOS/Squeak -headless Squeak5.1-15113.image $(pwd)/<a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
&gt;<br>
&gt; Hope this helps.<br>
&gt;<br>
&gt; Best,<br>
&gt; Fabio<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; On Sun, Apr 24, 2016 at 2:17 PM Bernhard Pieber &lt;<a href="mailto:bernhard@pieber.com" target="_blank">bernhard@pieber.com</a>&gt; wrote:<br>
&gt; Dear Squeakers,<br>
&gt;<br>
&gt; Should this work with current CogSpur VMs? I can’t make it work.<br>
&gt;<br>
&gt; I can run this and it opens a window shortly, and prints „test&quot; on the console:<br>
&gt; CogSpur.r3684.app/Contents/MacOS/Squeak Squeak5.1-15113.image <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
&gt;<br>
&gt; My <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a> looks like this:<br>
&gt; Smalltalk runAndQuit: [FileStream stdout nextPutAll: ‚test‘; cr]<br>
&gt;<br>
&gt; However, if I run the following<br>
&gt; CogSpur.r3684.app/Contents/MacOS/Squeak -headless my Squeak5.1-15113.image <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
&gt; I get „Error: No content to install“<br>
&gt;<br>
&gt; I also tried this:<br>
&gt; CogSpur.r3684.app/Contents/MacOS/Squeak -headless Squeak5.1-15113.image <a href="http://test.st" rel="noreferrer" target="_blank">test.st</a><br>
&gt;<br>
&gt; I get „Syntax Error: UndefinedObject y“, &lt;&lt;&lt;This string contains a character (ascii value 25) that is not normally used in code&gt;&gt;&gt; y   @   `Argument expected<br>
&gt;<br>
&gt; The same happens with an up-to-date trunk image.<br>
&gt;<br>
&gt; Any tips?<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Bernhard<br>
&gt;<br>
&gt; &gt; Am 01.02.2014 um 20:04 schrieb Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt; Hi Frank,<br>
&gt; &gt;<br>
&gt; &gt;    from the command line say e.g.<br>
&gt; &gt;<br>
&gt; &gt;    /Applications/Cog.app/Contents/MacOs/Squeak -headless my image.image<br>
&gt; &gt;<br>
&gt; &gt; I&#39;ll email my startup script, which makes this much more convenient, real soon now.<br>
&gt; &gt;<br>
&gt; &gt; Eliot (phone)<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</blockquote></div></div></div></div></div>