Imanity-Software / ImanitySpigot3-git

Thee Issue Tracker for ImanitySpigot3
3 stars 0 forks source link

Exception ticking world #218

Closed evolvex3 closed 7 months ago

evolvex3 commented 1 year ago

Stack trace

paste your stack trace or a https://paste.imanity.dev/ link here!

https://paste.imanity.dev/XvfkGKh

Plugin list

.

Steps/models to reproduce (if known)

No response

ImanitySpigot3 version

2023.05.1 LTS BUILD 3

Agreements

Other

No response

evolvex3 commented 1 year ago

another crash report

https://paste.imanity.dev/Qq6qGee

interable commented 1 year ago

first crash log is correlated to #175

evolvex3 commented 1 year ago

@interable

chunks in my plugin:

https://paste.imanity.dev/yKS19EL

will try to disable all these options

parallelEntityTracking: false asyncChunkLoads: false asyncChunkGeneration: false

Should this help?

interable commented 1 year ago

make sure that spawnMob is executed synchronously, and it should be fine I don't think disabling these options will help some bad plugins, like Vulcan, are causing the first crash

remember that, for example, event.getBlock() in some events also loads chunks

FixYourWork commented 1 year ago

I dont agree the last comment. Im using this with Vulcan no problem at all. Do not respond ridiculously when someone needs help.

evolvex3 commented 1 year ago

spawnMob function is executed synchronously, server is still crashing but not as frequently as before

https://paste.imanity.dev/ob8u1Ov https://paste.imanity.dev/hkZlVIP