MantisBT - Soldat Dedicated Server
View Issue Details
0000150Soldat Dedicated ServerAdmin-Client Protocolpublic2012-01-09 22:592013-03-06 23:49
Falcon 
Falcon 
lowminoralways
resolvedfixed 
amd64Debian GNU/Linux6.0
2.7.2 
 
0000150: soldatserver sends diiferent chars while in or not in daemon mode.
I've noticed that our community's interserver communication system stops working when i run the server from console to debug something. Turned out that soldatserver sends wrong chars while launched from console.
procedure ActivateServer();
var
    i: byte;
begin
    for i := 128 to 191 do WriteLn(Chr(i));
end;
No tags attached.
Issue History
2012-01-09 22:59FalconNew Issue
2012-05-08 14:18ShoozzaAssigned To => Falcon
2012-05-08 14:18ShoozzaStatusnew => assigned
2012-05-24 20:41FalconNote Added: 0001515
2012-05-24 20:41FalconAssigned ToFalcon =>
2012-05-24 20:41FalconStatusassigned => confirmed
2012-12-01 22:46FalconCategoryGeneral => Admin-Client Protocol
2013-03-06 23:49FalconStatusconfirmed => resolved
2013-03-06 23:49FalconResolutionopen => fixed
2013-03-06 23:49FalconAssigned To => Falcon

Notes
(0001515)
Falcon   
2012-05-24 20:41   
i've reviewd all the socket code looking for that bug and i found nothing. It's either in indy libs or somewhere outside of the sockets.