dandelo Posted June 7, 2009 Posted June 7, 2009 Please forgive me if this has already been answered. I searched the forums for an hour and a half before posting, having found topics that were only somewhat related. I'm open to the possibility that my searching skills just suck. I'm trying to use vLite on a full copy of Vista Ultimate x64 SP2 (with SP2 already integrated), but I'm getting an "Unhandled Exception" error. If I choose to continue and ignore the error, vLite just seizes up.Am I doing something wrong, or has Microsoft made it impossible to use vLite and SP2?Thanks in advance for your help.The full text of the error:See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.IndexOutOfRangeException: Index was outside the bounds of the array. at ..() at ..(Int32 ) at ..(Boolean ) at ..(Object , EventArgs ) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) 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.3074 (QFE.050727-3000) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------vlite Assembly Version: 1.2.0.2 Win32 Version: 1.2.0.2 CodeBase: file:///C:/Program%20Files/vLite/vLite.exe----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------vLite Assembly Version: 1.2.0.2 Win32 Version: 1.2.0.2 CodeBase: file:///C:/Program%20Files/vLite/vLite.exe----------------------------------------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----------------------------------------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----------------------------------------MCDBNET2 Assembly Version: 1.3.3.33894 Win32 Version: 1.33.0.133 CodeBase: file:///C:/Program%20Files/vLite/MCDBNET2.DLL----------------------------------------msvcm80 Assembly Version: 8.0.50727.3053 Win32 Version: 8.00.50727.3053 CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_none_d08d7bba442a9b36/msvcm80.dll----------------------------------------vhelper Assembly Version: 1.0.3166.20582 Win32 Version: 1, 0, 0, 1 CodeBase: file:///C:/Program%20Files/vLite/vhelper.DLL----------------------------------------msvcm90 Assembly Version: 9.0.30729.1 Win32 Version: 9.00.30729.1 CodeBase: file:///C:/Program%20Files/vLite/msvcm90.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----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
MagicAndre1981 Posted June 7, 2009 Posted June 7, 2009 this has nothing to do with AntiVirus.This is a .NET Exception when you try to use an filed of an array which is out of the range.if you have an array of 5 fields and want to use the 6th element .net throws this exception.@dandeloWhen does it happen? Please post the steps
Deamobile Posted June 7, 2009 Posted June 7, 2009 I had the same problem with vlite 1.2?,Installing vlite 1.6 solved the problem.
dandelo Posted June 7, 2009 Author Posted June 7, 2009 @dandeloWhen does it happen? Please post the stepsThis happens right at the first screen, when I select the folder of the Vista installation I want to modify (see screenshot). I browse for it, vLite asks me if I want to make the x86 or x64 installation (the edition I have contains material for either), and then almost immediately I get this error message.I've attached a screenshot of the error message.@ deamobile — I suppose you mean version 1.1.6? I've tried this now with 1.1.6 and with 1.2 with my anti-virus software off.Thanks for your feedback, everyone.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now