View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000130 | Multi Theft Auto | Server | public | 2018-08-19 23:49 | 2018-08-26 19:44 |
Reporter | SugarD-x | Assigned To | SugarD-x | ||
Priority | immediate | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.6 | ||||
Target Version | 0.6 | Fixed in Version | 0.6 | ||
Summary | 0000130: Server is dropping packets for exceeded limit on client connection only in release builds | ||||
Description | The server is dropping packets for exceeding limits during client connection only in the release builds. | ||||
Steps To Reproduce | Build a server and client in release mode. Load the server and attempt to connect to it using the client. The server will produce the errors continuously until the client is closed. | ||||
Additional Information | This does not happen in debug builds. The client also fails to actually connect, but does not stop the server from producing the error until the client is closed. When it is closed, the server claims the client timed out. The Admin/Admin+ connection is not affected. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
|
Release client + release server = error. Debug client + debug server = no error. Release client + debug server = no error. Debug client + release server = Timeout on connect message in client, and server shows the client connect and timeout repeatedly, but no error message. |
|
This was fixed by disabling function-level linking in the MTAServer project settings for release builds. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-08-19 23:49 | SugarD-x | New Issue | |
2018-08-19 23:49 | SugarD-x | File Added: fgnfgnfgnfgn.PNG | |
2018-08-19 23:50 | SugarD-x | Status | new => confirmed |
2018-08-20 22:19 | SugarD-x | Note Added: 0000153 | |
2018-08-26 19:43 | SugarD-x | Assigned To | => SugarD-x |
2018-08-26 19:43 | SugarD-x | Status | confirmed => assigned |
2018-08-26 19:44 | SugarD-x | Status | assigned => resolved |
2018-08-26 19:44 | SugarD-x | Resolution | open => fixed |
2018-08-26 19:44 | SugarD-x | Fixed in Version | => 0.6 |
2018-08-26 19:44 | SugarD-x | Note Added: 0000160 |