..:: PCSX2 Forums ::..

Full Version: [Experimental] Winsock based DEV9 plugin (Now with HDD Support)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Got these when trying to join a game in need for speed underground alternate dns server.
What settings are you using?
(07-11-2018, 09:49 AM)Ge-Force Wrote: [ -> ]What settings are you using?

Looks like this NFSU server: http://ps2online.tk . DNS for that one is 45.7.228.197

I was able to get the same result connecting to my myself thru my The Sims Bustin' Out Server, which is based on the same EA shared framework. Did not get it when connecting to another user, though someone I know did. Instructions to connect or here: https://github.com/riperiperi/Breakin-In (TLDR: DNS 46.101.67.219)

Also got some hard crashes when closing the server while clients were connected:
[Image: unknown.png]
Love your keyboard plugin, by the way.
v0.8.3
Attempt to fix threading related crashes with NFS: Underground and The Sims Bustin' Out
Fix "Forcible closed" crash with The Sims Bustin' Out

Implemented an experimental DNS emulated server, which can be used by setting DNS1 or DNS2 to "192.0.2.1". this also has its own hosts list, which can be modified by editing the config file (Backup the config file before editing it by hand).


Example config below;
Code:
<Hosts>
<ConfigHost>
<Desc>Example domain to localhost</Desc>
<Enabled>true</Enabled>
<IP>127.0.0.1</IP>
<URL>www.example.com</URL>
</ConfigHost>
</Hosts>
(added bettween </HddSize> & <SocketConnectionSettings>)

An example entry is created when the config file is updated, make sure to change "<Enabled>false</Enabled>" to "<Enabled>true</Enabled>" if you reuse this entry.
Is there a way to compile this plugin under Linux?
I know that msbuild is availiable for Linux, but I can't make it work, used to Makefiles.
(07-26-2018, 11:21 AM)Fothsid Wrote: [ -> ]Is there a way to compile this plugin under Linux?
I know that msbuild is availiable for Linux, but I can't make it work, used to Makefiles.

This plugin is only for Windows since it's written in C#.
Use Wine if you want to run it in Linux.
(07-27-2018, 07:27 AM)uyjulian Wrote: [ -> ]This plugin is only for Windows since it's written in C#.
Use Wine if you want to run it in Linux.

https://github.com/TheLastRar/CLR-DEV9/issues/5
v0.8.4
Fix race condition introduced in v0.8.3.
Hi, I enabled HDD and it doesn't work.
Anyone have this for Linux? I saw someone got it working on the Github page but never shared.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17