<p dir="ltr">Thanks a lot for the quick and helpful responses! I&#39;ll keep you updated if I find any other oddities.<br>
I&#39;m currently trying to add 8-bit depth support to the JPEGReadWriter plugin in order to be able to write 8-bit deep images to disk. I&#39;m using the Cog VM since I&#39;m running Cuis (it provides some very helpful image processing related packages), which is based on a non-Spur Squeak image.</p>
<div class="gmail_quote">On 11 May 2016 15:54, &quot;Clément Bera&quot; &lt;<a href="mailto:bera.clement@gmail.com">bera.clement@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br><div dir="ltr">Hi,<div><br></div><div>The VM developers mostly develop using the Spur memory manager, so it could be one of us broke the V3 simulator. Sorry about that. Have you reached the point in the simulator where the display screen was shown ?</div><div><br></div><div>In general, I run first the StackVM simulator, then the Cog VM simulator, then in-image compilation to have a stable system.</div><div><br></div><div>Why are you using V3 ? Is it required for what you are trying to do ? Spur is generally better unless you need to use V3 for some reason.</div><div><br></div><div>For the specific error you have, it seems it&#39;s a dispatch problem. All the JIT classes are merged into a single C file during Slang translation. For simulation, there are methods to automatically dispatch between the different objects. I think the method missing shuould look like:</div><div><font face="monospace, monospace">InLineLiteralsManager &gt;&gt; <span style="font-size:12.8px">backEnd</span><br></font></div><div><span style="font-size:12.8px"><font face="monospace, monospace">    &lt;doNotGenerate&gt;</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace">    ^ cogit backEnd</font></span></div><div>Or something like that.</div><div><br></div><div>Regards,</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 11, 2016 at 7:39 PM, Laura Perez Cerrato <span dir="ltr">&lt;<a href="mailto:lauraperezcerrato@gmail.com" target="_blank">lauraperezcerrato@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello, everyone,<br>
<br>
I&#39;ve been trying to simulate the Cog V3 VM using the snippets provided<br>
in the VMMaker image with no success. The VM seems to start up fine<br>
until it tries to perform a full GC, which raises a debugger with the<br>
following message: &#39;MessageNotUnderstood:<br>
InLineLiteralsManager&gt;&gt;backEnd&#39;<br>
<br>
The image built using the provided scripts shows a lot of messages<br>
related with undelcared variables and some of the snippets in the<br>
different workspaces include unimplemented messages (e.g.<br>
#removeUnneededBuiltins, present in the Slang test workspace, lacks<br>
implementors in this image). I suspect something could&#39;ve gone wrong<br>
during the automatic package loading process. However, I seem to have<br>
all the necessary changesets installed (telling from a quick<br>
inspection of the repository using Monticello).<br>
<br>
I&#39;m not familiar with the inner workings of the VM and have been<br>
working on this only very recently, so my apologies if I seem to be<br>
asking something obvious.<br>
<br>
Thanks in advance,<br>
<br>
-Laura Perez Cerrato<br>
</blockquote></div><br></div>
<br></blockquote></div>