FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

BR Height Error

Bramsies opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20

Describe the bug

When binding a height brush, an error follows.
The error is only thrown if an imagemap is provided.

Providing additional parameters does not change anything (size and rotation parameters for example)

This bug persists in the latest version (FastAsyncWorldEdit-Bukkit-2.9.1-SNAPSHOT-661)

To Reproduce

  1. Install Paper-196 (MC 1.20.1)
  2. Install FAWE 2.9.0
  3. Hold any tool
  4. Run /br height https://i.imgur.com/HSPfNbu.png

Expected behaviour

The tool is supposed to bind a heightmap brush

Screenshots / Videos

image
image

Error log (if applicable)

https://paste.gg/p/anonymous/51ed33343ba848e2a6523bcee8894dec

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/115d50ff387a4648bddac4047df8ab9e

Fawe Version

FastAsyncWorldEdit version 2.9.0

Checklist

Anything else?

No response

commented

I'm not sure if that's due to the age of the Issue - but that image link results in a 404 Not Found. That'd explain your error, as no image decoder may read that file (as it's no image but an HTML error page). We should presumably / most certainly handle null values there better either way.