Bug #2182
Bindings are sometimes inadvertently cleared (failed to write at shutdown?)
Start date:
2016-11-02
% Done:
100%
Description
Sometimes when starting a game, one finds that control bindings have gone missing. defaultbindings
fixes the problem. This seems to be a somewhat random issue that may be related to FS shutdown (bindings not written at all, or not written to disk in time?).
History
#1 Updated by skyjake almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
There were two problems here:
- The periodic autosave of config files was being done during game startup when bindings weren't initialized yet.
- Sometimes Home UI widgets retained keyboard focus, thus not allowing the game to receive key events.
#2 Updated by skyjake over 7 years ago
- Target version deleted (
49)