shadowsocks / shadowsocks-windows

A C# port of shadowsocks
Other
58.09k stars 16.4k forks source link

shadowsocks打开报错 #3397

Closed x3657448 closed 1 year ago

x3657448 commented 1 year ago

简要描述问题

shadowsocks打开报错

环境

操作步骤

期望的结果

实际结果

配置文件和日志文件(请隐去敏感信息)

2023-04-10 13:55:08.3209|ERROR|Shadowsocks.Program|System.IO.FileNotFoundException: 未能加载文件或程序集“System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。
文件名:“System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
   在 Shadowsocks.Controller.ShadowsocksController..ctor()
   在 Shadowsocks.Program.Main(String[] args)

警告: 程序集绑定日志记录被关闭。
要启用程序集绑定失败日志记录,请将注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD)设置为 1。
注意: 会有一些与程序集绑定失败日志记录关联的性能损失。
要关闭此功能,请移除注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog]。

2023-04-10 13:55:08.3649|INFO|Shadowsocks.Controller.I18N|Current language is: zh-CN
chenshaoju commented 1 year ago

https://github.com/shadowsocks/shadowsocks-windows/issues/3208

x3657448 commented 1 year ago

谢谢!