Hello Ge,<br><br>1. Seems to work! Nicely done and thanks for the fix.<br><br>2. On this machine <a href="http://test6.ck">test6.ck</a> never seems to receive the message, but <a href="http://r.ck">r.ck</a> and <a href="http://s.ck">s.ck</a> seem to work when run separately on the command line (from different VMs). Do you think there would be a problem in particular from sending and receiving OSC from the same VM? Is there a problem with the usage in <a href="http://test6.ck">test6.ck</a>?<br>

<br>But it doesn't crash.<br><br>also rock on!<br><br>Graham<br><br><div class="gmail_quote">On Thu, Sep 13, 2012 at 3:00 PM, Ge Wang <span dir="ltr"><<a href="mailto:ge@ccrma.stanford.edu" target="_blank">ge@ccrma.stanford.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Graham!<br>
<br>
Thanks for your contribution and insight -- we have hopefully addressed both of the issues you outlined in the latest release.<br>
Let us know if something still doesn't seem right?<br>
<br>
Thanks and rock on!<span class="HOEnZb"><font color="#888888"><br>
<br>
Ge!</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, 12 Sep 2012, Ge Wang wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Graham!<br>
<br>
Greetings old friend!  Thanks for the excellent tests and yummy breadcrumbs! There is definitely something funky with OSC since 1.3, on 64-bit and 32-bit command chuck on OSX (1.3.1.0), I don't get the same crash as you did on windows 7, but getting memory errors on cleanup.<br>


<br>
Looking into it now!<br>
<br>
Ge!<br>
<br>
On Tue, 11 Sep 2012, Graham Coleman wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Greetings,<br>
<br>
First, congratulations to chuck team and all responsible for the recent<br>
releases.<br>
<br>
I found a few bugs, these were tested in the latest ChucK and miniAudicle<br>
builds (win32) on 64-bit Windows 7 machines.<br>
<br>
1. Machine.add doesn't seem to support drive specifications in paths.<br>
(<a href="http://test1.ck" target="_blank">test1.ck</a>)<br>
<br>
<<< Machine.add( "C:/Users/Public/<a href="http://test2.ck" target="_blank">test2.ck</a>" ) >>>; //doesn't work<br>
<br>
<<< Machine.add( "/Users/Public/<a href="http://test2.ck" target="_blank">test2.ck</a>" ) >>>; //works<br>
<br>
2. A crashing bug when dealing with string non-literals. (<a href="http://test6.ck" target="_blank">test6.ck</a>)<br>
<br>
I was unable to reproduce it outside of an OSC context, I don't know if it<br>
affects non-Windows systems.<br>
<br>
Basically, I was capturing string arguments from received OSC messages, and<br>
I found that one usage worked fine:<br>
<br>
<<< tsEvent.getString() >>>; //this should work<br>
<br>
but that trying to store it into a string object was crashing:<br>
<br>
tsEvent.getString() => string str2; //this should crash<br>
        <<< str2 >>>;<br>
<br>
regards,<br>
<br>
Graham<br>
<br>
</blockquote>
</blockquote>
</div></div><br>_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br></blockquote></div><br>