Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server exeption on windows #55

Open
wiiznokes opened this issue Dec 30, 2023 · 0 comments
Open

server exeption on windows #55

wiiznokes opened this issue Dec 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@wiiznokes
Copy link
Owner

Problem

Finished dev [unoptimized + debuginfo] target(s) in 2.83s
     Running `target\debug\fan-control.exe`
[INFO  hardware::windows] Command to launch Windows server: "C:\\Users\\wiiz\\Documents\\fan-control\\resource\\windows/build/LibreHardwareMonitorWrapper" "--log=info".
[INFO  LHM 22:52:12] Server Started on 127.0.0.1:55555.
[INFO  LHM 22:52:13] Client accepted..
[INFO  hardware::windows] Check passed for 127.0.0.1:55555.
[INFO  LHM 22:52:14] Control: 9, Fans: 9, Temps: 4.
[INFO  hardware::windows] Hardware was succefully received.
[INFO  data::config::control] Mode Manual succefuly set for Fan #4.
[INFO  data::config::control] Mode Manual succefuly set for Fan #3.
[INFO  data::config::control] Mode Manual succefuly set for GPU Fan 1.
[INFO  data::config::control] Mode Manual succefuly set for CPU.
[INFO  data::config::control] Mode Manual succefuly set for GPU Fan 2.
[INFO  LHM 22:53:01] On canceled process.
error: process didn't exit successfully: `target\debug\fan-control.exe` (exit code: 0xc000013a, STATUS_CONTROL_C_EXIT)
PS C:\Users\wiiz\Documents\fan-control> System.Net.Sockets.SocketException (10053): Une connexion �tablie a �t� abandonn�e par un logiciel de votre ordinateur h�te.
   at LibreHardwareMonitorWrapper.Server.block_read() in C:\Users\wiiz\Documents\fan-control\hardware\LibreHardwareMonitorWrapper\Server.cs:line 117
[INFO  LHM 22:53:01] Shutdown server..
[INFO  LHM 22:53:01] Shutdown server..
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
   at LibreHardwareMonitor.Hardware.KernelDriver.Close()
   at LibreHardwareMonitor.Hardware.Ring0.Close()
   at LibreHardwareMonitor.Hardware.Computer.Close()
   at LibreHardwareMonitorWrapper.Lhm.HardwareResearcher.Stop() in C:\Users\wiiz\Documents\fan-control\hardware\LibreHardwareMonitorWrapper\Lhm\HardwareResearcher.cs:line 56
   at LibreHardwareMonitorWrapper.HardwareManager.Stop() in C:\Users\wiiz\Documents\fan-control\hardware\LibreHardwareMonitorWrapper\HardwareManager.cs:line 53
   at Program.<>c__DisplayClass0_0.<<Main>$>b__1(Object sender, ConsoleCancelEventArgs e) in C:\Users\wiiz\Documents\fan-control\hardware\LibreHardwareMonitorWrapper\Program.cs:line 45
   at System.Console.HandlePosixSignal(PosixSignalContext ctx)
   at System.Runtime.InteropServices.PosixSignalRegistration.HandlerRoutine(Int32 dwCtrlType)

Steps

quit windows with a ctrl + c from terminal.

Possible Solution(s)

No response

Notes

No response

Version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant