<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ok. finally understood what was happening. Fix is now at GitHub.<br>
<br>
Thanks for reporting!<br>
<br>
On 2/24/2025 8:42 PM, Nicolás Papagna Maldonado via Cuis-dev wrote:
<blockquote
cite="mid:CADGn7BON6CYvX1RoXEk9cZdxw2_e7TJme9Cbi0mOvk=QcxgfOQ@mail.gmail.com"
type="cite">
<div dir="ltr">This one was tricky, but I found a way to reproduce
it:
<div><br>
</div>
<div>
<ol>
<li>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">git clone
--depth=1 <a moz-do-not-send="true"
href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git</a>
bug_repro</span></p>
</li>
<li>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">
</span></p>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">cd bug_repro<span
class="gmail-Apple-converted-space"> </span></span></p>
</li>
<li>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style=""><span
class="gmail-Apple-converted-space">
</span></span></p>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">./RunCuisOnMac.sh
-d "Transcript cr" <=== All fine, no error popup</span></p>
</li>
<li>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">Save the image
and quit</span></p>
</li>
<li>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">
</span></p>
<p class="gmail-p1" style="margin: 0px; font-size-adjust:
none; font-stretch: normal; font-size: 11px;
line-height: normal; font-family: Menlo; color: rgb(0,
0, 0);"><span class="gmail-s1" style="">./RunCuisOnMac.sh
-d "Transcript cr" <=== Error popup is displayed.</span></p>
</li>
</ol>
<div>HTH,</div>
</div>
<div>Nico</div>
</div>
<br>
<div class="gmail_quote gmail_quote_container">
<div dir="ltr" class="gmail_attr">On Mon, Feb 24, 2025 at
7:39 PM Ezequiel Birman via Cuis-dev <<a
moz-do-not-send="true" href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div dir="ltr">
<div>
<div>I believe that the reason is due to some object(s)
not initialized during startup.<br>
<br>
</div>
If you run:<br>
./RunCuisOnMac.sh -d "self runningWorld doOneCycleNow.
Transcript show: 'hola'"</div>
<div><br>
</div>
<div>or<br>
./RunCuisOnMac.sh -d "self runningWorld doOneCycleNow" -d
"Transcript show: 'hola'"</div>
<div><br>
</div>
It will behave as expected.</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, 24 Feb 2025 at
19:03, Nicolás Papagna Maldonado via Cuis-dev <<a
moz-do-not-send="true"
href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div dir="ltr">Hi Juan!
<div><br>
</div>
<div>Maybe I didn't make myself clear, but I believe the
bug is in the way the image processes command line
arguments, not in the Run* scripts themselves</div>
<div><br>
</div>
<div>HTH,</div>
<div>Nico</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, Feb 24, 2025
at 12:31 PM Juan Vuletich <<a
moz-do-not-send="true" href="mailto:juan@cuis.st"
target="_blank">juan@cuis.st</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin: 0px 0px
0px 0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">On 2/24/2025 12:27 PM, Nicolás
Papagna Maldonado via Cuis-dev wrote:<br>
> Hi folks,<br>
><br>
> When running: ./RunCuisOnMac.sh -d "Transcript
show: 'hi'"<br>
> a popup opens with the message: "No action found
for Transcript show: <br>
> 'hi'".<br>
><br>
> I took a closer look and RunCuisOnMac.sh ends up
running squeak -u -d <br>
> "Transcript show: 'hi'".<br>
> When I run squeak -d "Transcript show: 'hi'"
(without -u) the popup <br>
> does not open.<br>
><br>
> Best,<br>
> Nico PM<br>
<br>
Yes, the idea is that you copy the Run* script with a
different name, <br>
and customize it as needed.<br>
<br>
Cheers,<br>
<br>
-- <br>
Juan Vuletich<br>
<a moz-do-not-send="true" href="http://cuis.st"
rel="noreferrer" target="_blank">cuis.st</a><br>
<a moz-do-not-send="true"
href="http://github.com/jvuletich" rel="noreferrer"
target="_blank">github.com/jvuletich</a><br>
<a moz-do-not-send="true"
href="http://researchgate.net/profile/Juan-Vuletich"
rel="noreferrer" target="_blank">researchgate.net/profile/Juan-Vuletich</a><br>
<a moz-do-not-send="true"
href="http://independent.academia.edu/JuanVuletich"
rel="noreferrer" target="_blank">independent.academia.edu/JuanVuletich</a><br>
<a moz-do-not-send="true"
href="http://patents.justia.com/inventor/juan-manuel-vuletich"
rel="noreferrer" target="_blank">patents.justia.com/inventor/juan-manuel-vuletich</a><br>
<a moz-do-not-send="true"
href="http://linkedin.com/in/juan-vuletich-75611b3"
rel="noreferrer" target="_blank">linkedin.com/in/juan-vuletich-75611b3</a><br>
<a moz-do-not-send="true"
href="http://twitter.com/JuanVuletich"
rel="noreferrer" target="_blank">twitter.com/JuanVuletich</a><br>
<br>
</blockquote>
</div>
<div><br clear="all">
</div>
<div><br>
</div>
<span class="gmail_signature_prefix">-- </span><br>
<div dir="ltr" class="gmail_signature"><br>
Nicolás Papagna</div>
-- <br>
Cuis-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a moz-do-not-send="true"
href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote>
</div>
-- <br>
Cuis-dev mailing list<br>
<a moz-do-not-send="true" href="mailto:Cuis-dev@lists.cuis.st"
target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a moz-do-not-send="true"
href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote>
</div>
<div><br clear="all">
</div>
<div><br>
</div>
<span class="gmail_signature_prefix">-- </span><br>
<div dir="ltr" class="gmail_signature"><br>
Nicolás Papagna</div>
</blockquote>
<br>
<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>