IntellectualSites / IntellectualSites/FastAsyncWorldEdit

Copying entities fails due to NoSuchMethodError on TagValueOutput

Open
#3,378 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Requires Testing
Dominant language
Java
Stars
806
Forks
394
Avg merge
22h 19m
Merged PRs (30d)
14

Description

Server Implementation

Spigot

Server Version

1.21.10

Describe the bug

Attempting to copy entities results in a RuntimeException caused by a NoSuchMethod error on TagValueOutput.createWrappingWithContext.

To Reproduce
  1. Create an entity (e.g. an armor stand).
  2. Select around the entity.
  3. Use //copy -e.
Expected behaviour

Copying entities shouldn't cause errors.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/42544aeddc91499c8447701205f3d121

Fawe Version

FastAsyncWorldEdit version 2.14.2-SNAPSHOT-1224+5878288

Checklist
Anything else?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the entity-copy path exercised by //copy -e and inspect the TagValueOutput.createWrappingWithContext call reported in the debugpaste. Reproduce on Spigot 1.21.10 with FAWE 2.14.2-SNAPSHOT-1224+5878288, then verify that copying a selected armor stand completes without the NoSuchMethodError.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.