Not sure why but I get an error after the mice have made a few turns. (Running on Windows 2000. The maze draws and the mouse start out OK)

C:\Documents and Settings\RandomW\workspace\Perl_Playground>perl Race. +pl Optimum: 106 Attempt to free non-existent shared string '_ErrorInfo_', Perl interpr +eter: 0x1e16364 at C:/Perl/site/lib/Tk.pm line 411, <GEN4> line 30. Free to wrong pool 1b63df0 not 58743b0 at C:/Perl/site/lib/Tk.pm line +411, <GEN4> line 30. Free to wrong pool 58743b0 not 1b63df0 at C:/Perl/site/lib/Tk.pm line +411, <GEN0> line 1659. Free to wrong pool 59ba1d0 not 58743b0 at C:/Perl/site/lib/Tk.pm line +411, <GEN1> line 6. Attempt to free non-existent shared string '_ErrorInfo_', Perl interpr +eter: 0x5b7c7ec at C:/Perl/site/lib/Tk.pm line 411, <GEN2> line 6. Free to wrong pool 5b79c38 not 59ba1d0 at C:/Perl/site/lib/Tk.pm line +411, <GEN2> line 6.
An error box pops up too, the good old 'an instrution at blah blah referenced memory at 0x000000000. the memory could not be written', Click OK to terminate (I have to click this box four times (same addresses each time) beore it clears.

My Logo looks OK, at least the spiral and random box programs run fine. Any suggestions ?

Cheers,
R.

Pereant, qui ante nos nostra dixerunt!

In reply to Re: Racing Mice with Language::Logo - MouseRace.pm by Random_Walk
in thread Racing Mice with Language::Logo - MouseRace.pm by teamster_jr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.