Results 1 to 2 of 2

Thread: CBX Adobe Flash Error Solution / Fix posted!

Threaded View

  1. #1
    Member LordRaptor's Avatar
    Join Date
    Jun 2009
    Posts
    85
    Points
    10.06
    Thanks
    14
    Thanked 25 Times in 10 Posts

    Default CBX Adobe Flash Error Solution / Fix posted!

    Hello everyone,

    this is my first thread,

    For some reason, as of this morning, CBX has been grinding my computer to a halt.

    I've never had this problem before, even with 6 sandboxed instances of CBX, and my laptop is a gaming one, with dual 2.4gbz, and 4gb RAM.

    I'm not sure what the deal is, but suspect something wrong with my motherboard / charging circuit.

    Anyway, since this slowdown, I've been getting these pesky Adobe Flash Errors which read:

    Adobe Flash Player 9

    A script in this movie is causing Adobe Flash Player 9 to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script?

    Yes No

    Hitting no will usually cause CBX to stutter and then run again, but it can be annoying to have to hit No each time a new game loads.

    Voilą, enter my handy Adobe error script. It's written in AutoHotKey, has a tiny memory footprint, and works.

    Here's the actual code:
    Loop
    {
    WinWait, Adobe Flash Player
    WinActivate,
    Sleep,15
    Send, {Alt Down}n{Alt Up}
    }


    Copy this code into a text file and rename it to .ahk or:
    Download the Flash error.zip file attached. If you have Autohotkey installed, extract the .ahk version, otherwise extract the .exe version to someplace handy.
    Either way, just double click before you run CBX, you'll see a green H appear by your clock, right click it to exit.

    It will take focus away from whatever you are doing. I'll update it soon so that it causes less interruption by seeing what window you active, and reactivating it once it gets rid of the error message.

    Comments welcome, hope you guys like this.

    Thanks are appreciated, especially since I'm new here.

    LordRaptor
    Attached Images
      To view attachments your post count must be 1 or greater. You currently have 0 posts.
    Attached Files
      To view attachments your post count must be 1 or greater. You currently have 0 posts.

  2. The Following 4 Users Say Thank You to LordRaptor For This Useful Post:

    Commodore Stocker (06-03-2009), moneymaster (06-03-2009), orc_dragoon (01-31-2010), [@] (06-03-2009)

Tags for this Thread

Bookmarks

Posting Permissions

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