Jump to content

4 Screenshots

  • 146.7k
  • 7.1k
  • 72.89 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Fruster

Posted

3 minutes ago, FandangoChristmas said:

I'm using Carbon as well, and getting this spamming non stop as well after the new plugin update.

I disabled it for carbon and there should be no errors in version 1.4.5. Anyway, I will update the plugin soon, it should work fine on carbon too

  • Like 1
FandangoChristmas

Posted

21 minutes ago, Fruster said:

I disabled it for carbon and there should be no errors in version 1.4.5. Anyway, I will update the plugin soon, it should work fine on carbon too

Thank  you, I just noticed that version now. I will update it now! Thank you for the great plugin, and work solving the issue!

  • Like 1
Budapeshter

Posted

Setting parent to entity that hasn't spawned yet! (net is null)

(12:32:51) | Failed executing chat command 'callcargoplane' in 'CargoPlaneCrash v1.4.6 by Fruster' [callback] (Object reference not set to an instance of an object.)

at void BaseEntity.SetParent(BaseEntity entity, uint boneID, bool worldPositionStays, bool sendImmediate) x 2

at void Oxide.Plugins.CargoPlaneCrash.startEvent() in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 602

at void Oxide.Plugins.CargoPlaneCrash.callcargoplane(IPlayer iplayer) in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 1319

at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

Hi. The event's not working

ALiEN JiM

Posted (edited)

Hi since wipe 5th Feb CargoPlaneEvent, AirfieldEvent and HelipadEvent no longer work!

Running on latest Oxide

Start up Error:

  [Error] Failed to call hook 'OnServerInitialized' on plugin 'AirfieldEvent v1.4.9' (ArgumentException: Undefined target method for patch method static System.Boolean Oxide.Plugins.BaseCombatEntity_OnKilled_Patch::Prefix(BaseCombatEntity __instance, HitInfo info))
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x0006e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  
  [Error] Failed to call hook 'OnServerInitialized' on plugin 'CargoPlaneCrash v1.4.6' (ArgumentException: Undefined target method for patch method static System.Boolean Oxide.Plugins.BaseCombatEntity_OnKilled_Patch::Prefix(BaseCombatEntity __instance, HitInfo info))
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x0006e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  
  [Error] Failed to call hook 'OnServerInitialized' on plugin 'LaunchSiteHelipadEvent v1.1.0' (ArgumentException: Undefined target method for patch method static System.Boolean Oxide.Plugins.BaseCombatEntity_OnKilled_Patch::Prefix(BaseCombatEntity __instance, HitInfo info))
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x0006e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  

And when i try to start the event:


  [CargoPlaneCrash] Event started
  Failed to call hook 'callcargoplane' on plugin 'CargoPlaneCrash v1.4.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CargoPlaneCrash.findTarget () [0x00012] in <746de5af180b45859e8e6455b2433887>:0
  at Oxide.Plugins.CargoPlaneCrash.startEvent () [0x00036] in <746de5af180b45859e8e6455b2433887>:0
  at Oxide.Plugins.CargoPlaneCrash.callcargoplane (Oxide.Core.Libraries.Covalence.IPlayer iplayer) [0x00029] in <746de5af180b45859e8e6455b2433887>:0                     2kb/s in, 10kb/s out
  at Oxide.Plugins.CargoPlaneCrash.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00776] in <746de5af180b45859e8e6455b2433887>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0

 

Edited by ALiEN JiM
Fruster

Posted

39 minutes ago, ALiEN JiM said:

Hi since wipe 5th Feb CargoPlaneEvent, AirfieldEvent and HelipadEvent no longer work!

Running on latest Oxide

Start up Error:

  [Error] Failed to call hook 'OnServerInitialized' on plugin 'AirfieldEvent v1.4.9' (ArgumentException: Undefined target method for patch method static System.Boolean Oxide.Plugins.BaseCombatEntity_OnKilled_Patch::Prefix(BaseCombatEntity __instance, HitInfo info))
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x0006e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  
  [Error] Failed to call hook 'OnServerInitialized' on plugin 'CargoPlaneCrash v1.4.6' (ArgumentException: Undefined target method for patch method static System.Boolean Oxide.Plugins.BaseCombatEntity_OnKilled_Patch::Prefix(BaseCombatEntity __instance, HitInfo info))
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x0006e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  
  [Error] Failed to call hook 'OnServerInitialized' on plugin 'LaunchSiteHelipadEvent v1.1.0' (ArgumentException: Undefined target method for patch method static System.Boolean Oxide.Plugins.BaseCombatEntity_OnKilled_Patch::Prefix(BaseCombatEntity __instance, HitInfo info))
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x0006e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  

And when i try to start the event:


  [CargoPlaneCrash] Event started
  Failed to call hook 'callcargoplane' on plugin 'CargoPlaneCrash v1.4.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CargoPlaneCrash.findTarget () [0x00012] in <746de5af180b45859e8e6455b2433887>:0
  at Oxide.Plugins.CargoPlaneCrash.startEvent () [0x00036] in <746de5af180b45859e8e6455b2433887>:0
  at Oxide.Plugins.CargoPlaneCrash.callcargoplane (Oxide.Core.Libraries.Covalence.IPlayer iplayer) [0x00029] in <746de5af180b45859e8e6455b2433887>:0                     2kb/s in, 10kb/s out
  at Oxide.Plugins.CargoPlaneCrash.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00776] in <746de5af180b45859e8e6455b2433887>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0

 

Hey! I checked, I have no errors when compiling. Callcargoplane works fine, the event starts. Try updating the server and the plugin

Unloaded plugin CargoPlaneCrash v1.4.6 by Fruster
[CargoPlaneCrash] Event will start in 11179 seconds
Loaded plugin CargoPlaneCrash v1.4.6 by Fruster
LaunchSiteHelipadEvent was compiled successfully in 361ms
Unloaded plugin LaunchSiteHelipadEvent v1.1.0 by Fruster
[LaunchSiteHelipadEvent] Launch site not found on map, event will not start!
Loaded plugin LaunchSiteHelipadEvent v1.1.0 by Fruster
> callcargoplane
[CargoPlaneCrash] Event started
[CargoPlaneCrash] Next event will start in 7882 seconds

 

Fruster

Posted

1 hour ago, Budapeshter said:
Setting parent to entity that hasn't spawned yet! (net is null)

(12:32:51) | Failed executing chat command 'callcargoplane' in 'CargoPlaneCrash v1.4.6 by Fruster' [callback] (Object reference not set to an instance of an object.)

at void BaseEntity.SetParent(BaseEntity entity, uint boneID, bool worldPositionStays, bool sendImmediate) x 2

at void Oxide.Plugins.CargoPlaneCrash.startEvent() in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 602

at void Oxide.Plugins.CargoPlaneCrash.callcargoplane(IPlayer iplayer) in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 1319

at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

Hi. The event's not working

Hey! I checked on carbon version 2.6.381.0 - everything is fine. Try updating the plugin and carbon

Loaded plugin CargoPlaneCrash v1.4.6 by Fruster [173ms]
[CargoPlaneCrash] Event will start in 13212 seconds
> callcargoplane
[CargoPlaneCrash] Event started
[CargoPlaneCrash] Next event will start in 5068 seconds

 

ALiEN JiM

Posted

4 hours ago, Fruster said:

Hey! I checked, I have no errors when compiling. Callcargoplane works fine, the event starts. Try updating the server and the plugin

Unloaded plugin CargoPlaneCrash v1.4.6 by Fruster
[CargoPlaneCrash] Event will start in 11179 seconds
Loaded plugin CargoPlaneCrash v1.4.6 by Fruster
LaunchSiteHelipadEvent was compiled successfully in 361ms
Unloaded plugin LaunchSiteHelipadEvent v1.1.0 by Fruster
[LaunchSiteHelipadEvent] Launch site not found on map, event will not start!
Loaded plugin LaunchSiteHelipadEvent v1.1.0 by Fruster
> callcargoplane
[CargoPlaneCrash] Event started
[CargoPlaneCrash] Next event will start in 7882 seconds

 

Hi and thank you for your reply! I am Confused! Server is up to date even today steam update and oxide, all 3 of your plugins are up to date,

as you can see in the errors messages:
AirfieldEvent v1.4.9

CargoPlaneCrash v1.4.6

LaunchSiteHelipadEvent v1.1.0

what plugins is it you want me to update?

I have 2 servers and i have almost 200 plugins but these 3 are the only ones with issues, I have even tried with only these 3 plugin events still same issue.

What am i missing! all i see is something to do with hooks.

Any further help would be much appreciated.

 

Regards

Jim.

Fruster

Posted

10 minutes ago, ALiEN JiM said:

Hi and thank you for your reply! I am Confused! Server is up to date even today steam update and oxide, all 3 of your plugins are up to date,

as you can see in the errors messages:
AirfieldEvent v1.4.9

CargoPlaneCrash v1.4.6

LaunchSiteHelipadEvent v1.1.0

what plugins is it you want me to update?

I have 2 servers and i have almost 200 plugins but these 3 are the only ones with issues, I have even tried with only these 3 plugin events still same issue.

What am i missing! all i see is something to do with hooks.

Any further help would be much appreciated.

 

Regards

Jim.

So are you using oxide or carbon? From the logs it looks like carbon. Which version are you using?

ALiEN JiM

Posted

oxide, I don't have Carbon installed, all was fine till wipe.

Russ

Posted

I'm using the oxide version with no issues at all.

Have you tried downloading version 1.4.6 again, wondering if your original attempt resulted in a corrupt file?

Fruster

Posted

1 hour ago, ALiEN JiM said:

oxide, I don't have Carbon installed, all was fine till wipe.

Is it possible for you to run this on a test server without other plugins? There were no complaints from other users about this error, we need to understand what can affect this, this can be tested on a test server

ALiEN JiM

Posted

14 minutes ago, Fruster said:

Is it possible for you to run this on a test server without other plugins? There were no complaints from other users about this error, we need to understand what can affect this, this can be tested on a test server

Hi, I found the problem to be the RustEdit Extension, I deleted the Extension and all seems to been fine now.

I can only apologise and thank you for your time on this matter.

 

Regards

Jim.

  • Like 2
Fruster

Posted

31 minutes ago, ALiEN JiM said:

Hi, I found the problem to be the RustEdit Extension, I deleted the Extension and all seems to been fine now.

I can only apologise and thank you for your time on this matter.

 

Regards

Jim.

Thanks for the information, it will be useful for all of us

Budapeshter

Posted

9 hours ago, Budapeshter said:
Setting parent to entity that hasn't spawned yet! (net is null)

(12:32:51) | Failed executing chat command 'callcargoplane' in 'CargoPlaneCrash v1.4.6 by Fruster' [callback] (Object reference not set to an instance of an object.)

at void BaseEntity.SetParent(BaseEntity entity, uint boneID, bool worldPositionStays, bool sendImmediate) x 2

at void Oxide.Plugins.CargoPlaneCrash.startEvent() in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 602

at void Oxide.Plugins.CargoPlaneCrash.callcargoplane(IPlayer iplayer) in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 1319

at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

Hi. The event's not working

Didn't see a reply about this error. I am using Carbon

Fruster

Posted

10 hours ago, Budapeshter said:
Setting parent to entity that hasn't spawned yet! (net is null)

(12:32:51) | Failed executing chat command 'callcargoplane' in 'CargoPlaneCrash v1.4.6 by Fruster' [callback] (Object reference not set to an instance of an object.)

at void BaseEntity.SetParent(BaseEntity entity, uint boneID, bool worldPositionStays, bool sendImmediate) x 2

at void Oxide.Plugins.CargoPlaneCrash.startEvent() in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 602

at void Oxide.Plugins.CargoPlaneCrash.callcargoplane(IPlayer iplayer) in C:/Users/Administrator/Desktop/SEMICLASSIC/carbon/plugins/CargoPlaneCrash.cs:line 1319

at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

Hi. The event's not working

Same thing, try to check on a test server if possible, probably something from other plugins affects it. On my test server with my set of plugins everything works fine

Budapeshter

Posted

8 hours ago, Fruster said:

Same thing, try to check on a test server if possible, probably something from other plugins affects it. On my test server with my set of plugins everything works fine

There are no conflicting plugins on the server, if there is a conflict with RustEdit then you need to fix it as this extension is used on every other server.
And in such a case, it can be considered that your plugin does not fulfill the described functions and does not work.
I ran out of warranty on this plugin, demand to fix it, I will not. Good luck

funky nugget

Posted

im using rustedit extension, i have no isssues on my server

Fruster

Posted

4 hours ago, Budapeshter said:

There are no conflicting plugins on the server, if there is a conflict with RustEdit then you need to fix it as this extension is used on every other server.
And in such a case, it can be considered that your plugin does not fulfill the described functions and does not work.
I ran out of warranty on this plugin, demand to fix it, I will not. Good luck

I never refuse to help, it's not about the guarantee. The point is that you need to deal with each such case separately. Many users are now using my plugin and have no problems. You can create a support request and we will try to solve your problem. But keep in mind that I will need your help

ALiEN JiM

Posted

Hi Fruster. just an update, so I restored my server from a backup I created just after the 5th Feb wipe, same issue as before, deleted RustEdit Extension then reboot server no issues, I then reinstalled the RustEdit Extension and rebooted the server still no issue and all seems fine, I can only think that the wipe update had messed up the RustEdit Extension in some way! other then that i have no idea.

 

Again many thanks for your time and help

Regards

Jim.

Fruster

Posted

3 minutes ago, ALiEN JiM said:

Hi Fruster. just an update, so I restored my server from a backup I created just after the 5th Feb wipe, same issue as before, deleted RustEdit Extension then reboot server no issues, I then reinstalled the RustEdit Extension and rebooted the server still no issue and all seems fine, I can only think that the wipe update had messed up the RustEdit Extension in some way! other then that i have no idea.

 

Again many thanks for your time and help

Regards

Jim.

Great, we conclude that there are no problems with RustEdit, thanks

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 10
  • Haha 1
  • Love 6

Fruster's Collection

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.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.