drawers icon indicating copy to clipboard operation
drawers copied to clipboard

Crash when sending a digiline signal which is non-coercible to an ItemStack to a drawer controller

Open birdlover32767 opened this issue 6 months ago • 0 comments

I discovered this bug when trying to fix something on the Pandorabox server.

How to reproduce

Send a digiline signal that is not a string, nil, or a table to a drawer controller. The drawer controller will then try to coerce it into a ItemStack, causing a crash.

The game crashes at /lua/controller.lua:381.

birdlover32767 avatar Aug 20 '24 07:08 birdlover32767