[SOLVED] Vista Unhandled Exception

I can't seem to load any new themes into LogonStudio Vista.  When I click the "Load" button and choose the file to load, I get an error message, shown below.  I can click "Continue" and everything still works, but still nothing loads.  Dragging and dropping does the same thing.  Double-clicking brings up a "LogonStudio Vista has stopped working" window; the app never shows up.  I tried reinstalling, with no success.   Any thoughts?

--------

Unhandled exception has occurred in a component in your application.  If you click Continue, the application will ignore this error and attempt to continue.
This information is not part of the Windows Platform FIPS validated cryptographic algorithms.

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

************** Exception Text **************
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
   at System.Security.Cryptography.RijndaelManaged..ctor()
   at i.d()
   at i.f(String A_0)
   at b.i(Object A_0, EventArgs A_1)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(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.1434 (REDBITS.050727-1400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
LogonStudioVista
    Assembly Version: 1.0.0.5
    Win32 Version: 1.0.0.5
    CodeBase: file:///C:/PROGRA~1/Stardock/OBJECT~1/LOGONS~1/LOGONS~1.EXE
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1434 (REDBITS.050727-1400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
AxInterop.WBOCXLib
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/PROGRA~1/Stardock/OBJECT~1/LOGONS~1/AxInterop.WBOCXLib.DLL
----------------------------------------
Interop.WBOCXLib
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/PROGRA~1/Stardock/OBJECT~1/LOGONS~1/Interop.WBOCXLib.DLL
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly Version: 0.85.1.271
    Win32 Version: 0.85.1.271
    CodeBase: file:///C:/PROGRA~1/Stardock/OBJECT~1/LOGONS~1/ICSharpCode.SharpZipLib.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:

3,495 views 3 replies
Reply #1 Top
you running it as admin?
Reply #2 Top
Yep; I enter admin credentials as the UAC prompt that shows up when I run it.
Reply #3 Top
Apparently logon theme files are encrypted. Why this is I don't understand, but that was part of the cause. I had enabled FIPS compliance on my machine, which essentially mandates a minimum strength of encryption, and LogonStudio doesn't use that hard core of an encryption scheme, causing the program to throw a fit. The support people pointed me here to see if FIPS compliance is enabled. If you don't have a problem disabling FIPS compliance, disabling it should fix this problem. It did so for me, anyway.