Why does my application hang?

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Why does my application hang?

    Hi! I created a kiosk in Director MX. I have it running as a
    fullscreen projector.

    * When it starts, it displays a menu and plays music for about four
    minutes. Users can interact with the kiosk and select an animation or
    video to watch.
    * After the music ends, if nobody interacted with the kiosk, it
    randomly selects an animation or video to play.
    * At the end of the animation or video, the kiosk unloads the animation
    or video and returns to the main menu.

    The kiosk externally links to about 24 Flash animations, and 44
    Quicktime and MPEG videos, ranging in size from 3M - 120M. I made sure
    that it unloads each animation or video before it returns to the menu.

    The kiosk is supposed to be low maintenance. However, after running
    fine for a few days, it just hangs. Sometimes it stops in the middle of
    an animation, sometimes it just stays on the main menu, and sometimes it
    gets a Windows error about referencing memory it's not allowed to address.

    Is it unreasonable to expect it to run continuously without rebooting?
    Is there a bug I should be looking for in the code?

    Thanks for your help!

    ** Mea

    Mea Guest

  2. Similar Questions and Discussions

    1. plug-in causing application to hang.
      Hi, I am using a plug-in built in VC++ that uses Acrobat SDK for viewing PDF files. The code is similar to the sample plug-in code that acrobat...
    2. CF 7.0.2 ODBC Hang
      I have been having this ongoing issue with CF MX 6.1 where the ODBC Server Service would hang. On top of that the JRUN.EXE is consistently sitting...
    3. SWF causes JSP to hang
      When I include the example <object> tag in my JSP the JSP just spins...I haven't put a sniffer to work yet but that's my next step...everything is...
    4. Application Hang
      Every time I try to close Dreamweaver it freezes up and I have to force quit it with the task manager. This happens every single when closing the...
    5. hdr hang
      Hello, ids 9.30uc1 on unixware 7.x. hdr seems to be hang when checkpoint increase on my secondary server (>200). I increase drtimeout on primary...
  3. #2

    Default Re: Why does my application hang?

    yea I had problems with video sequence crashing things after aq while,
    monitor the freeblock for memory leaks, it might be possible to have one
    projector open a second instance, then quit it'self as a brute force
    leak recovery scheme...
    JB Guest

  4. #3

    Default Re: Why does my application hang?

    > Is it unreasonable to expect it to run continuously without rebooting?

    If it's running on W95/95(/ME?) then yes, it is unreasonable to expect it to
    work for more than twenty-odd hours :-(
    > Is there a bug I should be looking for in the code?
    Although I'm sure MS would love you to make the aforementioned Windows flavours
    reliable, it would be simpler to reboot the machine every day at some time when
    no-one's around. You can use an xtra like buddyAPI ([url]www.mods.com.au[/url]
    baExitWindows("reboot")) to reboot a PC.

    Andrew Morton

    Andrew Morton Guest

  5. #4

    Default Re: Why does my application hang?

    You are the second person to suggest rebooting, so this is what I'll do.
    Thank you for showing me how to code it!

    ** Mea :-)

    Mea Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139