Hello There, Guest! Login or Register


drift achivements bug and SaveInfo bug
#1
firstly: the drifting achievement bug.
# Give a clear description of the bug.
-This bug makes all drifting achivements finished.

# What were you doing? Please post this as detailed as possible.
-I enabled /my drift on and then started to drift(can't remeber which car) after a few drifties i car teleporte with /ctp to apocalypse, after that it gave me messages telling me that i did the drifting achivements(to 20000 drifting score).
# Where there other players which encountered the same problem?
-yes there's Revelator and Sander but they didn't report it.
# Was it only once, or did it happen all the time? Can you include steps to reproduce?
-it happend twice so far to me(different nicks)
# Did you try to reconnect first?
-I did several times.
# In what version did the bug occur? (example: 2.90.38 or 2.91.0)
-current version


secondly: the SaveInfo bug.

# Give a clear description of the bug.
-the server just kept spamming this message :[SaveInfo]CSave::LoadInfo: No Slot found.
# What were you doing? Please post this as detailed as possible.
-I was entering with different nicks several times, didn't do anything yet, and didn't even spawn then the bug came.
# Where there other players which encountered the same problem?
-nope
# Was it only once, or did it happen all the time? Can you include steps to reproduce?
-several times.
# Did you try to reconnect first?
-i did but it didn't get fixed until i joined my real nick.
# In what version did the bug occur? (example: 2.90.38 or 2.91.0)
-current version.

that's all, i hope u be able to fix soon.

and oh there's the minigun minigame which is stuck, can i request a GMX plz? :P
thanks
#2
I had to saveinfo bug too, but i relogged and it was over.
#3
The SaveInfo issue is actually an internal problem with one of the timestamp functions. It causes other problems too - for example, trying /showmessage and a message showing that there is already a showmessage active, when there clearly isn't, and problems with Lyse spamming all over the show.

Developers can fix the SaveInfo problem by resetting the variable which stores the timestamp when the message shows.
(Save::LoadInfo()  - if(iSavedSlot == INVALID_SAVE_INFO_SLOT) [...])

The initial timestamp problem is probably in mktime(). Personally I just use (Get)TickCount for time stamping.
#4
Thanks for reporting these two issues. I will write tickets for them as soon as the trac has been cleaned up.