Description of Bug: Hovering your mouse over a tracking trail causes a crash
Reproduction Steps:
- Use tracking
- Find a trail
- Mouse over it
Error message (if applicable):
___ ############################################################################################ ERROR in action number 1 of Draw Event for object HoverHandler:
invalid date conversion - dates earlier than 1 Jan 1970 will be incorrect
at gml_Script_CurrentTimestamp
############################################################################################
gml_Script_CurrentTimestamp (line -1)
gml_Object_HoverHandler_Draw_0
EDIT:
A second issue seems to happen when tracking is used with another character present, causing a crash.
Reproduction Steps:
- Find another character
- Use tracking
Error message:
############################################################################################ ERROR in action number 1 of Async Event: Networking for object NetworkHandler:
invalid date conversion - dates earlier than 1 Jan 1970 will be incorrect at gml_Script_CurrentTimestamp ############################################################################################ gml_Script_CurrentTimestamp (line -1) gml_Script_PacketSwitcher gml_Script_ReceiveNetworkMessage gml_Object_NetworkHandler_Other_68