PDA

View Full Version : Unhandled Exception '<Module>'



envy
09-14-2010, 08:28 PM
I'm trying to open HEM and this is what I'm seeing along with the details...

http://vvcap.net/db/VSYcR70cIXLJY3uS0eYO.jpg



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 registration for the unload events.
---> System.TypeInitializationException: The type initializer for '<CrtImplementationDetails>.ModuleUninitializer' threw an exception. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at System.Runtime.CompilerServices.RuntimeHelpers.Pre pareDelegate(Delegate d)
at System.AppDomain.add_DomainUnload(EventHandler value)
at <CrtImplementationDetails>.ModuleUninitializer..ctor()
at <CrtImplementationDetails>.ModuleUninitializer..cctor()
--- End of inner exception stack trace ---
at <CrtImplementationDetails>.LanguageSupport.InitializeUninitializer(LanguageS upport* )
at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport* )
at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
--- End of inner exception stack trace ---
at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
at .cctor()
--- End of inner exception stack trace ---
at i.a()
at i..ctor(cw A_0)
at cw.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.3615 (GDR.050727-3600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
HoldemManager
Assembly Version: 1.11.4.2602
Win32 Version: 1.11.04.2602
CodeBase: file:///C:/Program%20Files%20(x86)/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%20(x86)/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.3074 (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%20(x86)/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.1453 built by: NetFX
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsFormsIntegration/3.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
dy�W�[�_M����;!3�]�Y��06|��.�
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.1500 built by: QFE
CodeBase: file:///C:/Windows/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
WindowsBase
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.1453 built by: NetFX
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.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.

mysto20
09-14-2010, 08:49 PM
same problem

plz help

Patvs
09-15-2010, 03:35 AM
Update to http://rvgsoftware.fileburst.com/Hm_1.11.05_Beta.exe

Manually run a Windows Update and install every update


If that fails:


please reinstall your Microsoft .NET Framework:

1) Run http://rvgsoftware.fileburst.com/dotnetfx_cleanup_tool.zip
2) Install this one: http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe

Artzkn
01-18-2011, 12:54 PM
I have same problem. I did all your recomendations but there was no results. Plz help!

Patvs
01-18-2011, 01:12 PM
Which Operating System, Firewall, and Anti-Virus are you using?

Please update to the latest beta - http://www.holdemmanager.com/Downloads/HmUpdate.exe

For W7 and Vista you must set \holdem manager\dbcontrolpanel.exe, holdemmanager.exe and hmhud.exe are started as administrator. Run the windows explorer and navigate to your Holdemmanager installation directory. Right click the executables and select properties... then select "Run as admin" from the compatibility tab.

Artzkn
01-18-2011, 01:33 PM
I had Vista when i bought and installed this program for the first time. Now i reinstall system for XP and this problems appear. Antivirus-Avira.

Patvs
01-19-2011, 03:58 AM
Can you reinstall HM using the 93 mb full installer @ http://www.holdemmanager.com/Downloads/Holdem_Manager_Setup.exe

Also run a manual Windows Update and install ALL updates... including all . net framework updates

Artzkn
01-19-2011, 06:45 PM
I did it. No result...

Patvs
01-19-2011, 10:27 PM
Email support@holdemmanager.com to schedule a teamviewer meeting

vap3
01-27-2011, 03:38 PM
can i have a teamviewer support too? here are my specs

i5 mobile e6510 dell
4 gigs
64 SDD OCZ
holdem manager 1.11.05e
all windows updates
anti virus freeavg (free-av.com)

my desktop had no problem and it has simliar specs (amd phemnom x4, 4 gigs, 120 gig hard drive) but i just did a backup and restore and wondering if it had anything to do with that since this laptop is new. But i restored the database on the desktop because I just formatted it and 1.11.05e works fine. Haven't tried the beta yets though

edit: I tried the dotnet clean tool and the dotnfx35 didn't work... now trying betas

Patvs
01-27-2011, 08:57 PM
@vap3 Update to http://www.holdemmanager.com/Downloads/Hm_1.11.06_Internal.exe

Does HoldemManager start when you create a new database first with HoldemManager/dbcontrolpanel.exe



Also please try this: (it will debug the software)

1. Update to http://www.holdemmanager.com/Downloads/HmUpdate.exe
2. Create a new text document in the Config folder and name it LicDebug
3. Close HM and delete the LicDebug.txt file

vap3
01-28-2011, 05:51 PM
i tried the http://www.holdemmanager.com/Downloads/Hm_1.11.06_Internal.exe and i still got the same error

i have restored the database before i even ran holdem manager, should I have ran holdem manager first before doing a restore from a backup? (even though the desktop took it in that order no problem)

bleh if the http://www.holdemmanager.com/Downloads/Hm_1.11.06_Internal.exe doesn't work what makes you think 1.11.05e-1.exe is going to work?

omg im so frustrated... how can holdem manager not work on this laptop? Makes me just want to format windows 7 again and try it one more time argh...

Patvs
01-28-2011, 08:25 PM
What happens when you create a new empty database?
Start dbcontrolpanel.exe--> connect--> create new database

vap3
01-29-2011, 03:13 PM
hm i didn't try that... what i did was formatted windows... installed all the updates once again and now it works! man so random i swear...

thanks patvs for the help though... I think I know what i did wrong the first time around... but if anyone really wants the answer i'll disclose it in private... thanks for the help!