Exiled-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://www.exiled.to/
Other
279 stars 178 forks source link

Trigger SCP914UpgradeEvent while waiting for players #101

Closed WangPeng95997 closed 4 years ago

WangPeng95997 commented 4 years ago

but It doesn't trigger every time.

1. [11:13:55] Waiting for players... [11:13:56] [INFO] [EXILED_Idler] Server process resuming.. [11:13:56] Player 1@steam preauthenticated from endpoint 1.1.1.1:29026. [11:13:57] Player 2@steam preauthenticated from endpoint 2.2.2.2:53529. [11:13:57] [ERROR] [EXILED_Events] SCP914UpgradeEvent error: System.NullReferenceException at (wrapper managed-to-native) UnityEngine.Transform.get_position_Injected(UnityEngine.Transform,UnityEngine.Vector3&) at UnityEngine.Transform.get_position () [0x00000] in :0 at EXILED.Patches.SCP914UpgradeEvent.Prefix (Scp914.Scp914Machine __instance) [0x00028] in :0 [11:14:00] [INFO] [EXILED_Idler] The server is now idle..

2. [11:44:31] Waiting for players... [11:44:32] [ERROR] [EXILED_Events] SCP914UpgradeEvent error: System.NullReferenceException at (wrapper managed-to-native) UnityEngine.Transform.get_position_Injected(UnityEngine.Transform,UnityEngine.Vector3&) at UnityEngine.Transform.get_position () [0x00000] in :0 at EXILED.Patches.SCP914UpgradeEvent.Prefix (Scp914.Scp914Machine __instance) [0x00028] in :0 [11:44:40] [INFO] [EXILED_Idler] Server process resuming..

iopietro commented 4 years ago

Have you still ran into this bug?