I updated to
Oxide build 2.0.2665
Solved CanUseDoor not working (renamed, outdated)
Discussion in 'Rust Discussion' started by DEUSNEXUS, Nov 4, 2016.
-
Wulf Community Admin
-
-
Build Date: Saturday, November 05, 2016 1:48:51 PM
Unity Version: 5.4.2f2
Changeset: 17330
Branch: /main
Oxide Version: 2.0.2693
Plugin "Friends", "Nogrod", "2.1.2"
and I am running the Clans Reborn of Fujikura
and Autodoors too -
Wulf Community Admin
-
What logs you need to see? -
Wulf Community Admin
-
Code:
[11/06/2016 21:53:24] [Oxide] 21:53 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 21:58:25] [Oxide] 21:58 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:04:17] [Oxide] 22:04 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:09:28] [Oxide] 22:09 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:11:37] Emanuel94[1780131/76561198191292549] sent invalid attack: Player stalled (1.013407s) [11/06/2016 22:14:34] [Oxide] 22:14 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:20:44] [Oxide] 22:20 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:28:17] [Oxide] 22:28 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:38:28] [Oxide] 22:38 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' [11/06/2016 22:55:16] [Oxide] 22:55 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock'
Can this help?
is Log.Warning.txt
and this is Log.Error.txt
Just this 2 lines
Code:[11/06/2016 16:22:28] GUIDToPath: guid is empty [11/06/2016 16:28:55] [Oxide] 16:28 [Error] Failed to call hook 'API_FindPlayerPrimaryGroup' on plugin 'BetterChat v4.2.12' (NullReferenceException: Object reference not set to an instance of an object) [11/06/2016 16:28:55] [Oxide] 16:28 [Error] Failed to call hook 'OnPlayerSleepEnded' on plugin 'Notifier v3.1.3' (NullReferenceException: Object reference not set to an instance of an object)
Code:[SERVER v1.0.24] Started as service [SERVER v1.0.24] Running as service [SERVER v1.0.24] Got Message: Ready [SERVER v1.0.24] Got Message: Compile [SERVER v1.0.24] Console: LustyMap.cs(301,25): warning CS0219: The variable `container' is assigned but its value is never used LustyMap.cs(992,17): warning CS0219: The variable `playerdirection' is assigned but its value is never used LustyMap.cs(24,34): warning CS0169: The private field `Oxide.Plugins.LustyMap.EventManager' is never used LustyMap.cs(36,20): warning CS0414: The private field `Oxide.Plugins.LustyMap.worldSize' is assigned but its value is never used[SERVER v1.0.24] Connection closed. [SERVER v1.0.24] Shutdown
and this on compiler_06-11-2016.txt...
JUST CHAT LINES of Players, many "CanUseDoor" errors, AND THIS LAST 6 Lines:
Code:22:29 [Info] [Better Chat] [PLUS] CROW: ok bye 22:38 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' 22:54 [Info] [FancyDrop] Timed Airdrop incoming at: (47.6, 0.0, 41.0) 22:54 [Info] [FancyDrop] Next timed Airdrop in 31 minutes 22:55 [Warning] 'Friends v2.1.2' is using deprecated hook 'CanUseDoor', which will stop working on Tuesday, 03 January 2017. Please ask the author to update to 'CanUseLock' 22:59 [Info] [FancyDrop] Noisy (76561198094868051) looted the Drop at: (47.6, 30.1, 41.0)
Last edited by a moderator: Nov 7, 2016 -
Wulf Community Admin
The other 2 errors you'd need to post in those plugin threads. -
[DOUBLEPOST=1478484357][/DOUBLEPOST]Thanks Wulf...
then, Nothing I can do for fix this error?
this warning is very spammy -
Wulf Community Admin
-
I changed the unique line with this:
line 108 = "private object CanUseDoor(BasePlayer player, BaseLock @lock)"
for
"private object CanUseLock(BasePlayer player, BaseLock @lock)"
Looks that was fixed
THANKS !