d2lmirrors / anolis

Anolis is the underlying project for the XPize and Vize resource switchers for Windows XP and Vista respectivly. The codebase allows for the easy swapping around of resources within Win32 executables and other files. (just adding some missing data)
GNU General Public License v2.0
1 stars 0 forks source link

Restart bug #33

Closed Dobby233Liu closed 1 year ago

Dobby233Liu commented 1 year ago

creation date = 2009-03-14T22:08:17.64-07:00

I get the following error after the install is done and I hit Restart (as a workaround I use Cancel to exit the wizard and manually reboot)

************** Texto de la excepción **************
System.ComponentModel.Win32Exception: El sistema no puede hallar el archivo especificado
   en System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   en System.Diagnostics.Process.Start()
   en System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   en System.Diagnostics.Process.Start(String fileName)
   en Anolis.Installer.Pages.FinishedPage.WizardForm_NextClicked(Object sender, EventArgs e) en D:\Users\David\My Documents\Visual Studio Projects\Anolis\Anolis.Installer\Pages\Z-Finished.cs:línea 40
   en W3b.Wizards.Wizard97.Wizard97WizardForm.__next_Click(Object sender, EventArgs e) en D:\Users\David\My Documents\Visual Studio Projects\W3b.Wizards\W3b.Wizards\WinForms\Wizard97\Wizard97WizardForm.cs:línea 40
   en System.Windows.Forms.Control.OnClick(EventArgs e)
   en System.Windows.Forms.Button.OnClick(EventArgs e)
   en System.Windows.Forms.Button.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
 
************** Ensamblados cargados **************
mscorlib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3082 (QFE.050727-3000)
    Código base: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Anolis.Installer
    Versión del ensamblado: 1.0.0.0
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Documents%20and%20Settings/Ricardo/Escritorio/Installer%20-%202009-03-14/Anolis.Installer.exe
----------------------------------------
W3b.Wizards
    Versión del ensamblado: 1.0.3361.4466
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Documents%20and%20Settings/Ricardo/Escritorio/Installer%20-%202009-03-14/W3b.Wizards.DLL
----------------------------------------
System.Windows.Forms
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Accessibility
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Anolis.Core
    Versión del ensamblado: 0.8.3361.4466
    Versión Win32: 0.8.2.0
    Código base: file:///C:/Documents%20and%20Settings/Ricardo/Escritorio/Installer%20-%202009-03-14/Anolis.Core.DLL
----------------------------------------
System.Xml
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3082 (QFE.050727-3000)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.3082 (QFE.050727-3000)
    Código base: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------

Translation: El sistema no puede hallar el archivo especificado = The system cannot find the file specified

Dobby233Liu commented 1 year ago

closed date = 2009-03-19T01:20:47.34-07:00

This has since been resolved in the 0.7.1 release of Installer