wiresock / proxifyre

ProxiFyre: SOCKS5 Proxifier for Windows
https://www.ntkernel.com
GNU Affero General Public License v3.0
216 stars 18 forks source link

Could not load file or assembly 'socksify.dll' or one of its dependencies #16

Closed oligodar closed 12 months ago

oligodar commented 1 year ago

Hi, after running it reports:

An exception occurred, System.IO.FileNotFoundException: Could not load file or assembly 'socksify.dll' or one of its dependencies. The specified module could not be found. File name: 'socksify.dll' at ProxiFyre.ProxiFyreService.Start() at Topshelf.ServiceConfiguratorExtensions.<>c__DisplayClass2_01.<WhenStarted>b__0(T service, HostControl control) at Topshelf.Builders.DelegateServiceBuilder1.DelegateServiceHandle.Start(HostControl hostControl) at Topshelf.Hosts.ConsoleRunHost.Run()

image

System is Windows 11 22H2, I tried to install Microsoft VC_redist.x64 (1) (2015-2022). It did not help.

oligodar commented 1 year ago

I have managed to work it out.

These applications must be installed in this order>

01.VC_redist.x64.exe 02.Windows.Packet.Filter.3.4.3.1.x64 (1).msi 03.ProxiFyre-v1.0.18-x64.zip

wiresock commented 12 months ago

Thank you for bringing this to attention. The readme.md file has been duly updated to incorporate the steps for installing Visual Studio Runtime Libraries, ensuring clearer guidance for users setting up the project.

Additionally, please note that the installation order for Windows Packet Filter and the Visual Studio Runtime Libraries is not strict; they can be installed interchangeably without affecting the setup process. Both are crucial components, and their successful installation is paramount for the seamless operation of the project.