View Issue Details

IDProjectCategoryView StatusLast Update
0000091Gorilla3DBug Reportspublic2020-06-04 11:02
Reporteradministrator Assigned Toadministrator  
PriorityhighSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version0.8.2.x 
Target Version0.8.2.xFixed in Version0.8.2.x 
Summary0000091: InputController: Disabling a supported device may lead to freezing handler thread
DescriptionOn disabling a previously enabled device-type, may lead to freezing handler thread, in SetEnabled routine.
Steps To ReproduceSupported := [TGorillaInputDeviceType.Keyboard, TGorillaInputDeviceType.Mouse, TGorillaInputDeviceType.GamePad];
Supported := [TGorillaInputDeviceType.Keyboard, TGorillaInputDeviceType.Mouse];

This will freeze the GamePad-Handler on disabling.
TagsNo tags attached.
Delphi-Version 10.3.3
OpenGLVersionOpenGL 4.3

Activities

administrator

2020-06-04 11:02

administrator   ~0000082

Did not occur anymore after the latest fixes in handler management

Issue History

Date Modified Username Field Change
2020-05-18 09:35 administrator New Issue
2020-05-18 09:35 administrator Status new => assigned
2020-05-18 09:35 administrator Assigned To => administrator
2020-06-04 11:02 administrator Status assigned => resolved
2020-06-04 11:02 administrator Resolution open => fixed
2020-06-04 11:02 administrator Fixed in Version => 0.8.2.x
2020-06-04 11:02 administrator Note Added: 0000082