I have a program written in Perl 5.8 which uses Win32::GUI to display a system tray icon with balloon tips to notify the user of its activity. It's compiled to an .exe using ActiveState PDK 7.3 and distributed to end users, who are mostly running it on Server 2003. I've gotten two crash reports and seen it crash once myself with "faulting module GUI.dll, version 1.6.0.0, fault address 0x0001c138". I have some reason to suspect that it's related to video, but few answers or hints for the right direction to look in troubleshooting. Can anyone give me any tips for where to look? Or should I just give users an option to disable the UI? thanks, ____ UPDATE So, it turned out to be permissions-related. If it's running interactively, no problems; if it's running as a scheduled task, it has trouble deciding what session to send output to. Eventually I will update it to figure out the Right Thing(TM) on its own, but in the meantime I just gave an option to turn off the UI.

In reply to Win32::GUI crashes GUI.dll by stinkingpig

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.