#(sixpng) Strange NPC Pathing after 1.20.2 update
70 messages · Page 1 of 1 (latest)
(sixpng) Strange NPC Pathing after 1.20.2 update
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.
This is the only new warning I'm seeing in console. https://paste.denizenscript.com/View/116307
Content of Server Log Paste #116307: Unnamed Server Log Paste... pasted 2023/10/11 10:40:44 UTC-07:00, Paste length: 3561 characters across 29 lines, Content: [17:33:28 WARN]: java.lang.IllegalStateException: Already have player EntityHumanNPC[► ʀɪɢʜᴛ-ᴄʟɪᴄᴋ ◄...
Full log if it helps: https://mclo.gs/xRmZvFN
full logs always good @still light but please use our pastesite
!checklog https://mclo.gs/xRmZvFN
Input argument must be a link to https://paste.denizenscript.com/New/log.
can't logcheck that ^
Oop, sorry about that. Restarting now to get a clean log, resolved some other issues.
Content of Server Log Paste #116313: Unnamed Server Log Paste... pasted 2023/10/11 11:45:35 UTC-07:00, Paste length: 4960641 characters across 39359 lines, Content: [17:03:41] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionH...
Content of Server Log Paste #116313: Unnamed Server Log Paste... pasted 2023/10/11 11:45:35 UTC-07:00, Paste length: 4960641 characters across 39359 lines, Content: [17:03:41] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionH...
another huge log

didn't you say you restart it?
Paper version git-Paper-233 (MC: 1.20.2)-- (Current build :white_check_mark:)
Citizens v2.0.33-SNAPSHOT (build 3219) -- (Outdated build, behind by 1)
Denizen v1.2.8-SNAPSHOT (build 1797-REL) -- (Current build :white_check_mark:)
@peak arrow
17 or newer (based on stack trace content) :white_check_mark:
WorldGuard v7.0.9-beta1+2249-223b80c, MythicMobs v5.4.1-SNAPSHOT-35c72449, ProtocolLib v5.1.1-SNAPSHOT-669
PlugManX v2.3.5 - :warning: Plugin Managers are dangerous and will cause unpredictable issues. Remove it.
TAB v4.0.6 - This plugin adds Below_Name scoreboards to NPCs.
CMI v9.6.5.3 - CMI tends to mess with a large variety of server features and often gets in the way of issue debugging.
ModelEngine vR4.0.2 - ModelEngine has Citizens support, but that support is known to be buggy. Issues related to NPCs that use ModelEngine should be reported to ModelEngine support, not Citizens.
FastAsyncWorldEdit v2.8.2-SNAPSHOT-581;186d24b - 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'.
[17:04:25] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "io.lumine.mythic.api.skills.placeholders.PlaceholderString.isStatic()" because "this.color" is null :warning: Log contains error messages.
yes haha sorry, mythicmobs has like 1 million lines of issues right now
is that a modded launcher?
what do you mean?
your client
could you check on vanilla
if that's not the cause, post your saves.yml please and enable citizens debug in config.yml and pathfinding debug and record another video and post another log please
config is also relevant
Okay yeah, same thing on vanilla client, here's my saves.yml: https://paste.denizenscript.com/View/116315
Content of YAML Paste #116315: Unnamed YAML Paste... pasted 2023/10/11 11:52:19 UTC-07:00, Paste length: 240553 characters across 5330 lines, Content: # Citizens NPC Storage
Enabling debug now
Content of Server Log Paste #116316: Unnamed Server Log Paste... pasted 2023/10/11 11:56:06 UTC-07:00, Paste length: 746730 characters across 4952 lines, Content: [18:36:57] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionH...
also could you remove mythicmobs for a second, to make sure that your server isn't simply dying because of thousand lines console spam per second
oh there's no constant spam, only startup spam haha
but yeah i can try that to be certain
what's the id of the npc which glitched around
it's any that have pathfinding it seems. One in specific is ID 60
Content of YAML Paste #116317: Unnamed YAML Paste... pasted 2023/10/11 12:00:01 UTC-07:00, Paste length: 10060 characters across 244 lines, Content: # Citizens Configuration
thank
yeah for sure
What’s output of /npc debug -n
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.)
@still light
I mean, it seems to be trying to follow it's path but it like phases in and out and drifts into another dimension randomly, like in the first video
The weird part is it seems to be based on my proximity to it..if I stay like 2 chunks away and look at it, it stands there flashing in and out. Then when I get closer, it starts to walk but then yeets itself randomly straight in a direction, clipping through blocks and everything
But then if I go 2 chunks away again, it'll pop back in, and repeat
Are the chunks all loaded that it’s meant to pathfind through?
Teleporting can look like that
Since you’ve set it to teleport when it can’t find a path
Yes it's all loaded
The NPC in the video walks not even a full chunk away
Maybe 12 blocks
And I didn't set it to teleport either, I'm guessing that's default? It's not teleporting anywhere either, it flies away and then doesn't come back until I leave the area.
It has two waypoints 12 blocks or so apart and it just paces. It's been pacing for months straight without any issue so that's why I'm confused here, it's gotta be something that changed in the last 3 or 4 updates.
Is this maybe of significance? I also never saw this warning before updating
That’s new debug
Tells you it’s stuck
Is it only on dirt paths?
I need to be able to replicate it
No, I have others doing this as well that are on other blocks
Here, to demonstrate better how it's based on where I am:
I also realized I can't /npc tphere any of the NPCs that are bugged like this.
And actually I realized that it may actually have something to do with dirt path like you said, I realized that even the ones that I thought were not on dirt path include it somewhere in their path. Nevermind, tested by replacing all of the dirt path with cobblestone with the same result.
is it maximum-visited-blocks? I don't seem to have maximum-visited-nodes and I just regenerated my config to make sure, it's not in the default.
Oh, welp, regenerating my configuration somehow fixed it. 🤔 I guess I had an old version that was doing something super weird in the new versions.