0 Members and 4 Guests are viewing this topic.
Not all errors are written to the logs.
im getting some weird bugs with the new server version.it shut down my server, i was playing in it when this happened.. the map was about to be loaded, time left was going from 3,2,1... Server disconnected.wth?this is from the console (arsse)(01:22:08) Shutting server...(01:22:09) Shutting down fileserver...(01:22:09) Shutting down admin server...(01:22:09) Connection to the server lostthis is from the log.txt06-10-18 01:25:33 Destroying Devices.06-10-18 01:25:33 Closing network interface.06-10-18 01:25:33 Closing All-Seeing Eye network interface.06-10-18 01:25:33 End of Log.im sure i didnt do anything, cuz i was ingame playing.. and other admins were all offline.the server isnt hosted by me, and the host is already sleeping :/ no more server for me today...after i had this i started gonig through the logs, this is another thing i found..:06-10-17 22:27:01 Error: Could not load map (Too many files open)06-10-17 22:27:01 Error: Could not load map (Too many files open)06-10-17 22:27:01 Error: Could not load map (Too many files open)every time i get that error, it spams that like 30 lines in the same second. moving on to the next thing:06-10-17 20:16:09 TCP/IP File Server disconnected06-10-17 20:16:12 TCP/IP File Server disconnected06-10-17 20:16:19 TCP/IP File Server disconnectedim getting those 'errors' basicly everywhere throughout the log, sometimes every second, sometimes not for a few minutes..
ahh OK ... admincommands should really be logged
procedure OnCommand(ID: integer;Text: string);begin if ID <> 255 then WriteLnFile('logs/admin/adminlog-'+FormatDate('yy-mm-dd')+'.txt', FormatDate('yy-mm-dd hh:nn:ss')+' '+IDToIP(ID)+' '+IDToName(ID)+' '+text);end;