Create

Create

86M Downloads

Harvester block creating ghost chunk leading to stack overflow

tuffluck1 opened this issue ยท 3 comments

commented

Describe the Bug

I am hosting a server on my PC with create on it and every time without fail a player has placed the harvester block it creates a chunk error
This ghost chunk causes instability which leads to stack overflow crashes that become progressively more frequent
The server always dies when more that one person tries to render it

the dedicated ram of the server is 8Gb and I have a 3060 and ryzen 7 5800x

Reproduction Steps

  1. Load a new world under the same conditions or similar
  2. place a harvester block
  3. have more than one person attempt to render it

Expected Result

The server will immediately disconnect if the computer hosting the server tries to render that chunk in an external Minecraft instance if another external player is doing the same.

Screenshots and Videos

No response

Crash Report or Log

https://pastebin.com/Y5VCCxFb

Operating System

windows 11

Mod Version

0.4.0c

Minecraft Version

1.18.1

Forge Version

39.0.45

Other Mods

my mods list can be found here https://github.com/tuffluck1/YSMC2022/tree/main/YSMC2022

Additional Context

It could be very possible that it is client-side on the side of the person placing the block due to inadequate hardware.
the server is running on forge 18.1

commented

Thanks for reporting. Fixed in Patch D

commented

I had the same issue. I fixed it by deleting the bad chunk so that it regenerated. The problem showed up after updating Forge and Create to the latest versions

You can delete the placed harvester directly via /fill command. Reload the game and the chunk is back

commented

I had the same issue. I fixed it by deleting the bad chunk so that it regenerated. The problem showed up after updating Forge and Create to the latest versions.