I am able to create a Makefile under Windows with CMake now. I might get a debug DLL working within 1/2-1 week frow now.
Ok, I can do it. I have a Windows installation where I can build it. How long can you wait for it (I have also other things to do)?
It's promising that the reference clock and the multiplier fit. We can build a debug DLL that does more output. If you know CMake or Makefiles then you can also do it yourself as you have the sourcecode. The necessary files are in CPUinfoAndControl/Controller/CPUcontrollerDynLibs/AMD_family_15hex (and other dependencies somewhere else--see CMakeLists.txt and dynlib_main.cpp) There is also a bash script and a CMakeLists.txt for CMake. Otherwise I can do it.
It's promising that the reference clock and the multiplier fit. We can build a debug DLL that does more output. If you know CMake or Makefiles then you can also do it yourself as you have the sourcecode. The necessary file are in CPUinfoAndControl/Controller/CPUcontrollerDynLibs/AMD_family_15hex There is also a bash script and a CMakeLists.txt for CMake. Otherwise I can do it.
The error comes from the DLL when the GUI calls the DLL's function for getting available multipliers. At first validate if the reference clock (200 MHz) and the multiplier (9.5) is correct via CPU-Z. Then I can assist you further. virtual BYTE wxDynLibCPUcontroller::GetCurrentVoltageAndFrequency(float&, float&, float&, WORD) after calling (return value:1) DLL's GetCurrentVoltageAndFrequency function for core: 0: voltage: **9.5** multi: 9.5 reference clockInMHz:200 2018.09.06 18:08:28s455ms main virtual...
Tell me if it works. Check the log files anyway: if the wrong log level is set, you get too many log entries and so the program wastes too much CPU time.
I sent you 3 e-mails containing the service, GUI and common files used by both. All of them have been blocked by your e-mail provider. pick them up in the intermediate inbox before the GMail filter
I think the "create_wxGUI.sh" is for building a Linux GUI only (but could be modified with some effort to a Windows builder, because the wxWidgets GUI source files are the same). "HANDLE" and "CRITICAL_SECTION" should be defined in windows.h or windef.h or a subinclude of them. I'll search for a Windows executable and send you this file.