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

error on windows #21

Open
wiiznokes opened this issue Dec 5, 2023 · 1 comment
Open

error on windows #21

wiiznokes opened this issue Dec 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wiiznokes
Copy link
Owner

PS C:\Users\wiiz\Documents\fan-control> cargo run --release
   Compiling data v0.1.0 (C:\Users\wiiz\Documents\fan-control\data)
   Compiling ui v0.1.0 (C:\Users\wiiz\Documents\fan-control\ui)
   Compiling fan-control v0.1.0 (C:\Users\wiiz\Documents\fan-control)
    Finished release [optimized] target(s) in 9.09s
     Running `target\release\fan-control.exe`
[LHM] Server Started on 127.0.0.1:55555
[LHM] Client accepted!
[LHM] nbControl: 9
[LHM] nbFan: 9
[LHM] nbTemp: 4
[LHM] Sending hardware
Unhandled exception. System.IO.IOException: Unable to write data to the transport connection: Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte..
 ---> System.Net.Sockets.SocketException (10053): Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte.
   at System.Net.Sockets.NetworkStream.Write(ReadOnlySpan`1 buffer)
   --- End of inner exception stack trace ---
   at System.Net.Sockets.NetworkStream.Write(ReadOnlySpan`1 buffer)
   at LibreHardwareMonitorWrapper.Server.SendHardware(String jsonText) in C:\Users\wiiz\Documents\fan-control\hardware\LibreHardwareMonitorWrapper\Server.cs:line 40
   at Program.<Main>$(String[] args) in C:\Users\wiiz\Documents\fan-control\hardware\LibreHardwareMonitorWrapper\Program.cs:line 8
   at Program.<Main>(String[] args)
@wiiznokes
Copy link
Owner Author

second run works with no problem

@wiiznokes wiiznokes added the bug Something isn't working label Dec 9, 2023
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