Vault System.ExecutionEngineException in VaultGUIClient.exe

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
dhiatt

Vault System.ExecutionEngineException in VaultGUIClient.exe

Post by dhiatt » Mon Mar 01, 2004 9:53 pm

When trying to access our Vault 1.2.3 with the Vault client I get the status line message "Loading repository information from disk..." and then a JIT Debugger pops up with Vault System.ExecutionEngineException in VaultGUIClient.exe. Clicking 'No' to the debugger closes the client. Clicking 'Yes' to the debugger shows 'An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll'

Here is the disassembly:

Address: System.Globalization.CompareInfo.Compare

00000000 push esi
00000001 mov esi,edx
00000003 mov edx,dword ptr [ecx+4]
00000006 mov eax,dword ptr [ecx+8]
00000009 push esi
0000000a push dword ptr [esp+10h]
0000000e push dword ptr [esp+10h]
00000012 mov ecx,edx
00000014 mov edx,eax
00000016 call dword ptr ds:[79B699F0h]
0000001c pop esi <---- Stack pointer is here
0000001d ret 8

dhiatt

Also meant to add...

Post by dhiatt » Mon Mar 01, 2004 9:55 pm

The Admin client is able to access the server just fine. Problem also happens when trying to open Visual Studio. VS Crashes when you don't debug... Help!

sterwill
Posts: 256
Joined: Thu Nov 06, 2003 10:01 am
Location: SourceGear

Post by sterwill » Tue Mar 02, 2004 9:16 am

Try re-installing the .NET 1.1 framework. Usually an engine execution exception is not due to our code (considering the very few calls to unmanaged code we make).
Shaw Terwilliger
SourceGear LLC
`echo sterwill5sourcegear6com | tr 56 @.`

dhiatt

Engine execution exception

Post by dhiatt » Thu Mar 04, 2004 9:58 am

I deleted the local cached files on my machine for that repository and it works fine.... Now.

Post Reply