Results 1 to 6 of 6

Thread: TApplication.HandleException The bitmap [20] does not exist? [[[[[help]]]]]

  1. #1
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy TApplication.HandleException The bitmap [20] does not exist? [[[[[help]]]]]

    When I click Run, to run a yew chopping script it always opens a small window saying: "would you like to save your user information for later use."

    And whether I say yes or no it always then comes up with this error:

    "TApplication.HandleException The bitmap [20] does not exist"


    Any help?
    Maybe someone can help me on teamviewer6 if they have it?

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    It's an common/annoying bug with MSI.
    Just restart simba, and try again, it should go away after a few retrys :/.

  3. #3
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question

    Quote Originally Posted by YoHoJo View Post
    It's an common/annoying bug with MSI.
    Just restart simba, and try again, it should go away after a few retrys :/.
    I've done it so many times, I even uninstalled Simba and reinstalled it. Are you able to help me through teamviewer please?

  4. #4
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by master_drops View Post
    I've done it so many times, I even uninstalled Simba and reinstalled it. Are you able to help me through teamviewer please?
    I have the same problem as do many people. Unfortunately there is no fix for it other then running MSI without the form I think. The error is being fixed and should be fixed in about a month when the form is updated.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  5. #5
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kevin33 View Post
    I have the same problem as do many people. Unfortunately there is no fix for it other then running MSI without the form I think. The error is being fixed and should be fixed in about a month when the form is updated.
    how do i run it without the form?

  6. #6
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Find
    Simba Code:
    const
      USE_FORM = True;
    change it to
    Simba Code:
    const
      USE_FORM = False;

    Then you need to learn how to set up scripts like this:
    http://villavu.com/forum/showthread.php?t=57723

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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