Hi Nick. Unfortunatly, few people use the interpreter. Even less (if none) do it in Pharo. The only ones I know that use the simulator right now is Eliot in Squeak and Graig in Spoon.<br>So...as you can see, the simulator is implemented in image side. Since Eliot uses Squeak for his development, is more likely the simulator will work easier in Squeak than Pharo. Of course that for the Pharo community it would be AWESOME to be able to run the simulator. So if you can help with that, excellent. <br>
As an example, in Pharo you have the error. But in Squeak you have:<br><br>String asDisplayText<br>    &quot;Answer a DisplayText whose text string is the receiver.&quot;<br><br>    ^DisplayText text: self asText  <br><br>
:)<br><br>So... my suggestion? start with squeak. Once you make it work, please, update it in order to make it work in Pharo :)<br><br>In your case, I would try with 3 squeak images: 4.2, 4.3 and the one eliot uses in: <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image/">http://www.squeakvm.org/svn/squeak/branches/Cog/image/</a>  (<a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.image">VMMaker-Squeak4.1.image</a>)<br>
<br>cheers<br><br><br><div class="gmail_quote">On Mon, Oct 3, 2011 at 4:32 AM, Nick. <span dir="ltr">&lt;<a href="mailto:nick.lsts@gmail.com">nick.lsts@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;">
Hi Guys,<br>
<br>
Im attaching the PharoDebug.log (<br>
<a href="http://forum.world.st/file/n3866329/PharoDebug.log.tar.gz" target="_blank">http://forum.world.st/file/n3866329/PharoDebug.log.tar.gz</a><br>
PharoDebug.log.tar.gz ) that was generated when the error came up.<br>
<br>
Those are the steps I used to reproduce the problem. The environment used is<br>
Ubuntu 11.04:<br>
  - From Jetkins, I downloaded the sources and vm for the &quot;StackVM-Unix&quot;<br>
job: <a href="https://ci.lille.inria.fr/pharo/view/Cog/job/StackVM-Unix/6/" target="_blank">https://ci.lille.inria.fr/pharo/view/Cog/job/StackVM-Unix/6/</a><br>
  - Unzipped the files and loaded [sources dir]/build/generator.image with<br>
StackVM.<br>
  - Finally, evaluated (StackInterpreterSimulator new openOn: Smalltalk<br>
imageName) test<br>
<br>
Also, I tried evaluating the same but running the image from a compiled<br>
stack vm (from StackUnixDebugConfig). In this case, the error that came up<br>
was different: a MNU on ByteStrinng &gt;&gt; asDisplayText.<br>
The log, named CompiledVM-PharoDebug.log is also attached:<br>
<a href="http://forum.world.st/file/n3866329/CompiledVM-PharoDebug-.log.tar.gz%0ACompiledVM-PharoDebug-.log.tar.gz" target="_blank">http://forum.world.st/file/n3866329/CompiledVM-PharoDebug-.log.tar.gz<br>
CompiledVM-PharoDebug-.log.tar.gz</a><br>
<br>
I&#39;d appreciate any directions on how resolve this one :)<br>
<br>
Cheers!<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://forum.world.st/Got-Error-basicNew-failed-when-running-InterpreterSimulator-tp3835723p3866329.html" target="_blank">http://forum.world.st/Got-Error-basicNew-failed-when-running-InterpreterSimulator-tp3835723p3866329.html</a><br>

</font><div><div></div><div class="h5">Sent from the Smalltalk VM - Beginners mailing list archive at Nabble.com.<br>
_______________________________________________<br>
VM-beginners mailing list<br>
<a href="mailto:VM-beginners@lists.squeakfoundation.org">VM-beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>