#(flimsynimsy) Denizen is broken on latest version of paper?

45 messages · Page 1 of 1 (latest)

worn parcel
#

whenever i move around in denizen or any event fires, it floods my console with errors from Denizen. I have no idea what's going (apparently the world the player is in, is returning null)

long ventureBOT
#

(flimsynimsy) Denizen is broken on latest version of paper?

long ventureBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

worn parcel
warm mapleBOT
# worn parcel !logcheck https://paste.denizenscript.com/View/115534
Server Version

Paper version git-Paper-196 (MC: 1.20.1)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens v2.0.32-SNAPSHOT (build 3208) -- (Current build :white_check_mark:)
Denizen v1.2.8-SNAPSHOT (build 1797-REL) -- (Current build :white_check_mark:)
Depenizen v2.1.0 (build 845) -- (Current build :white_check_mark:)

Checked For

@worn parcel

UUID Version

4 (:white_check_mark: Online)

Java Version

17.0.5 :white_check_mark:

Other Noteworthy Plugin(s)

ProtocolLib v5.1.0

Possibly Relevant Plugin(s)

FastAsyncWorldEdit v2.7.2-SNAPSHOT-560;7b0f1b3 - This plugin has been known to break the plugin load order on many servers, due to usage of the 'loadbefore' directive in its 'plugin.yml'.

Potentially Bad Line(s)

[11:33:15] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Denizen v1.2.8-SNAPSHOT (build 1797-REL) :warning: Log contains error messages.

worn parcel
#

actually, it seems to just be the player move event

vital vapor
#

What's the event line

worn parcel
#

wdym

vital vapor
#

The event label you're using

#

just on player walks?

worn parcel
#

i dont have an on player walks event

#

i dont have any events checking for player movement

#

unless they're entering/exiting a cuboid

vital vapor
#

What if you remove ProtocolLib

worn parcel
#

that might be the issue

#

i just added it, since it'd a dependency for another custom plugin a guy made for me

vital vapor
#

oh, what does the plugin do?

worn parcel
#

it's meant to render display entities no matter how far away you are from it

#

by sending packets

#

also, it still has the same error without protocllib

vital vapor
#

Thaat's odd. Can you try it on a server with only denizen installed and see if the error occurs

#

Because I can't seem to replicate it

worn parcel
#

i can try and delete everything except denizen

vital vapor
warm mapleBOT
# vital vapor !checklog https://paste.denizenscript.com/View/115538
Server Version

Paper version git-Paper-196 (MC: 1.20.1)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens: 2.0.32-SNAPSHOT (build 3183) -- (:warning:Outdated build, behind by 25)
Denizen: 1.2.8-SNAPSHOT (build 1797-REL) -- (Current build :white_check_mark:)
Depenizen: 2.1.0 (build 843) -- (Outdated build, behind by 2)

Checked For

@vital vapor

UUID Version

4 (:white_check_mark: Online)

Java Version

17.0.7 :white_check_mark:

worn parcel
#

wow

#

i only have 3 plugins installed, and it still does the same thing

warm mapleBOT
# worn parcel !logcheck https://paste.denizenscript.com/View/115539
Server Version

Paper version git-Paper-196 (MC: 1.20.1)-- (Current build :white_check_mark:)

Plugin Version(s)

Citizens v2.0.32-SNAPSHOT (build 3208) -- (Current build :white_check_mark:)
Denizen v1.2.8-SNAPSHOT (build 1797-REL) -- (Current build :white_check_mark:)
Depenizen v2.1.0 (build 845) -- (Current build :white_check_mark:)

Checked For

@worn parcel

UUID Version

4 (:white_check_mark: Online)

Java Version

17.0.5 :white_check_mark:

Potentially Bad Line(s)

[11:45:32] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Denizen v1.2.8-SNAPSHOT (build 1797-REL) :warning: Log contains error messages.

vital vapor
#

move scripts outside script folder

worn parcel
vital vapor
#

something is borky on your enters area event

worn parcel
#

bruh idk where tho

vital vapor
#

wait a sec

worn parcel
#

oh wait

#

i think ik what's wrong

#

it's working now

#

the error was happening because i had a notable in a world that wasn't loaded

#

i still think this should be fixed tho

vital vapor
#

that's what I was suspecting

worn parcel
#

i had a on player enters my_area, but the world that the area is in wasn't created

vital vapor
#

You can go around that, by going with flag matcher area_flagged:yourflag, instead of literal names

granite coralBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@worn parcel