Jump to content
XTankKiller

[SOLVED] C# SSLStream.Read crashing the game

Recommended Posts

Hello,
I'm trying to create a DLL able to communicate with a distant server using c# ssl stream socket SSLStream. Everything goes fine with SSLStream.Write but every time i try to read data from the stream the game freezes for 3 seconds and crashes giving me this report:

Arma 3 Troubleshooting Report

Sorry for the inconvenience.
Please report this on Arma 3 Feedback Tracker (http://feedback.arma3.com). Thanks to you we may fix the issue faster.


----------------------
Process exit
----------------------
Exit code:           0xE0434F4D - STATUS_CLR_EXCEPTION
Running time:        00:01:04.1351830


----------------------
System information
----------------------
Date:                2022-06-06 22:36:17 / 2022-06-07 00:36:17 +02
Current dir:         C:\Program Files (x86)\Steam\steamapps\common\Arma 3
Command line:        "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3launcher.exe"
CLR version:         4.0.30319.42000
OS Version:          10.0.22000.0 (Microsoft Windows NT 10.0.22000.0)
OS 64 bit:           True
Process 64 bit:      False
Culture:             fr-FR
UI Culture:          fr-FR


----------------------
Last game report
----------------------
not provided

I tried to set a read timeout to 1 second on the SSLStream but it doesn't change anything. Anyone has a workaround ?

Share this post


Link to post
Share on other sites

https://feedback.bistudio.com/T165724

Quote

 

Tue, Jun 7, 3:38 AM

Please disregard this post, i managed to make it work.

 

One reason this forum is so helpful is that many members share their solutions with each other. It would be nice if you could do the same.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×