MantisBT - Soldat Dedicated Server
View Issue Details
0000150Soldat Dedicated ServerAdmin-Client Protocolpublic2012-01-09 21:592013-03-06 22: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 21:59FalconNew Issue
2012-05-08 12:18ShoozzaAssigned To => Falcon
2012-05-08 12:18ShoozzaStatusnew => assigned
2012-05-24 18:41FalconNote Added: 0001515
2012-05-24 18:41FalconAssigned ToFalcon =>
2012-05-24 18:41FalconStatusassigned => confirmed
2012-12-01 21:46FalconCategoryGeneral => Admin-Client Protocol
2013-03-06 22:49FalconStatusconfirmed => resolved
2013-03-06 22:49FalconResolutionopen => fixed
2013-03-06 22:49FalconAssigned To => Falcon

Notes
(0001515)
Falcon   
2012-05-24 18: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.