Jump to content

TuxGeek

Member
  • Posts

    297
  • Joined

  • Last visited

Everything posted by TuxGeek

  1. TuxGeek

    Error on c.unload

    I am also getting this error in console Failed to call internal hook 'OnEntityKill' on plugin 'HeliSignals v1.2.26' [304634108] (Object reference not set to an instance of an object) at object Oxide.Plugins.HeliSignals.OnEntityKill(PatrolHelicopter heli) in /home/container/carbon/plugins/HeliSignals.cs:line 876 at object Oxide.Plugins.HeliSignals.InternalCallHook(uint hook, object[] args) in HeliSignals.cs/Internal:line 457
  2. TuxGeek

    Error on c.unload

    I recently reinstalled the plugin after not using it for awhile and when setting up the plugin i setup my config and unloaded the plugin with the command "c.unload helisignals" when doing so the server produced this error in console. I dont see it effecting anything currently but wanted to let you know this error shows up c.unload HeliSignals Unloaded plugin Heli Signals v1.2.26 by ZEODE Error while unpatching hook 'OnPatrolHelicopterTakeDamage[c2e7af56e92d47308952633ba1d9ed4d]' (Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:PatrolHelicopter.Hurt_Patch0 (PatrolHelicopter,HitInfo): IL_00d8: ret ) at MethodInfo HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo) at PatchProcessor HarmonyLib.PatchProcessor.Unpatch(MethodInfo patch) at void HarmonyLib.Harmony.Unpatch(MethodBase original, MethodInfo patch) at void HarmonyLib.Harmony.UnpatchAll(string harmonyID)+(Patch patchInfo) => { } at void HarmonyLib.CollectionExtensions.Do<Patch>(IEnumerable<Patch> sequence, Action<Patch> action) at void HarmonyLib.CollectionExtensions.DoIf<Patch>(IEnumerable<Patch> sequence, Func<Patch, bool> condition, Action<Patch> action) at void HarmonyLib.Harmony.UnpatchAll(string harmonyID) at bool Carbon.Hooks.HookEx.RemovePatch() in /__w/Carbon/Carbon/Carbon.Core/Carbon/src/Hooks/HookEx.cs:line 212 A general error occured while uninstalling 'OnPatrolHelicopterTakeDamage[d9ed4d]'
  3. i started getting these errors spamming my server console after updating armored train today, and im getting another error that happens only by train tracks. My server is using the latest plugin version and the latest carbon version NullReferenceException: Object reference not set to an instance of an object at TrainEngine.MeetsEngineRequirements () [0x00013] in <aaa6925b6b184b63a06688005960c86d>:0 at VehicleEngineController`1[TOwner].CanRunEngine () [0x00000] in <aaa6925b6b184b63a06688005960c86d>:0 at VehicleEngineController`1[TOwner].CheckEngineState () [0x00008] in <aaa6925b6b184b63a06688005960c86d>:0 at TrainEngine.VehicleFixedUpdate () [0x00012] in <aaa6925b6b184b63a06688005960c86d>:0 at BaseMountable.FixedUpdateCycle () [0x00039] in <aaa6925b6b184b63a06688005960c86d>:0 at ServerMgr.FixedUpdate () [0x00018] in <aaa6925b6b184b63a06688005960c86d>:0 TuxGeek disconnecting: Object reference not set to an instance of an object. at Client.%40e455191a68751619e010dc917a36fb3545aad0 (%d76541ef229ec41e1be279815bece20ac3ca4b37 %89d3f353e5fd04b7058d5bbe8a6a75f1c9630d9a, System.Int64 %1cae3f4bbe17a828b344649eb5ff0109c522d352) [0x00000] in <00000000000000000000000000000000>:0 at Client.%b0d4f6d7535271e84d6dcaab20719634e84c01f4 (%f4f4f4ee4c77ddaad79484aab749e64e543ef53b %7829e677b6f3dbd4ed5a8964ec09c46c0a04f31a) [0x00000] in <00000000000000000000000000000000>:0 at Client.%e605147a9e6acc9e2b5308cfeb5abaefad9a1895 (%f4f4f4ee4c77ddaad79484aab749e64e543ef53b %7829e677b6f3dbd4ed5a8964ec09c46c0a04f31a) [0x00000] in <00000000000000000000000000000000>:0 at %782d470195f8bff8e57ed56c178bfaca4555a5a6.%74c2dbd6d0c0eeb5aeceb22fbc2c852ad6b6c467 (%d7db0253355656ba0d865defe811520c2fa68e14 %f39ca757e8ff6f1b644e0bb70486aa14694a9711) [0x00000] in <00000000000000000000000000000000>:0 at %55088abdd4cd3105388016fed104370f86aded80.%687de95f32b7727d84115a31e70e51705a2df1dd () [0x00000] in <00000000000000000000000000000000>:0 at Client.Update () [0x00000] in <00000000000000000000000000000000>:0
  4. TuxGeek

    OnEntityKill

    im putting together a test server to do so and will remove one plugin at a time to see if the problem persists down to just the dependencies and meteor event.
  5. TuxGeek

    OnEntityKill

    I have a list of the plugins i run on two of my servers i run that uses the meteor plugin, I dont think anything on either server would cause that. Do you see any plugin in the lists that would cause the timed.explosive to be null? PvE-Plugins.txt RP-Plugins.txt
  6. TuxGeek

    OnDispenserGather

    odd i had done that in the past but its fixed now again, so im not sure why the error appeared again
  7. TuxGeek

    OnDispenserGather

    Hi, I am running a carbon server and am getting this error with the january 2nd update. The error can be replicated by farming a bear after killing it [Loottable] MultiplyDispenserItems called but DispenserMultipliers is null _corpse_boar Failed to call hook 'OnDispenserGather' on plugin 'Loottable v2.1.4' (MultiplyGatherItems is null in _corpse_boar) at void Oxide.Plugins.Loottable+LootConfig.MultiplyDispenserItem(Item item) in /home/container/carbon/plugins/Loottable.cs:line 5320 at void Oxide.Plugins.Loottable.OnDispenserGather(ResourceDispenser dispenser, BasePlayer player, Item item) in /home/container/carbon/plugins/Loottable.cs:line 578 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  8. TuxGeek

    OnEntityKill

    hello, im getting this error in my console with the latest version of the plugin, my server is running carbon. the error occurs on every server i run that has the plugin, I can get the error to appear by using c4 on a meteor. Do i have something configured wrong? what can i do to fix this error? I have attached my config file just in case you need it Failed to call internal hook 'OnEntityKill' on plugin 'MeteorEvent v2.0.9' [304634108] (Object reference not set to an instance of an object) at void Oxide.Plugins.MeteorEvent.OnEntityKill(TimedExplosive explosive) in /home/container/carbon/plugins/MeteorEvent.cs:line 459 at object Oxide.Plugins.MeteorEvent.InternalCallHook(uint hook, object[] args) in MeteorEvent.cs/Internal:line 190 MeteorEvent.json
  9. TuxGeek

    Event will not run

    I have not gotten any response in any way about the error i listed above
  10. TuxGeek

    Bradley Drops

    getting this error after the december 5th update BradleyDrops.cs 861:76 'PhoneController' does not contain a definition for 'PositionToGridCoord'
  11. TuxGeek

    Error on mining

    Thank you, just tested that. Everything related to that is working now
  12. TuxGeek

    Zombies spawning in cliffs

    I have an issue where zombies are spawning in the world 2.0 cliffs. If a player is close enough to the cliff the zombies inside can damage the player but there is no way to kill the zombies, or get the loot
  13. TuxGeek

    Error on mining

    I run a carbon server. Every time i hit a node i get this error in my server console [Loottable] MultiplyDispenserItems called but DispenserMultipliers is null _ore_stone Failed to call hook 'OnDispenserGather' on plugin 'Loottable v2.1.4' (MultiplyGatherItems is null in _ore_stone) at void Oxide.Plugins.Loottable+LootConfig.MultiplyDispenserItem(Item item) in /home/container/carbon/plugins/Loottable.cs:line 5320 at void Oxide.Plugins.Loottable.OnDispenserGather(ResourceDispenser dispenser, BasePlayer player, Item item) in /home/container/carbon/plugins/Loottable.cs:line 578 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  14. TuxGeek

    Skills

    i remember doing it the other day, ill have to load the plugin into another test server and see the files again as its not on my live server right now. I know i saw a way and implemented that on the upgrade price
  15. TuxGeek

    Skills

    there is a line for the cost of each item too in the language file
  16. TuxGeek

    Skills

    To do that i edited the language file for the plugin inside of "oxide/lang" or "carbon/lang"
  17. I run a carbon server on a dedicated machine. I am getting the same error. Failed to call internal hook 'OnPlayerSleepEnded' on plugin 'TheButton v1.0.8' [3025469128] (Object reference not set to an instance of an object.) at void Oxide.Plugins.TheButton.OnPlayerSleepEnded(BasePlayer player) in /home/container/carbon/plugins/TheButton.cs:line 110 at object Oxide.Plugins.TheButton.InternalCallHook(uint hook, object[] args) in TheButton.cs/Internal:line 98
  18. you can close the request, I will still test on empty server but i dont think it will make a difference
  19. the error only seems to show in console if i run the command "afefast". The command used to make the plane show all the groups but doesnt anymore. that console error only shows in that instance though
  20. TuxGeek

    RunSpeed

    I gave the permission to the VIP group i have setup and have about a 33% success rate on the players who have tested it, only some are faster. There is no output in server console with any errors.
  21. TuxGeek

    RunSpeed

    I run a carbon server. Having an issue where in testing the plugin I gave the movementspeed.run.5 permisoin to the admin group. I was faster but other admins were not. Why would this work for just one player but not others?
  22. TuxGeek

    Heli NPCs

    yes, the error only happened the one time, but i wanted to report it just in case it is something that could be a bigger issue in the future. I hope it doesnt happen again, or to anyone else at all
  23. The event error only happens when running the "afefast" command it seems
  24. ran the event again today, didnt change anything and the error didnt appear. not sure what happened to cause the error or to fix it
  25. the error shows up on one server but not the other, The server that the error does not appear on has more plugins, including all of the ones on the server that has the error. both run carbon and both have the same version of everything. Both are up to date with the latest version of the dedicated server files, carbon, and plugins
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

141.8k

Files Sold

Total number of files sold.

3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.