#(rubiaco18) ERROR/BUG
110 messages · Page 1 of 1 (latest)
Name patch: @boreal carbon had a nickname that started with a symbol or number...applied a special first symbol in place. Please start your name with a letter from A to Z. (This is to prevent users from artificially appearing at the top of the userlist).
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.
!logs
Please post your full latest log file.
Background Info: One of the most helpful tools to identifying the source of a problem is your server logs file! Logs contain all sorts of important information like server and plugin versions, any error messages, and a lot more important information (More Info).
How To: Your log can be found in the logs folder within your server folder. The most recent log is a text file labeled latest.log. To get help using these logs, please open that file in a text editor and copy all of the text, then open https://paste.denizenscript.com/New/Log and paste the text into the box on the page. Then click "Submit" and copy the URL and paste that back into this channel.
Please do not upload the file to Discord or to other pastebin services, use the log pastebin linked above.
Content of Server Log Paste #124488: Log... pasted 2024/07/11 10:52:03 UTC-07:00, Paste length: 2898728 characters across 15015 lines, Content: [19:47:21] [Server thread/INFO]: [Essentials] CommandBlock at 10,6,5 issued server command: /tp @e[t...
Content of Server Log Paste #124488: Log... pasted 2024/07/11 10:52:03 UTC-07:00, Paste length: 2898728 characters across 15015 lines, Content: [19:47:21] [Server thread/INFO]: [Essentials] CommandBlock at 10,6,5 issued server command: /tp @e[t...
!restartlog
If you're having trouble posting your log file (!logs) or you posted a log but it's missing information, you might just need a restart!
What To Do: Restart your server, replicate the issue, and then Paste your logs/latest.log file right after.
Why: sometimes logs contain a lot of unrelated output if the server's been running too long which makes them unable to paste properly. Also, every day at exactly midnight minecraft servers do a log rotation, which basically just means the latest.log no longer contains the startup section of log output, which is often the most important section of the log!
So I have to restart the server and send you the log again?
Yes
Content of Server Log Paste #124490: Unnamed Server Log Paste... pasted 2024/07/11 11:02:01 UTC-07:00, Paste length: 26928 characters across 300 lines, Content: [19:59:26] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com,...
Content of Server Log Paste #124490: Unnamed Server Log Paste... pasted 2024/07/11 11:02:01 UTC-07:00, Paste length: 26928 characters across 300 lines, Content: [19:59:26] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com,...
Paper version 1.21-55-master@7bd22b1 (2024-07-11T16:31:10Z)
Citizens v2.0.35-SNAPSHOT (build 3451) -- (:warning:Outdated build, behind by 22)
Sentinel v2.9.0-SNAPSHOT (build 522) -- (Current build :white_check_mark:)
@carmine tiger
Offline, but proxied.
21.0.3 :white_check_mark:
WorldGuard v7.0.11-beta1+a801a9d, MythicMobs v5.6.2-3e052553, Quests v5.0.5-b480
CitizensText v1.20 - :warning: To make NPCs speak, use '/npc text', or '/npc command', or Denizen. You don't need a dedicated text plugin for this.
Geyser-Spigot v2.4.0-SNAPSHOT - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.
floodgate v2.2.3-SNAPSHOT (b109-49bd564)
ViaVersion v5.0.2-SNAPSHOT - Mixed client vs server versions can sometimes cause packet-related issues.
Multiverse-Core v4.3.12 - Multi-world configuration plugins may affect NPCs in unexpected ways.
GSit v1.9.5 - 'Sit on other players' or 'sit on mobs' plugins sometimes allow players to sit on NPCs.
Starting Minecraft server on *:39365 - server is offline but has no address bind. This might mean you're using a system level firewall, but if not, it means your proxy is bypassable by hackers. Either enable a system level firewall, or bind your server to localhost in server.properties via server-ip=127.0.0.1.
[20:00:08] [Server thread/ERROR]: [Essentials] You are running an unsupported server version! :warning: Log contains error messages.
!latest citizens
Latest Citizens dev builds are at https://ci.citizensnpcs.co/job/Citizens2/.
Spigot releases of Citizens are available at https://www.spigotmc.org/resources/citizens.13811/.
Top link
I didn't understand, can you explain it to me?
You press the top link and download
and the problem is solved? What was it?
Download and we'll see if it's solved
the error continues
what should I do?
new log, please
@grim bone @boreal carbon I opened a issue on Github. KennyTV has changed a method to handle rendering entities and of course Citizen2 just happened to be using this as well. Anyway I posted the commit on Github. Citizens2 broken on Paper 1.21 build 55 and up until Citizens plugin is patched
why
@grim bone As KennyTV had to fix a Paper BUG which is Priority. All plugins using that method now need to update their plugin
and you know how to fix it?
@boreal carbon Paper 1.21 is fixed, but now Citizens2 coder is the only one that has access to patch the couple of lines of code in Citizens. You will need to wait for the author to patch the plugin. I don't think that anyone knows yet. KennyTV only patched paper a few hours ago killing Citizens2 on Paper 1.21
So we have to wait for that guy to fix it, right?
Yes
if you notice, can you notice me?
ok
This is the commit affecting Citizens https://github.com/PaperMC/Paper/commit/a594d182e49e6f5a788075243bbff97f86b1edd7
entityTrackerEntry.getPositionBase().x(),
-
entityTrackerEntry.getPositionBase().y(), -
entityTrackerEntry.getPositionBase().z(), changed to entity.trackingPosition().x(),
-
entity.trackingPosition().y(), -
entity.trackingPosition().z(),
In terms you'll understand . It like changing a phone number and nobody know the new one
i have the same problem with 1.21 #57
@earnest mango@boreal carbon this allready happend with the Build 53.+ by the way. currently you can downgrade to Paper 1.21 build52 to have your citizens back.
with paper 52 i have it back?
Yes
in aternos i cant go back?
actually this is not an option for me
Well, we all want a Stable 1.21 ASAP . As soon as Fullwall sees Citizens is broken he can change the entity tracker position lines of code. Ask a Moderater on Aternos to roll Paper back to build 52
If you're willing you could make a pull request doing that
I'm about to head to bed-
That would speed things up
I don't have environment set up. but its not Urgent thing . build 52 works
Neither do I 🤣
Hi I have the same issue, just to be clear I should downgrade to build 52 of paper until a patch fixes the issue?
Yes
Thanks
Fyi this information is incorrect and if you would like to you can use up to build 54
and can we notice KennyTV to fix it?
@boreal carbon no, please don't involve any paper devs, it's not their problem
ok, so you fix it?
@boreal carbon should be fixed in newest build
@earnest mango
@frozen sedge
@round spindle
what version?
latest
0.35?
!latest
Latest Citizens dev builds are at https://ci.citizensnpcs.co/job/Citizens2/.
Spigot releases of Citizens are available at https://www.spigotmc.org/resources/citizens.13811/.
Paper is a higher-performance alternative to Spigot that is 100% compatible with the equivalent Spigot version. It's much easier to update than Spigot itself, and carries a lot of performance and quality-of-life benefits.
Latest Paper builds are at https://papermc.io/downloads/paper.
(If you would prefer to use a Spigot build, refer to !update spigot).
Content of Denizen Script Paste #124542: Unnamed Denizen Script Paste... pasted 2024/07/12 03:37:14 UTC-07:00, Paste length: 7214 characters across 80 lines, Content: [12:33:32] [Paper Plugin Remapper Thread - 2/INFO]: [PluginRemapper] Remapping plugin plugins\Citize...
I have the same problem with the latest version
@muted ocean that's not the latest version
ha yes indeed, I'll try again my mistake
in the lastest version is fixed?
Yes
and can i do that in aternos?
Yes
but, with the last version the bug still
Please post your full latest log file.
Background Info: One of the most helpful tools to identifying the source of a problem is your server logs file! Logs contain all sorts of important information like server and plugin versions, any error messages, and a lot more important information (More Info).
How To: Your log can be found in the logs folder within your server folder. The most recent log is a text file labeled latest.log. To get help using these logs, please open that file in a text editor and copy all of the text, then open https://paste.denizenscript.com/New/Log and paste the text into the box on the page. Then click "Submit" and copy the URL and paste that back into this channel.
Please do not upload the file to Discord or to other pastebin services, use the log pastebin linked above.
@boreal carbon
im not at home, can i sent later?
@boreal carbon sure
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.)
@boreal carbon
Sorry, I'm not at home, can I do the log thing from my mobile?
Maybe?
Content of Server Log Paste #124567: Edit of paste 124566: Unnamed Server Log Paste... pasted 2024/07/13 04:16:45 UTC-07:00, Paste length: 90032 characters across 853 lines, Content: [13:12:06] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com,...
@half folio
Content of Server Log Paste #124567: Edit of paste 124566: Unnamed Server Log Paste... pasted 2024/07/13 04:16:45 UTC-07:00, Paste length: 90032 characters across 853 lines, Content: [13:12:06] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com,...
Paper version 1.21-62-master@5a503d7 (2024-07-12T18:53:26Z)
Citizens v2.0.35-SNAPSHOT (build 3451) -- (:warning:Outdated build, behind by 24)
Sentinel v2.9.0-SNAPSHOT (build 522) -- (Current build :white_check_mark:)
@half folio
Offline, but proxied.
21.0.3 :white_check_mark:
WorldGuard v7.0.11-beta1+a801a9d, MythicMobs v5.6.2-3e052553, ProtocolLib v5.3.0-SNAPSHOT-723, Quests v5.0.5-b480
CitizensText v1.20 - :warning: To make NPCs speak, use '/npc text', or '/npc command', or Denizen. You don't need a dedicated text plugin for this.
Geyser-Spigot v2.4.0-SNAPSHOT - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.
floodgate v2.2.3-SNAPSHOT (b109-49bd564)
ViaVersion v5.0.2-SNAPSHOT - Mixed client vs server versions can sometimes cause packet-related issues.
Multiverse-Core v4.3.12 - Multi-world configuration plugins may affect NPCs in unexpected ways.
GSit v1.9.5 - 'Sit on other players' or 'sit on mobs' plugins sometimes allow players to sit on NPCs.
Starting Minecraft server on *:39365 - server is offline but has no address bind. This might mean you're using a system level firewall, but if not, it means your proxy is bypassable by hackers. Either enable a system level firewall, or bind your server to localhost in server.properties via server-ip=127.0.0.1.
[13:13:43] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null :warning: Log contains error messages.
!update citizens
Latest Citizens dev builds are at https://ci.citizensnpcs.co/job/Citizens2/.
Spigot releases of Citizens are available at https://www.spigotmc.org/resources/citizens.13811/.
You need to update
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.)
@boreal carbon
but how can i update that in aternos? I have the lastest version
!update citizens
Latest Citizens dev builds are at https://ci.citizensnpcs.co/job/Citizens2/.
Spigot releases of Citizens are available at https://www.spigotmc.org/resources/citizens.13811/.
but i cant put it in aternos
@boreal carbon ?
i cant download it and add to aternos
!aternos
Free server providers (like Aternos, Minehut) usually have limitations that make them difficult to support, and there are usually better options available to most people, such as home-hosting. Refer to the FAQ page: https://wiki.citizensnpcs.co/Frequently_Asked_Questions#I_have_a_free_server_.28Aternos.2C_Minehut.2C_....29_but_there.27s_problems.
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.)
@boreal carbon