BR Height Error
Bramsies opened this issue ยท 1 comments
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
- Install Paper-196 (MC 1.20.1)
- Install FAWE 2.9.0
- Hold any tool
- Run
/br height https://i.imgur.com/HSPfNbu.png
Expected behaviour
The tool is supposed to bind a heightmap brush
Screenshots / Videos
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
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
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.