Page 1 of 1

Crash when adding "entity-preview" GUI element

Posted: Wed Feb 21, 2018 12:10 pm
by chrisgbk
Place down the starting furnace and hover over it, and run:

Code: Select all

/c game.player.gui.left.add{type="entity-preview", name="mypreview"}; game.player.gui.left.mypreview.entity=game.player.selected
Crashes in agui::Widget::resizeToContents
log

Re: Crash when adding "entity-preview" GUI element

Posted: Wed Feb 21, 2018 12:13 pm
by Loewchen