Started getting this today. I've made no changes to the plugin, haven't installed any others.
Code:Failed to call hook 'GetEnabled' on plugin 'FurnaceSplitter v2.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceSplitter.GetEnabled (.BasePlayer player) [0x00000] in :0 at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0
FurnaceSplitter
Moved
Total Downloads: 9,007 - First Release: Apr 9, 2017 - Last Update: Apr 20, 2018
- 5/5, 31 likes
-
At line 119:
Code:private readonly string[] compatibleOvens = { "furnace", "furnace.large", "campfire", "refinery_small_deployed", "hobobarrel_static" };
Code:private readonly string[] compatibleOvens = { "furnace", "furnace.large", "campfire", "refinery_small_deployed", "hobobarrel_static", "skull_fire_pit", "bbq.deployed", "fireplace.deployed" };
Code:var initialStackOptions = new Dictionary<string, int> { {"furnace", 3}, {"furnace.large", 15}, {"campfire", 2}, {"refinery_small_deployed", 4}, {"hobobarrel_static", 2 };
Code:var initialStackOptions = new Dictionary<string, int> { {"furnace", 3}, {"furnace.large", 15}, {"campfire", 2}, {"refinery_small_deployed", 4}, {"hobobarrel_static", 2}, {"skull_fire_pit", 2}, {"bbq.deployed", 9}, {"fireplace.deployed", 2} };
-
not working buttons for Turn on/off and Stack's
upd
found my problem, when i move the ui to right side so it works again.Last edited by a moderator: Jan 2, 2018 -
i have an issue when i try to give the default group permission
it says that the commad doesnt exist
well i use stack size but the 1.9.4 for the other issue and it worked perfecttly before but now something wrong
please help -
This worked well for me.
Thanks!
And yeah, I too hope the dev would log in, apply the change that takes 2 min to do and upload the new one here.
I believe! -
Thanks -
Code:{ "UiPosition": { "x": 0.6505, "y": 0.022 } }
-
(as stated at the bottom of the overview page)
That way he can easily see your changes and add them to an update. -
haha
-
Code:
(22:20:12) | Failed to call hook 'CanMoveItem' on plugin 'FurnaceSplitter v2.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceSplitter.GetEnabled (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter+<CanMoveItem>c__AnonStorey1.<>m__0 () [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.CanMoveItem (.Item item, .PlayerInventory playerLoot, UInt32 targetContainer, Int32 targetSlot) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
and ofcourse more errors....
Code:(21:25:04) | Failed to call hook 'OnTick' on plugin 'FurnaceSplitter v2.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceSplitter.CreateUi (.BasePlayer player, .BaseOven oven, Oxide.Plugins.OvenInfo ovenInfo) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter+<OnTick>c__AnonStorey0.<>m__0 (.BasePlayer plr) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[BasePlayer].ForEach (System.Action`1 action) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.OnTick () [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Build Date: 01/12/2018 05:34:00
Unity Version: 2017.1.2f1
Changeset: 24770
Branch: main
Oxide.Rust Version: 2.0.3813 -
thank you
-
To fix oil refineries after today's update just change line 227 from
Code:{"refinery_small_deployed", 4},
Code:{"refinery_small_deployed", 3},
-
Hello,
I have a problem calling the plugin. Here is the error code:
Code:Failed to call hook 'OnTick' on plugin 'FurnaceSplitter v2.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceSplitter.CreateUi (.BasePlayer player, .BaseOven oven, Oxide.Plugins.OvenInfo ovenInfo) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter+<OnTick>c__AnonStorey0.<>m__0 (.BasePlayer plr) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[BasePlayer].ForEach (System.Action`1 action) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.OnTick () [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
-
Code:Unloaded plugin Furnace Splitter v2.1.2 by Skipcast [Furnace Splitter] Creating default config for FurnaceSplitter. Failed to call hook 'OnServerInitialized' on plugin 'FurnaceSplitter v2.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceSplitter.InitPlayer (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.OnServerInitialized () [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 Loaded plugin Furnace Splitter v2.1.2 by SkipcastFailed to call hook 'OnTick' on plugin 'FurnaceSplitter v2.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceSplitter.CreateUi (.BasePlayer player, .BaseOven oven, Oxide.Plugins.OvenInfo ovenInfo) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter+<OnTick>c__AnonStorey0.<>m__0 (.BasePlayer plr) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[BasePlayer].ForEach (System.Action`1 action) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.OnTick () [0x00000] in <filename unknown>:0 at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Jan 24, 2018 -
-
-
-