Page 1 of 1
Game crashes if item grid fails to find an empty space
Posted: Mon Apr 08, 2013 12:44 am
by TacticalMaster
Here's how it happens: Swap two items if they will over lap. Now move the cursor so the white space overlaps two items and place. If there are no available empty spaces that will fit the item you're holding, the game will crash because the algorithm fails to find an empty space on the item grid.
Re: Game crashes if item grid fails to find an empty space
Posted: Tue Apr 09, 2013 8:45 pm
by Rosencrantz
I have had this error as well. To give more detail, when trading items we cannot easily see how much grid space the item we want to place will take up. If the item we are trying to place overlaps with more than one item in the inventory the game will crash.
Possible solution is in this case just display 'There is no room in the inventory' and use the same code when trying to right click on an item into another person's inventory when there is not enough grid space.
Item stays stuck to the mouse.
Re: Game crashes if item grid fails to find an empty space
Posted: Wed Apr 10, 2013 8:19 am
by Suresight1987
I've had this problem, so frustrating after an hour of looting and selling is done for it to happen.
Is there a way to rotate items in the inventory?
Re: Game crashes if item grid fails to find an empty space
Posted: Thu Apr 11, 2013 11:53 pm
by Rosencrantz
Suresight1987 wrote:I've had this problem, so frustrating after an hour of looting and selling is done for it to happen.
Is there a way to rotate items in the inventory?
Not that I know of. In version 0.40.5 that is.