View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001517 | NoesisGUI | C# SDK | public | 2019-07-11 11:53 | 2020-07-07 16:36 |
| Reporter | ai_enabled | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.2.3 | ||||
| Summary | 0001517: Random issue with typing and modifier keys | ||||
| Description | Hi guys, probably this is my MonoGame wrapper's code issue only, however, I'm curious if you have similar reports from other devs. The issue is that sometimes modifier key (reproducible for Ctrl, not sure about the other keys) is stuck for NoesisGUI. The subsequent keypresses/chars are not typed into the textbox. And presses of keys A and V results in Ctrl+A and Ctrl+V which is obviously not great :-) Oh, and this issue is very-very old. If you have any ideas or suggestions how could I debug the issue — please let me know. Regards! | ||||
| Platform | Any | ||||
| related to | 0001457 | resolved | sfernandez | Shift + mouse wheel = horizontal scroll |
|
Hi, Noesis only responds to the input provided by the integration layer, it doesn't interact with the operating system, so all the key downs and ups should be provided by the MonoGame wrapper. |
|
|
Alas, there is no easy way to reproduce it. I'm looking to find a way and yes, probably you're right as this might be affected by the integration layer. Though I've checked it several times. I will add extra logging to find out whether the modified key was actually sent as released to NoesisGUI or not, then I will know for sure whether it's wrapper or NoesisGUI issue. I believe it's related to the usage of Alt+Tab. Turns out the issue 0001503 ("Click on the currently selected listbox item will deselect it") is related to it. My Ctrl key for NoesisGUI was assumed to be held so every time I clicked on an entry in a list box it was deselected as NoesisGUI processed it as Ctrl+Click. Regards! |
|
|
Hi guys, the issue is bothering us and our players a lot. It's absolutely random. But happens very often to some players who are using the chat a lot. Pressing the Ctrl key several times usually resolves it. I've added logging to verify that the Ctrl key is definitely released when that issue happens—and it looks like the "key up" was sent to NoesisGUI properly by our wrapper. Regards! |
|
|
Reviewing our code I can only identify two scenarios where control key could be kept as pressed.
Is it possible that any of that is happening in your situation? If you need it I can generate a debug library with some logs to determine when our internal key state gets out of sync. |
|
|
Hi Sergio, I've prepared a special client build with extra logging and made it public in Steam ( Anyway: Regards! |
|
|
Sorry to say we don't have any other report about this issue, but it could still be a bug in our side. Let's see if we can get more information and find the source of the problem. I downloaded CryoFall demo from steam and switched to the patch-testing branch, but it seems no Data or Log folder is created. Maybe this only works for the full version of the game? |
|
|
The Steam version is using Documents/AtomicTorchStudio or %LocalAppDats%/AtomicTorchStudio folder for thr dynamic data. I don't get this issue reports for a day. It might have been that old workaround that caused wrapper to not send KeyUp sometimes. |
|
|
Hi Sergio, Regards! |
|
|
The issue is definitely fixed. Regards! |
|
|
Thanks for the update, we're closing this then. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-07-11 11:53 | ai_enabled | New Issue | |
| 2019-07-11 12:36 | sfernandez | Assigned To | => sfernandez |
| 2019-07-11 12:36 | sfernandez | Status | new => feedback |
| 2019-07-11 12:36 | sfernandez | Note Added: 0005839 | |
| 2019-07-19 19:01 | ai_enabled | Note Added: 0005882 | |
| 2019-07-19 19:01 | ai_enabled | Status | feedback => assigned |
| 2020-05-06 22:45 | ai_enabled | Note Added: 0006323 | |
| 2020-05-08 10:55 | sfernandez | Note Added: 0006331 | |
| 2020-05-08 12:27 | jsantos | Relationship added | related to 0001457 |
| 2020-05-09 01:56 | ai_enabled | Note Added: 0006341 | |
| 2020-05-09 01:57 | ai_enabled | Note Edited: 0006341 | |
| 2020-05-09 01:57 | ai_enabled | Note Edited: 0006341 | |
| 2020-05-09 01:58 | ai_enabled | Note Edited: 0006341 | |
| 2020-05-10 12:43 | sfernandez | Note Added: 0006342 | |
| 2020-05-10 13:03 | ai_enabled | Note Added: 0006343 | |
| 2020-05-11 20:10 | ai_enabled | Note Added: 0006346 | |
| 2020-07-07 14:08 | ai_enabled | Note Added: 0006508 | |
| 2020-07-07 16:36 | sfernandez | Status | assigned => resolved |
| 2020-07-07 16:36 | sfernandez | Resolution | open => no change required |
| 2020-07-07 16:36 | sfernandez | Note Added: 0006510 |