hi all,<br>im trying to run the InterpreterSimulator and im using<br><br>Operating System: WindowsXP Professional<br><br>SmalltalkImage current vmVersion. <br>&gt;&gt;&#39;Squeak3.10.2 of &#39;&#39;5 June 2008&#39;&#39; [latest update: #7179]&#39;<br>
<br>SmalltalkImage current imageName.<br>&gt;&gt;&#39;D:\BC\Squeak\VMM\unix-3.11.3.image&#39;<br>   (i downloaded it from the unix site, because it has VMMaker installed) <br>   <br>this image is saved as &#39;source.image&#39;<br>
<br>i open unix-3.11.3.image  and do<br><br>(InterpreterSimulator new openOn:&#39;source.image&#39;) test.<br><br>&gt;&gt; self error:  &#39;incomaptible image format&#39;<br>                      ^^ <br>                        there&#39;s a mistake in message<br>
<br>source image version is 6502 but <br>the InterpreterSimulator expects an image version = 6504 ( self imageFormatForwardCompatibilityVersion is 6504 )<br><br>so where i could find a image version = 6504?<br>i tried with several images and im getting the same results. <br>
maybe im doing something wrong.<br><br>thanks in advance.<br><br>