Skip to content

Releases: TheLastRar/CLR-DEV9

v0.9.2

05 Dec 23:12
Compare
Choose a tag to compare

Fix crash with Zero length DNS strings
Improve handling of multicast IPs
Fix crash when handling UDP connection errors

v0.9.1

20 Apr 18:59
Compare
Choose a tag to compare

Don't perform Byte swapping on data read/written to TX/RXFIFO via register writes/reads.
This fixes network mode on the Frequency demo included on the US Network Startup disc, and potentially fixes Twisted Metal: Black Online Public Beta.

v0.9.0

16 Jan 18:55
Compare
Choose a tag to compare

Increase UDP timeout to 120s (Inline with RFC 4787 Section 4.3) for games that perform UDP hole-punching
Set address reuse for UDP sockets as needed for R&C UYA
Partially handle rejected UDP message
Adjusted logging

Linux: Workaround mono GTK compatibility issues
Linux: Bundle etc folder for systems without mono installed, note this use case isn't full tested.
Linux: Partially handle systems using systemd's DNS

v0.8.9

05 Sep 04:19
Compare
Choose a tag to compare

When using the internal DNS server, remap IP addresses of 127.0.0.1 to the PC's IP

Edit: Uploaded correct windows build

X64 Test Build

01 Sep 19:18
Compare
Choose a tag to compare
X64 Test Build Pre-release
Pre-release

64bit Test build

v0.8.8

23 Jul 17:23
Compare
Choose a tag to compare

Fix crash introduced in v0.8.7
Adjust logging settings

v0.8.7

09 Mar 18:35
Compare
Choose a tag to compare

Fix another with UDP ports for LAN games
Fix crash when DNS2 is set to 0.0.0.0 with specific games

v0.8.6

22 Jul 09:51
Compare
Choose a tag to compare

Fix crash introduced in v0.8.5 which causes crashes with UDP ports for LAN games
Fix crash associated with newer versions of mono
Fix crash associated with unloading/reloading the plugin

v0.8.6 PR3

18 Jul 13:54
Compare
Choose a tag to compare
v0.8.6 PR3 Pre-release
Pre-release

2nd Attempt at fixing crashes with LAN titles

v0.8.6 PR2

16 Jul 12:06
Compare
Choose a tag to compare
v0.8.6 PR2 Pre-release
Pre-release

Attempts to fix crash with Ubuntu 19.04