shadowsocks / shadowsocks-windows

A C# port of shadowsocks
Other
58.33k stars 16.39k forks source link

Shadowsocks stops working on x86 Windows7(No SP1)/Shadowsocks在x86Windows7(非SP1)系统上停止工作 #3336

Closed ghost closed 2 years ago

ghost commented 2 years ago

这是一个较新的操作系统, 除了一些Windows功能的关闭外, 没有太大的更改. 当我启动Shadowsocks客户端时, 显示'Shadowsocks已停止工作'. 它没有留下任何日志, 所以我们似乎只能从操作系统入手.
更多细节:

也许我需要启动某些Windows功能, 或安装某些依赖?
当我安装V2RayN时, 发生了同样的问题

This is a new OS. There isn't any big modifications except the turning off of some Windows features. When I started the shadowsocks client. It showed that Shadowsocks has stopped working. It didn't leave any log; As a result, we may start from checking the OS.
more details:

Maybe I should enable some Windows features, or install dependencies?
Similar issues occured when I was installing V2RayN.

chenshaoju commented 2 years ago

Please try install .NET Framework 4.8: https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-web-installer

eebssk1 commented 2 years ago

请确保所有vcruntime及universal c runtime已安装,并尝试修复.net

ghost commented 2 years ago

经过安装所有可以的Windows Update更新(包括SP1), 和安装.NET Framework 4.8, 问题已经解决.
Through installing all Windows Update's updates(including SP1), and .NET Framework 4.8, this issue has been solved.