mojira.dev
MCPE-12247

Game crashes when clicking too fast

If one uses an auto clicker/typer or similar tool to make many input events per second, the game will crash.

On Windows, the exception thrown is: Platform::ObjectDisposedException
The HRESULT is: 0x80000013 (the object has been closed).

Comments 8

I think this is Work as Intended, im a programmer, and you were doing a smoke test, you overloaded the application.

I think this is Work as Intended, im a programmer, and you were doing a smoke test, you overloaded the application.

While I don't know much about how the game is doing input handling, my guess is the input queue is still holding some input events that a are prematurely freed or released. Many games and applications would check for this situation to prevent exactly this kind of error from occurring, or limit the size of the input queue to reduce overall load.

While I don't know much about how the game is doing input handling, my guess is the input queue is still holding some input events that a are prematurely freed or released. Many games and applications would check for this situation to prevent exactly this kind of error from occurring, or limit the size of the input queue to reduce overall load.

Does this issue still affects 0.14?, if so, please respond

Does this issue still affects 0.14?, if so, please respond

This ticket has been resolved as 'Cannot Reproduce' as it has not been updated recently (1 year+)

This ticket has been resolved as 'Cannot Reproduce' as it has not been updated recently (1 year+)

Matt S

(Unassigned)

Unconfirmed

Windows

Windows 10

0.13.0

Retrieved