ProjectRed icon indicating copy to clipboard operation
ProjectRed copied to clipboard

Placing lamps with RFTools Builder sends server into crash loop

Open ArcanoxDragon opened this issue 5 years ago • 2 comments

One of the players on my server mistakenly tried to place a Project Red lamp with an RFTools builder. This sent the server into a crash loop with the following crash report:

https://gist.github.com/briman0094/1fc951b2e216031be0ec11c8a62431d6

The builder placed the block without filling its metadata properly (it clearly placed the block by itself instead of simulating a player using an ItemBlock or some other similar situation). Preferably this should not crash the server but simply remove the block in question from the world and print a warning or error to the server log.

I should be able to remove the block in question, but I can't be sure the builder won't try and place another when I restart the server.

ArcanoxDragon avatar Oct 16 '18 21:10 ArcanoxDragon

If RFTools uses the proper default state of the block then this shouldn't happen

MrTJP avatar Oct 25 '18 02:10 MrTJP

Same issue here

Toolito avatar Nov 17 '19 19:11 Toolito