<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 8/16/2022 5:59 AM, Hilaire Fernandes via Cuis-dev wrote:
<blockquote cite="mid:593afd15-25b6-a292-a7c8-a5022df54935@free.fr"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p><font size="4">Hi Juan, <br>
</font></p>
<p><font size="4">It helps indeed ;-)</font></p>
<p><font size="4">Regarding work-in-progress with DrGeo I can now
build the linux bundle. <br>
</font></p>
</blockquote>
<br>
It is very nice to know you're getting closer!<br>
<br>
<blockquote cite="mid:593afd15-25b6-a292-a7c8-a5022df54935@free.fr"
type="cite">
<p><font size="4"> </font></p>
<p><font size="4">Nevertheless, as expected the built DrGeo image
is faulty (wrong path to resources, broken start up sequences,
etc) and when I start the DrGeo app I have again a white VM
window with an hourglass and no clue about what is wrong. I
may have an infinite loop somewhere in my code, I need to
track.<br>
</font></p>
<p><font size="4">Starting the VM with -tracestores gives me few
clues, I will dig in:</font></p>
<pre><font size="4">/VM/squeak -tracestores Resources/image/drgeo
SmallFloat64>+
SmallFloat64>+
SmallFloat64>+
Delay class(Behavior)>startUp:
DisplayScreen class(Behavior)>startUp:
Cursor class(Behavior)>startUp:
InputSensor class(Behavior)>startUp:
ProcessorScheduler class(Behavior)>startUp:
WeakArray class(Behavior)>startUp:
Locale class>startUp:
NaturalLanguageTranslator class>startUp:
</font></pre>
<p><font size="4">Feedback at the image level will be even more
useful.<br>
</font></p>
<p><font size="4">Hilaire<br>
</font></p>
</blockquote>
<br>
Of course the problem is that during startup we can't use the
regular Smalltalk tools. But in the Cuis startup sequence you can
insert stuff like:<br>
<br>
Transcript<br>
showOnDisplay: false;<br>
logToFile: true;<br>
logToStdout: true.<br>
'I reached startup milestone XXX' print.<br>
thisContext printStack: 10.<br>
<br>
Maybe you can come up with a set of generally useful error messages
in stdout during the startup sequence. I'd be happy to integrate
them.<br>
<br>
I can do it myself. But to be able to do it, I need the same I
always ask: I need enough detail from you so I can repeat your
procedure exactly as you do it, so I can produce exactly the same
problem. Then, I can understand the problem and work on a solution.<br>
<br>
<blockquote cite="mid:593afd15-25b6-a292-a7c8-a5022df54935@free.fr"
type="cite">
<p><font size="4"> </font></p>
-- <br>
<pre class="moz-signature" cols="72">GNU Dr. Geo
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</blockquote>
<br>
Thanks,<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
</body>
</html>