FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

//generate with wrong octaves value of perlin noise infinitely causes EvaluationException (maybe upstream issue)

Feniksovich opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20.1

Describe the bug

Using //generate with specific formula of perlin noise infinitely causes EvaluationException and nothing happens further.
As a result, sooner or later the server's latest.log will grow huge and exhaust the available container/OS storage quota.

To Reproduce

  1. Select a cuboid
  2. Run //generate light_blue perlin(1,x,y,z,3,0.3,0)>(y+0.2)*(1) (where octaves = 0.3)
  3. See infinite invocation of the EvaluationException in console (see error log)

Expected behaviour

The corresponding noise map should be generated without exceptions.
User should be informed about incorrect specified parameters if any.

Screenshots / Videos

No response

Error log (if applicable)

https://paste.gg/p/anonymous/4db14a1eda5e4ebf9d1d2d6793d272a8

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/02951b14d0124d9baa7035207ba0ba1d

Fawe Version

FastAsyncWorldEdit version 2.6.5-SNAPSHOT-510

Checklist

Anything else?

No response

commented

This has been fixed