austinulmer / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

UnauthorizedAccessException when creating the Global\Access_ISABUS.HTP.Method mutex #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: 0.3.0.0

System.UnauthorizedAccessException: Der Zugriff auf den Pfad 
"Global\Access_ISABUS.HTP.Method" wurde verweigert.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.Threading.Mutex.MutexTryCodeHelper.MutexTryCode(Object userData)
   bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   bei System.Threading.Mutex..ctor(Boolean initiallyOwned, String name, Boolean& createdNew, MutexSecurity mutexSecurity)
   bei System.Threading.Mutex..ctor(Boolean initiallyOwned, String name, Boolean& createdNew)
   bei OpenHardwareMonitor.Hardware.Ring0.Open()
   bei OpenHardwareMonitor.Hardware.Computer.Open()
   bei OpenHardwareMonitor.GUI.MainForm..ctor()
   bei OpenHardwareMonitor.Program.Main()

Common Language Runtime: 4.0.30319.225
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 64-Bit

Original issue reported on code.google.com by moel.mich on 15 May 2011 at 4:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r320.

Original comment by moel.mich on 15 May 2011 at 5:06