What did I do?
Play the game in any mode. Enter the "Tips and Tricks" menu. Click on "Entity pipette". (With everything unlocked, it is the 4th item in the list.) Finally, watch the scenario play out.What happened?
After roughly 11 seconds, the scenario crashes. (The game continues to work just fine. I can even rewatch the scenario crash.) The scenario screen gets replaced with the following text:Code: Select all
The scenario level caused a non-recoverable error.
Please report this error to the scenario author.
Error while running event level::on_tick (ID 0)
[string " require("__core__/lualib/story")..."]:146: attempt to index local 'belt' (a nil value)
stack traceback:
[string " require("__core__/lualib/story")..."]:146: in function 'action'
__core__/lualib/story.lua:111: in function 'story_update'
__core__/lualib/story.lua:10: in function <__core__/lualib/story.lua:8>
What did you expect to happen instead?
I expect the scenario to not get replaced by an error message.Also, it appears that the scenario tries to create ghosts of burner inserters and transport belts, but fails to do either:
- It middle-clicks the burner inserter in the hot bar, but ends up removing burner inserters from the hot bar instead of adding burner inserter ghosts to the cursor. Then the mouse moves to two spots where burner inserter ghosts would fit in perfectly, but as the cursor is not holding anything, not even ghosts, nothing happens.
- Similarly, it middle-clicks transport belts in the crafting menu, which does nothing. It then tries to place a line of transport belt ghosts, but nothing gets placed at all, since again, there are no items or ghosts in the cursor.