Get a popup an exception runtime error has occurred in script unable to jit debug

i get a pop up window, just-in-time debugging
An exception 'runtime error' has occurred in script.
However, no debuggers are registered that can debug this exception. Unable to JIT debug.

'''I think I solved it myself yesterday, indirectly''' by deleting a Googleupdater.exe file dated 042511. It has been over 24 hours now and no sign of the 'Just-In-Time Debugger' pop-up. Whew...it was incessant.
Not sure how I got the Googleupdater.exe file on my computer. I did download Microsoft Security Essentials to help find the JIT problem, but it failed to install properly and run. The next day I remembered it probably only runs on Internet Explorer (which we deleted in 2009) after testing out Firefox. I then also deleted Security Essentials.
I also downloaded on April 25th the free version of MS Visual Basics because I read on eHow that you can adjust settings in the 'TOOL' menu to stop JIT Debugging pop-ups. However, the free version was 'MS Visual Studio Basic 2008 Express Edition - SP1' which did NOT provide access to JIT Debugging settings (so it was not a solution).
I must say I switched Internet Security programs to AVAST! on TU | Apr26th and love it so far. Highly recommend looking into AVAST! ver 6.0 at CNET downloads - free. The anti-virus program is free, but everything else costs about $30US for a year. WORTH IT Love the options | settings | flexibility|user friendly windows.
Trend Micro was then deleted. It had always blocked usage of our internal CD|DVD drive. To use the CD|DVD drive we had to shut off Trend Micro and then turn it back on again after we finished using the CD|DVD drive. NOT a preference - for sure. Jaykay

Similar Messages

  • Installing on Windows 7, IE, get error message "run time error has occured in script"

    when attempting to install latest version of Flash Player on Windows 7 computer with IE, during installation I get message "runtime error has occured in script".
    & installation ceases.  what can I do to obtain Flash Player on my computer?  Aaron

    100,000 Thank you"s!    I tried what you suggested, and can now
    watch PLAYON through my Roku on the TV set.   Previously, Roku insisted that I have Adobe Flash Player.   Aaron
    Senators Should Wear Uniforms like NASCAR Drivers So We Could Identify Their Corporate Sponsors.

  • Error: "A runtime error has occurred."

    I am receiving the following error after installing SP3 on crystal XI release2
    A runtime error has occurred.
    Do you wish to Debug?
    Line: 515
    Error: Object Expected
    Any Ideas?

    The following SAP note would help you
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    Regards,
    Raghavendra

  • Every time I try to log in to the Mac App Store, I get red words saying "An unknown error has occurred" How do I fix this?

    Every time I try to log in to the Mac App Store, I get red words saying "An unknown error has occurred" How do I fix this?

    Try deleting the cache associated wi the App Store.
    Quit the App Store if it's open.
    Now open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy/paste:   ~/Library/Caches/com.apple.appstore
    Click Go then move the Cache.db file from the com.apple.Safari folder to the Trash.
    Try the App Store.

  • When I try to update I get a message that says "an error has occurred" and I cannot update like I have been doing for several years

    When I attempt to upgrade I am now getting a message that says "an error has occurred" and I cannot activate the upgrades----there are two pending

    Disable anti virus software if installed
    Make sure the firewall is turned off in System Preferences > Security & Privacy > Firewall
    Make sure Gatekeeper is enabled
    Open System Preferences > Security & Privacy then select the General tab.
    Make sure either Mac App Store or Mac App Store and identified developers is selected.
    If that area is grayed out, click the padlock icon to proceed.
    OS X: About Gatekeeper

  • TS3694 i have dropped my iphone4 . i cant get to the software update the error has occured  wt can i do

    i have dropped my iphone4 . i cant get to the software update the error has occured  wt can i do for software update

    What is the exact wording of the error message received?

  • A Runtime Error Has Occured Do you wish to Debug? Line 90 Error: Object Expected

    A Runtime Error Has Occured Do you wish to Debug? Line 90
    Error: Object Expected
    This error is recieved when trying to open "The Fan" video
    news Page from Comcast, This error appears and when you select yes
    or no, the page comes up to install Adobe Flash Player, however
    even after installing it, the error still appears when attempting
    again, even after restart, this does not occur on Firefox, only
    IE

    Also I am on Windows Vista

  • After Effects CS6 won't open: "After Effects warning: An unknown Adobe Player Engine error has occurred. Scripting will be disabled."

    I cleared my computer but I managed to get After Effects CS6 back by looking in Windows old on my hard drive, every time I try and open AAE I get this error message "After Effects warning: An unknown Adobe Player Engine error has occurred. Scripting will be disabled."
    What should I do?
    Thanks.

    Does it launch after that error message?
    What version of CS6 is it? 11.0.4? If not, try updating to it.
    Why not simply reinstall from your original disk or download?

  • TS1702 Has any one had trouble getting or giving lives in candy crush...I keep getting a message that says an error has occurred, please try later.  This has been going on for two days! Can't move cause I need to be unlocked, can't ask friends  because of

    Keep getting message"error has occurred, please try again later". When i try to send lives or ask friends for lives.  Can't play cause I need to be unlocked.  Help!

    Simple...
    http://www.apple.com/uk/support/mac/app-store/contact/

  • Getting "warning" -- "Late bound resolution, runtime errors could occur" with a line referencing a Word document

    The problem line is:
                Dim Author$ = wd.ActiveDocument.BuiltInDocumentProperties(WdBuiltInProperty.wdPropertyAuthor).value.ToString
    "wd" is my program's instance of Microsoft Word.
    I've encountered this error before and could always fix the program and get rid of the warning without having to enclose the line in a "Try..Catch" structure. I enclosed this line in a Try..Catch, but the warning still appears, and for some reason,
    I have dedicated my few remaining years to getting rid of it.
    Robert Homes

    Armin:
    That didn't work for me. I couldn't even compile it like that, and I changed it to:
    =============================================
            Dim props As Microsoft.Office.Core.DocumentProperties = _
                    DirectCast(wd.ActiveDocument.BuiltInDocumentProperties, _
    Microsoft.Office.Core.DocumentProperties)
            Dim Author$ = props(WdBuiltInProperty.wdPropertyAuthor).Value.ToString
    =============================================
    That at least allowed me to compile (and DID get rid of the warning), but then I got a runtime error:
    ========================================================
    An unhandled exception of type 'System.InvalidCastException' occurred in Share.exe
    Additional information: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Core.DocumentProperties'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{2DF8D04D-5BFA-101B-BDE5-00AA0044DE52}'
    failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    ================================================================================
    Robert Homes

  • I keep getting "cannot sign in, an unknown error has occurred" when I try to anything requiring my I'd and password on this new iPad mini. I tried a different I'd and password and have the same issue

    Can someone tell me if this is a known issue? I cannot do anything with this thing except look at what is already loaded.

    Tried that and after entering password, I got the same error. I tried some other steps of changing the date a few years ahead and then beck and also resetting the DNS from other posts and neither helped.

  • When I now try to visit a certain website that I used to go to all the time, I get the following message: "An unhandled error has occurred. A database error has occured. Error code DB-2002 If the problem persists, please contact the system administrator!"

    I am using Mozilla Firefox 8.0.1 on a Dell PC.
    Thanks for your help!

    Reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Untime error has occurred. do you wish to debug

    I keep getting pop-up boxes saying: runtime error has occurred. Do you wish to debug? Many sites offer simple solutions if I'm running IE but none deal with this problem with FF.

    Also I am on Windows Vista

  • I keep getting 'An error has occurred in the script on this page' and 'do I wish to keeprp running scripts'?

    I keep getting a message that says "An error has occurred in the script on this page" It then lists the line, Character, Error, Code and URL. I am then asked if I wish to continue running scripts on this page yes or no? It does not matter what I reply the message reappears over and over again until it finally gives up. What can I do to remove this Bug?

    Sorry that you are having a problem with the script error. 
    Try to clear your CACHE and COOKIES on your internet. 
    Are you able to print from another program, such as Firefox, Google chrome, etc?
    Let me know if it prints. 
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • Sorry, a serious error has occurred... Rant and a solution

    Warning. Much of this post is frankly a rant against a poorly written program and the so-called experts who offer up solutions here. If you are one of these experts and you have a thin-skin, don't read this post.
    If you just want a solution to the problem skip to the bottom of the post.
    INTRODUCTION
    Adobe, I want my money back! I rarely buy Adobe products and always wind up regretting it when I do. This product was no exception.
    I tried the trial version. Bought the product along with Photoshop Elements as part of a promotion.
    Produced a couple of videos with it, no problems. Then, inexplicably, it stopped working for me and I would get the infamous "Sorry, a serious error has occurred..." message while trying to start or open a project. This would happen almost immediately, as it was drawing its intial screen layout.
    MY FIRST BIG COMPLAINT... USELESS ERROR MESSAGE
    This has to be the most useless error message I've ever read. The few times I've had programs crash on me, the error message that results usually gives me enough clues to find and fix the root problem.
    ONWARD...
    Uninstalled it with Revo Uninstaller, re-installed it.
    Deleted all old project files.
    Tried to re-start by clicking 'New Project' button.
    Prompts me for a location for the project. I accepted the default.
    Immediately gives me the "Sorry, a serious error has occurred..." message and shuts down when I press okay.
    MY SECOND BIG COMPLAINT... INCOMPLETE UNINSTALL
    I did observe that when I went to use the Organizer after the re-installs, the thumbnails of previous videos were still there. Clearly some cache wasn't removed during the uninstall.
    If a cache wasn't removed, perhaps other remnants of the the program were still lying about on my machine. If they were the problem, then no amount of uninstalling/ re-installing would solve the problem.
    CONTINUING...
    At this point, I came to the forums for help and my worst fears were confirmed. This error message is a common problem. The suggestions to solve it were all over the place. The sheer depth and width of this faultfinding indicated to me that this is a seriously buggy piece of software.
    With one or two exceptions it seems that nobody ever resolves this problem.
    MY THIRD COMPLAINT... WELL-MEANING BUT UNHELPFUL 'SOLUTIONS'
    These are some of the typical solutions I read on these forums:
    - Your computer is probably underpowered. Give us a list of all your specs.
    - Your computer doesn't have enough hard drive space. Give us a list of all your specs.
    - Your computer doesn't have enough RAM. Give us a list of all your specs.
    - Something on your computer has 'changed'. Give us a list of all your specs.
    - Your hard drive is dying. Back it up quick!
    - It's probably your anti-virus software. Turn it off.
    - Some of your drivers are probably out of date. Update them all. Give us a list of all your specs.
    - That's a different issue... start a new thread. (Lame...)
    Most of that advice is... well, lame. It's pretty obvious that these people are just winging it, i.e. throw everything up there and hope something works. Sorta like that tech guy on the support line who always ends up telling you to 're-install the program' because he really has no clue what the problem is and just wants you off the line.
    As someone who has used video editing programs for years, I'm here to tell you that the problem is rarely the computer specs. The specs listed by Adobe for this program aren't that onerous and my three-year-old Dell 1525 laptop with less than 20 megs of space on its 136 HD and 2 megs of RAM was able to produce videos with no problem.
    Most computers sold within the last three or four years are pretty robust and should have no problem with consumer level video editing.
    Sending people off on a quest to 'fix' their computer and research a lot of computer specs is a time-waster. That should be the LAST thing you recommend after first eliminating the program as a problem.
    ONLINE SUPPORT
    This is worthy of its own post, but I won't bore you here. Suffice it to say that Adobe tech support deserves some sort of industry recognition for its ineptitude.
    MY SOLUTION
    First, let me reinterate. The problem is probably the buggy program and not your computer, assuming your computer is relatively new and mid-range or better.
    In my case, the clue was in the fact that not all of the program is uninstalled when you try to do a uninstall / re-install. The program likely had some sort of corrupted cache that stopped the program and that remained after an uninstall.
    I unstalled it again, but after some research I came across this tool:
    Adobe Creative Suite Cleaner Tool at http://kb2.adobe.com/cps/829/cpsid_82947.html
    and this reference:
    http://kb2.adobe.com/cps/859/cpsid_85966.html
    The reference above applies to Photoshop, but the Organizer elements applies to Premiere unintalls as well.
    After applying these two solutions and then re-installing, my Premiere Elements is working once again.
    Had I followed the typical advice I would have spent days updating drivers, installing RAM, de-fragging and cleaning up my hard drive, listing specs to post here, etc. And none of it would have mattered a wit.
    The program is still buggy though and my original problem may re-occur, I admit. I will certainly never buy another version of this POS program again, but, in the meantime, I hope I can save someone here some time in looking for a fix for their own message.

    Your post count is 2 (as I write this) beginning July 17 - which indicates to me that you never asked for help in this forum (or you did so under another name)
    As Steve said (and which you may not have known) this is not Adobe support, this is a place provided by Adobe for users to try and help each other
    Yes... Adobe has less than good telephone support... a year or so ago that was even admitted to by the Adobe CEO, with discussion of that over in http://forums.adobe.com/community/general/forum_comments or maybe it was http://forums.adobe.com/community/general/forum_comments (been long enough ago that I don't really remember)
    If you do have future questions... come back and ask and someone will try to help
    Just as advance notice... don't come in saying "my file won't work... why?" without providing details... such as
    This is not pointed at you, at least right now... this is just for the future
    More information needed for someone to help http://forums.adobe.com/thread/416679
    Some specific information that is needed...
    Brand/Model Computer (or Brand/Model Motherboard if self-built)
    Build a Configuration file http://forums.adobe.com/thread/877653?tstart=0
    How much system memory you have installed, such as 2Gig or ???
    Operating System version, such as Win7 64bit Pro... or whatevevr
    -including your security settings, such as are YOU the Administrator
    -and have you tried to RIGHT click the program Icon and then select
    -the Run as Administrator option (for Windows, not sure about Mac)
    Your Firewall settings and brand of anti-virus are you running
    Brand/Model graphics card, sush as ATI "xxxx" or nVidia "xxxx"
    -or the brand/model graphics chip if on the motherboard
    -and the exact driver version for the above graphics card/chip
    -and how much video memory you have on your graphics card
    Brand/Model sound card, or sound "chip" name on Motherboard
    -and the exact driver version for the above sound card/chip
    Size(s) and configuration of your hard drive(s)... example below
    -and how much FREE space is available on each drive (in Windows
    -you RIGHT click the drive letter while using Windows Explorer
    -and then select the Properties option to see used/free space)
    Windows Indexing is BAD http://forums.adobe.com/thread/676303
    While in Properties, be sure you have drive indexing set OFF
    -for the drive, and for all directories, to improve performance
    Some/Much of the above are available by going to the Windows
    Control Panel and then the Hardware option (Win7 option name)
    OR Control Panel--System--Hardware Tab--Device Manager for WinXP
    And the EXACT type and size of file that is causing you problems
    -for pictures, that includes the camera used and the pixel dimensions
    Plus Video-Specific Information http://forums.adobe.com/thread/459220?tstart=0
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    Report back with the codec details of your file, use the programs below
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/

Maybe you are looking for

  • Get date between 1st of current year and 31st Dec of current year

    Hello: I have a query where there is a check on date that has to be between 1 jan curr year and 31 dec curr year. How can I have that since the year component will be changing from year to year?

  • How do i find my iphone if its off?

    someone stole my iphone and i need to find it.

  • Secure BPEL...HOW???

    Hi! I would like to implement a secure BPEL process. It involves that I must config the SSL and implement the WS-Security(Authentication tokens, XML encryption, XML digital signature). How can I do this on SOA Suite? If You know a document where thes

  • No item category exists (Table T184L HOD V)

    Hi, When I'm trying to reverse a goods receipt for a PO I'm getting the error as follows. No item category exists (Table T184L HOD V) Message no. VL320 Diagnosis There is no item category available in item category determination in the delivery (tabl

  • Imac wont boot after update. twice!

    I tried to install an update the other night and it finished. I restarted my computer and it ran fine for about 20 minutes. It slowly started to run worse and worse. Finally i restarted and this time the gray apple screen came up with a loading bar.