|
NiteHawk
|
 |
« on: August 23, 2009, 06:22:10 PM » |
|
It's pretty obvious the server has issues after a period of time. While it's not unplayable, its is minor errors that occur.
This includes things like:
-Starbase tractors messing up (undocking you, not tractoring you.) -Game seems to 'boot you' - no contact bug. -ALREADY CONNECTED issue, where it boots you.
Etc..
Please post here if things that 'work at the beginning of a server start' that don't work after time or you have issues with.
I am figuring its a few memory leaks, I'm working on solving them, but it could be small errors that are very hard to detect, like finding a needle in a haystack, and debuggers/memleak programs don't catch it.
To be blunt, even one SMALL error, such as a array not cleaning up properly, or a char value not being declared long enough, can mess up with alot of the coding (I fixed a issue in 1.3.5 that logging 'stopped' after a game win, as well as points not working properly, and some other things, all because char[32] that they listed wasn't long enough for planet names. (in total.)
Please post here of any occurances. This is I believe to be ALL related. It could be possibly a minor issue with one of the above, or something around that area. So anything big/small let me know.
|