Page 2 of 2

Re: DDU not working in safe mode?

Posted: Tue Mar 29, 2016 10:40 am
by Wagnard
Knösel wrote:VM WinXP SP3

Error message 1:

Code: Select all

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

************** Exception Text **************
System.Net.NetworkInformation.NetworkInformationException (0x80004005): Die Anforderung wird nicht unterstützt
   at System.Net.NetworkInformation.SystemNetworkInterface.GetAdaptersAddresses(AddressFamily family, FixedInfo fixedInfo)
   at System.Net.NetworkInformation.SystemNetworkInterface.PostWin2KGetNetworkInterfaces(AddressFamily family)
   at System.Net.NetworkInformation.SystemNetworkInterface.GetNetworkInterfaces(AddressFamily family)
   at System.Net.NetworkInformation.SystemNetworkInterface.InternalGetIsNetworkAvailable()
   at WindowsApplication1.genericfunction.checkupdates() in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 8026
   at WindowsApplication1.frmMain.Checkupdates2() in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 116
   at WindowsApplication1.frmMain.ComboBox2_SelectedIndexChanged(Object sender, EventArgs e) in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 5409
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   at System.Windows.Forms.ComboBox.set_SelectedItem(Object value)
   at WindowsApplication1.frmMain.InitLanguage(Boolean firstLaunch, LanguageOption changeTo) in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 7787
   at WindowsApplication1.frmMain.Form1_Load(Object sender, EventArgs e) in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 5621
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.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: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Display Driver Uninstaller
    Assembly Version: 15.7.5.2
    Win32 Version: 15.7.5.2
    CodeBase: file:///C:/Dokumente%20und%20Einstellungen/******/Desktop/Display%20Driver%20Uninstaller.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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.

Error message 2:

Code: Select all

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

************** Exception Text **************
System.Net.NetworkInformation.NetworkInformationException (0x80004005): Die Anforderung wird nicht unterstützt
   at System.Net.NetworkInformation.SystemNetworkInterface.GetAdaptersAddresses(AddressFamily family, FixedInfo fixedInfo)
   at System.Net.NetworkInformation.SystemNetworkInterface.PostWin2KGetNetworkInterfaces(AddressFamily family)
   at System.Net.NetworkInformation.SystemNetworkInterface.GetNetworkInterfaces(AddressFamily family)
   at System.Net.NetworkInformation.SystemNetworkInterface.InternalGetIsNetworkAvailable()
   at WindowsApplication1.genericfunction.checkupdates() in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 8026
   at WindowsApplication1.frmMain.Checkupdates2() in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 116
   at WindowsApplication1.frmMain.ComboBox2_SelectedIndexChanged(Object sender, EventArgs e) in C:\Users\ghisl_000.WAGNARD-VM\OneDrive\Documents\Programmation\display-drivers-uninstaller\display-drivers-uninstaller\WindowsApplication1\frmMain.vb:line 5409
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.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: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Display Driver Uninstaller
    Assembly Version: 15.7.5.2
    Win32 Version: 15.7.5.2
    CodeBase: file:///C:/Dokumente%20und%20Einstellungen/******/Desktop/Display%20Driver%20Uninstaller.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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.

After cleaning DDU stops working [no reboot].
'DDU Logs' and 'x86' folders are not created:

Image
I can confirm we fixed this for the next version.
As a *possible* workaround, try safemode with networking

Re: DDU not working in safe mode?

Posted: Tue Mar 29, 2016 11:46 am
by Knösel
BTW:
same behavior on a VM with Windows 7 Pro SP1 [safe mode without network].
_________________________________________________________________

With your workaround [safe mode with network] DDU v15.7.5.1/2
works in both OS WinXP and Win7. ;)

Re: DDU not working in safe mode?

Posted: Tue Mar 29, 2016 6:32 pm
by Wagnard
Knösel wrote:BTW:
same behavior on a VM with Windows 7 Pro SP1 [safe mode without network].
_________________________________________________________________

With your workaround [safe mode with network] DDU v15.7.5.1/2
works in both OS WinXP and Win7. ;)
Can you tell me if the version I released today "15.7.5.3" fixed the issue in Safe mode without networking?

Re: DDU not working in safe mode?

Posted: Wed Mar 30, 2016 3:24 am
by Knösel
Wagnard wrote:Can you tell me if the version I released today "15.7.5.3" fixed the issue in Safe mode without networking?
No errors anymore [XP & 7].