JamesCJ60 / Universal-x86-Tuning-Utility

Unlock the full potential of your Intel/AMD based device.
GNU General Public License v3.0
1.65k stars 41 forks source link

Error pops up when application is launched[BUG] #46

Closed NJinsei closed 1 year ago

NJinsei commented 1 year ago

Describe the bug When application is launched an error log pops up, although the app seems to behave normally afterwards.

To Reproduce Steps to reproduce the behaviour: Open it

Expected behaviour No error to pop up

Screenshots

image

Pasted in for convenience


System.ApplicationException: Object synchronization method was called from an unsynchronized block of code.

at System.Threading.Mutex.ReleaseMutex()

at RyzenSmu.Smu.SendMsg(UInt32 SMU_ADDR_MSG, UInt32 SMU_ADDR_RSP, UInt32 SMU_ADDR_ARG, UInt32 msg, UInt32[]& args) in C:\Users\james\source\repos\Universal-x86-Tuning-Utility\Scripts\SMU Backend Scripts\RyzenSmu.cs:line 240

at RyzenSmu.Smu.SendPsmu(UInt32 message, UInt32[]& arguments) in C:\Users\james\source\repos\Universal-x86-Tuning-Utility\Scripts\SMU Backend Scripts\RyzenSmu.cs:line 184

at RyzenSMUBackend.Addresses.DumpPMTableWithSensors() in C:\Users\james\source\repos\Universal-x86-Tuning-Utility\Scripts\SMU Backend Scripts\Addresses.cs:line 224

Desktop (please complete the following information): Edition Windows 11 Home Version 22H2 Installed on ‎01/‎10/‎2022 OS build 22621.1344 Experience Windows Feature Experience Pack 1000.22639.1000.0

Additional context None