cartman-2000 / Rocket-Plugin-Wrecking-Ball

Wrecking Ball Plugin for Unturned 3 Rocket MOD
8 stars 8 forks source link

last unturned update broke the plugin #4

Closed wolfhound871 closed 5 years ago

wolfhound871 commented 6 years ago

AFTER THE LAST UPDATE FROM UNTURNED THE PLUGIN IS BROKEN I HAVE THE LATEST VERSION OF WRECKING BALL INSTALLED error says [6/10/2018 3:22:16 PM] [Error] MissingMethodException: Method not found: 'SDG.Unturned.StructureManager.damage'. - ApokPT.RocketPlugins.WreckingBall.Update () when i try using it that spams the console

joeymisfit commented 6 years ago

I have the same error, please find a resolution.

DronXa commented 6 years ago

Same error ;/

cartman-2000 commented 6 years ago

I rebuilt the plugin on the plugin page, but the unturned refs that are used on the rocket plugin compiling server's tend to be out of date for a while after an update to unturned(can be upto a couple weeks at times.). You can try this url instead, if the one on the plugin page doesn't work.

(rebuilt against the latest UT libs) https://github.com/cartman-2000/Rocket-Plugin-Wrecking-Ball/releases/tag/3.6.2.1

This plugin has more extensive linking to the Unturned code than most other plugins, so the chance of having something break between updates is somewhat higher than most other plugins.

wolfhound871 commented 6 years ago

the above link fixed it it works again thanks cartman-2000 amazing work and response

thereis commented 6 years ago

Broke again

cartman-2000 commented 6 years ago

The link in my above post should still work, it's the build that I'm using on my server's, and it works.

The one on the plugin page built by the plugin build server on the rocket site may still have out of date unturned libs.

It could break, if you changed the config in the plugin and messed up the formatting of the xml file, I can't tell what the issue is though, without seeing an error trace from the server.

joeymisfit commented 6 years ago

Still works on all of our servers at the present moment.

NoAdO commented 6 years ago

Doesn't work in last update (plugin from the link above).

Server's log: [World] Лучезарный [NoAdO]: "/wreck * 20" WreckingBall >> Player Лучезарный [NoAdO] (76561198119961715), queued wreck at: (-56.8, 59.8, 214.9), with Flag type: Normal, with Flags: *, with itemID: 0, with StermID: 0, number of elements queued: 16 [World] Лучезарный [NoAdO]: "/wreck confirm" WreckingBall >> Player Лучезарный [NoAdO] (76561198119961715) has initiated wreck. MissingMethodException: Method not found: 'SDG.Unturned.StructureManager.damage'. - ApokPT.RocketPlugins.WreckingBall.Update () MissingMethodException: Method not found: 'SDG.Unturned.StructureManager.damage'. - ApokPT.RocketPlugins.WreckingBall.Update ()

MissingMethodException: Method not found: 'SDG.Unturned.StructureManager.damage'. - ApokPT.RocketPlugins.WreckingBall.Update () - is spamming till player aborts the operation:

MissingMethodException: Method not found: 'SDG.Unturned.StructureManager.damage'. - ApokPT.RocketPlugins.WreckingBall.Update () [World] Лучезарный [NoAdO]: "/wreck abort" WreckingBall >> Wrecking Ball Aborted! Destruction queue cleared!

Didn't touch the configuration, nevertheless here it is: https://pastebin.com/kgBgMUzH

Maybe i should re-generate it?

cartman-2000 commented 6 years ago

Try this one. https://github.com/cartman-2000/Rocket-Plugin-Wrecking-Ball/releases/tag/3.6.2.2

NoAdO commented 6 years ago

No need. I've reinstalled the plugin and it fixed (3.6.2.1). Thanks for your work.