This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
GUI freezes randomly when a string input field is active (Linux) #38
Labels
bug
Something isn't working
Comments
Please build IrrlichtMt with examples enabled and see if you can reproduce this in |
Yes, it happens there also. |
It looks like the GUI unfreezes when I press Ctrl. |
sfan5
changed the title
GUI freezes randomly when a string input field is active.
GUI freezes randomly when a string input field is active (Linux)
Jul 17, 2021
What's a good way to reproduce this issue now that the examples have been scrapped? |
You can add that particular one back locally, I'm sure it still compiles. Or alternatively test in MT of course. |
Couldn't repro in Minetest or in 05.UserInterface example, but I did not try for very long. @Hume2 do you have any more specific instructions for how I can be sure I can or can't reproduce this issue? |
possibly related minetest/minetest#13473 |
I think I can reproduce these too, now. Didn't happen before. Minetest 5.9.0-dev-dfba22758 (Linux) Using Irrlicht 1.9.0mt15 Using LuaJIT 2.1.1702233742 Built by GCC 13.2 Running on Linux/6.7.4-arch1-1 x86_64 BUILD_TYPE=RelWithDebInfo RUN_IN_PLACE=1 USE_CURL=1 USE_GETTEXT=1 USE_SOUND=1 STATIC_SHAREDIR="." STATIC_LOCALEDIR="locale" with the SDL device |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a string input field is active (that means, when I press keys, it writes something into it) (the chat does it also), the GUI sometimes freezes for a long time. The memory or CPU usage doesn't seem to exceed reasonable bounds, just the GUI doesn't react. When I send SIGTERM to Minetest, it closes quickly.
EDIT: When I press Ctrl, Shift or Alt, it unfreezes.
OS: Ubuntu 18.04
CPU: Intel® Core™ i3-6100U CPU @ 2.30GHz × 4
GPU: Intel® HD Graphics 520 (SKL GT2)
The text was updated successfully, but these errors were encountered: