Reinstalled windows, HEM, postgres and Net framework - getting this error message
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    13

    Default Reinstalled windows, HEM, postgres and Net framework - getting this error message

    Hi there, i've just reinstalled windows and all the essential tools for running HEM... i get this error message:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> <CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load during appdomain initialization.
    ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
    at CModuleInitialize.LoadWpfGfx(CModuleInitialize* )
    at CModuleInitialize.{ctor}(CModuleInitialize* )
    at ?A0x0b283f3b.??__E?A0x0b283f3b@cmiStartupRunner@@Y MXXZ()
    at _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
    at <CrtImplementationDetails>.LanguageSupport.Initial izePerAppDomain(LanguageSupport* )
    at <CrtImplementationDetails>.LanguageSupport._Initia lize(LanguageSupport* )
    at <CrtImplementationDetails>.LanguageSupport.Initial ize(LanguageSupport* )
    --- End of inner exception stack trace ---
    at <CrtImplementationDetails>.LanguageSupport.Initial ize(LanguageSupport* )
    at .cctor()
    --- End of inner exception stack trace ---
    at i.a()
    at i..ctor(cx A_0)
    at cx.a(Object A_0, EventArgs A_1)
    at System.Windows.Forms.Timer.OnTick(EventArgs e)
    at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    HoldemManager
    Assembly Version: 1.11.3.2515
    Win32 Version: 1.11.03.2515
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/HoldemManager.exe
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    DevComponents.DotNetBar2
    Assembly Version: 8.3.0.0
    Win32 Version: 8.3.0.0
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/DevComponents.DotNetBar2.DLL
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    DeployLX.Licensing.v3
    Assembly Version: 3.2.2000.0
    Win32 Version: 3.2.2000.3813
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/DeployLX.Licensing.v3.DLL
    ----------------------------------------
    System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    WindowsFormsIntegration
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.1427 built by: SP
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/WindowsFormsIntegration/3.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
    ----------------------------------------
    PresentationCore
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.1427 built by: SP
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    (i have the option to continue but it locks the program up)

    What to do?

    Thanks

  2. #2
    HM Support netsrak's Avatar
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    25,795

    Default

    Your .net framework installation is incomplete or corrupt.


    1) Download and run this uninstaller - http://www.holdemmanager.com/downloa...eanup_tool.zip
    2) Install this one: http://download.microsoft.com/downlo...dotnetfx35.exe

Similar Threads

  1. can't start HEM, net framework error, windows 7
    By strops in forum Manager General
    Replies: 14
    Last Post: 06-28-2010, 01:33 PM
  2. Error Message : User 'postgres' already exists.
    By pulsar220 in forum Manager General
    Replies: 3
    Last Post: 11-03-2009, 03:56 PM
  3. Postgres error message.
    By Anthony417 in forum Manager General
    Replies: 18
    Last Post: 06-14-2009, 01:20 PM
  4. Can't open HEM, get Windows Installer error message
    By Burdamania in forum Manager General
    Replies: 3
    Last Post: 05-26-2009, 02:32 PM
  5. installing postgres - not error message!
    By mike in forum Manager General
    Replies: 1
    Last Post: 05-25-2009, 11:29 AM

Posting Permissions

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