You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I start the App the there is an unhandled exception:
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei DLLPluginLoader.UnblockFile(String filePath)
bei DLLPluginLoader.LoadPlugins(ComboBox comboPlugins)
bei xdAntiSpy.PluginManager.LoadAllPlugins()
bei xdAntiSpy.MainForm.InitializePluginLoader()
bei xdAntiSpy.MainForm.<MainForm_Shown>d__8.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Windows.Forms
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9251.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
System
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9261.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
System.Drawing
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
System.Configuration
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
System.Core
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9261.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
System.Xml
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
System.Windows.Forms.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
The text was updated successfully, but these errors were encountered:
MDeveloping
changed the title
App crashes on first startup
App crashes on startup
Sep 10, 2024
System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden
DLLPluginLoader.UnblockFile(String filePath) is searching the plugins directory?
Are you really getting the message right at startup and not when calling the plugins? Please check the mentioned issue, it explains how to manually unblock plugin files if they have been blocked.
If I start the App the there is an unhandled exception:
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei DLLPluginLoader.UnblockFile(String filePath)
bei DLLPluginLoader.LoadPlugins(ComboBox comboPlugins)
bei xdAntiSpy.PluginManager.LoadAllPlugins()
bei xdAntiSpy.MainForm.InitializePluginLoader()
bei xdAntiSpy.MainForm.<MainForm_Shown>d__8.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
************** Geladene Assemblys **************
mscorlib
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9261.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll.
xd-AntiSpy
Assembly-Version: 4.12.7.0.
Win32-Version: 4.12.7.
CodeBase: file:///D:/Programmtools/Windows/XD-Antispy/xd-AntiSpy.exe.
System.Windows.Forms
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9251.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
System
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9261.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
System.Drawing
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
System.Configuration
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
System.Core
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9261.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
System.Xml
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
System.Windows.Forms.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
Newtonsoft.Json
Assembly-Version: 13.0.0.0.
Win32-Version: 13.0.3.27908.
CodeBase: file:///D:/Programmtools/Windows/XD-Antispy/Newtonsoft.Json.DLL.
Microsoft.CSharp
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll.
System.Runtime.Serialization
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9241.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll.
System.Numerics
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll.
System.Dynamic
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll.
Microsoft.CSharp.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp.resources/v4.0_4.0.0.0_de_b03f5f7f11d50a3a/Microsoft.CSharp.resources.dll.
Anonymously Hosted DynamicMethods Assembly
Assembly-Version: 0.0.0.0.
Win32-Version: 4.8.9261.0 built by: NET481REL1LAST_C.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll.
System.Net.Http
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll.
System.Management.Automation
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.4842.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management.Automation/v4.0_3.0.0.0__31bf3856ad364e35/System.Management.Automation.dll.
LocalizationLibrary
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///D:/Programmtools/Windows/XD-Antispy/LocalizationLibrary.DLL.
Microsoft.PowerShell.Commands.Diagnostics
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.3636.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Diagnostics/v4.0_3.0.0.0__31bf3856ad364e35/Microsoft.PowerShell.Commands.Diagnostics.dll.
System.Management.Automation.resources
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.3636.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management.Automation.resources/v4.0_3.0.0.0_de_31bf3856ad364e35/System.Management.Automation.resources.dll.
System.Management
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll.
System.DirectoryServices
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.DirectoryServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll.
System.Configuration.Install
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll.
Microsoft.PowerShell.ConsoleHost
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.ConsoleHost/v4.0_3.0.0.0__31bf3856ad364e35/Microsoft.PowerShell.ConsoleHost.dll.
Microsoft.PowerShell.Commands.Utility
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.3996.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Utility/v4.0_3.0.0.0__31bf3856ad364e35/Microsoft.PowerShell.Commands.Utility.dll.
Microsoft.PowerShell.Commands.Management
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.3636.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Management/v4.0_3.0.0.0__31bf3856ad364e35/Microsoft.PowerShell.Commands.Management.dll.
Microsoft.Management.Infrastructure
Assembly-Version: 1.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Management.Infrastructure/v4.0_1.0.0.0__31bf3856ad364e35/Microsoft.Management.Infrastructure.dll.
Microsoft.PowerShell.Security
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Security/v4.0_3.0.0.0__31bf3856ad364e35/Microsoft.PowerShell.Security.dll.
Microsoft.WSMan.Management
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.WSMan.Management/v4.0_3.0.0.0__31bf3856ad364e35/Microsoft.WSMan.Management.dll.
mscorlib.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
System.Data
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9214.0 built by: NET481REL1LAST_B.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll.
System.Transactions
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll.
Microsoft.PowerShell.Security.resources
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Security.resources/v4.0_3.0.0.0_de_31bf3856ad364e35/Microsoft.PowerShell.Security.resources.dll.
Microsoft.WSMan.Management.resources
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.WSMan.Management.resources/v4.0_3.0.0.0_de_31bf3856ad364e35/Microsoft.WSMan.Management.resources.dll.
Microsoft.Management.Infrastructure.CimCmdlets
Assembly-Version: 1.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Management.Infrastructure.CimCmdlets/v4.0_1.0.0.0__31bf3856ad364e35/Microsoft.Management.Infrastructure.CimCmdlets.dll.
Accessibility
Assembly-Version: 4.0.0.0.
Win32-Version: 4.8.9037.0 built by: NET481REL1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.
Microsoft.PowerShell.Commands.Utility.resources
Assembly-Version: 3.0.0.0.
Win32-Version: 10.0.19041.3636.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Utility.resources/v4.0_3.0.0.0_de_31bf3856ad364e35/Microsoft.PowerShell.Commands.Utility.resources.dll.
Microsoft.Management.Infrastructure.Native
Assembly-Version: 1.0.0.0.
Win32-Version: 10.0.19041.1 (WinBuild.160101.0800).
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Microsoft.Management.Infrastructure.Native/v4.0_1.0.0.0__31bf3856ad364e35/Microsoft.Management.Infrastructure.Native.dll.
Microsoft.Management.Infrastructure.UserFilteredExceptionHandling
Assembly-Version: 0.0.0.0.
Win32-Version: 10.0.19041.1 (WinBuild.160101.0800).
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Microsoft.Management.Infrastructure.Native/v4.0_1.0.0.0__31bf3856ad364e35/Microsoft.Management.Infrastructure.Native.dll.
Microsoft.Management.Infrastructure.CimCmdlets.resources
Assembly-Version: 1.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Management.Infrastructure.CimCmdlets.resources/v4.0_1.0.0.0_de_31bf3856ad364e35/Microsoft.Management.Infrastructure.CimCmdlets.resources.dll.
Microsoft.Dism.PowerShell
Assembly-Version: 10.0.0.0.
Win32-Version: 10.0.19041.4842.
CodeBase: file:///C:/Windows/system32/WindowsPowerShell/v1.0/Modules/Dism/Microsoft.Dism.PowerShell.dll.
Microsoft.Dism.PowerShell.resources
Assembly-Version: 10.0.0.0.
Win32-Version: 10.0.19041.1.
CodeBase: file:///C:/Windows/system32/WindowsPowerShell/v1.0/Modules/Dism/de/Microsoft.Dism.PowerShell.resources.DLL.
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
The text was updated successfully, but these errors were encountered: