Results 1 to 4 of 4

Thread: JIT debugging problem - I've tried everything!

  1. #1
    Join Date
    Apr 2012
    Posts
    2

    JIT debugging problem - I've tried everything!

    Hello, I have an issue with JIT debugging. Everytime I try to start one program (technic pack for minecraft) or minecraft launcher I get a JIT debugging error. I was able to start these programs always before, but today I just can't. I have not installed anything that could cause this problem (at least I don't know about it) By the way, I can't even start some of my java programs that I could always start before. I've tried to turn on "Disable debugging" in Internet explorer. I've tried to do this:
    "If your computer is running a 64-bit operating system, delete the following registry keys also:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger"
    and I've also tried to disable debugging in Visual Studio, but no results

    Here is what it writes: (I'm czech so some of these dialogs are in czech. If you need I can translate some of them for you)
    nikoli v tomto dialogovém okně.

    ************** Text výjimky **************
    System.ComponentModel.Win32Exception: Systém nemůže nalézt uvedený soubor
    v System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
    v System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    v TechnicLauncher.Program.RunLauncher(String launcherPath)
    v TechnicLauncher.Form1.DownloadFileCompleted(Object sender, AsyncCompletedEventArgs e)


    ************** Načtená sestavenÃ* **************
    mscorlib
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    TechnicLauncher
    Verze sestavenÃ*: 1.0.1.0
    Verze Win32: 1.0.1.0
    Základ kódu: file:///D:/Users/Luk%E1š/Downloads/TechnicLauncher%20(1).exe
    ----------------------------------------
    System.Windows.Forms
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    mscorlib.resources
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    System.Windows.Forms.resources
    Verze sestavenÃ*: 2.0.0.0
    Verze Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Základ kódu: file:///D:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_cs_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    Last edited by Lutrown; 04-04-2012 at 07:35 PM.

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: JIT debugging problem - I've tried everything!

    I guess if you really want to know what the problem is, you can try removing HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger. Also, Open Start>Control Panels>Internet Options: Advanced and activate (check box)

    * Disable Script Debugging (Internet Explorer)
    * Disable Script Debuggung (Other)

  3. #3
    Join Date
    Apr 2012
    Posts
    2

    Re: JIT debugging problem - I've tried everything!

    I've already tried both. I didn't even have a Visual studio when the problem started. I think it might be some kind of virus... But my Kaspersky antivirus and Spyware doctor haven't found anything.

  4. #4
    Join Date
    Jan 2006
    Posts
    605

    Re: JIT debugging problem - I've tried everything!

    Can you try to press start, type .techniclauncher, then open it, and left click on techniclauncher.jar open with java.

Similar Threads

  1. Use Of Environment debugging
    By winni in forum Software Development
    Replies: 4
    Last Post: 09-01-2011, 10:19 PM
  2. What is Script Debugging
    By Aakaar in forum Software Development
    Replies: 3
    Last Post: 13-07-2009, 10:53 AM
  3. vb.net Debugging Software
    By Aagman in forum Software Development
    Replies: 2
    Last Post: 20-04-2009, 11:14 PM
  4. windows vista debugging problem!!!
    By neo2008 in forum Windows Software
    Replies: 4
    Last Post: 20-12-2008, 07:59 PM
  5. Methods of debugging in PHP
    By Ninad23 in forum Tips & Tweaks
    Replies: 1
    Last Post: 21-11-2008, 02:31 PM

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
  •  
Page generated in 1,714,031,522.51475 seconds with 17 queries