Opened 21 months ago
Closed 21 months ago
#14292 closed defect (fixed)
ANDROID: Crash on saving backend options
Reported by: | sev- | Owned by: | lephilousophe |
---|---|---|---|
Priority: | high | Component: | Port: Android |
Version: | Keywords: | ||
Cc: | Game: |
Description
Version: 2.7.0.1
Steps to reproduce:
- Add a game
- Go to Game Options
- Switch to the Backend tab
- Tick "Override global options" checkbox
- Optionally click something
- Quit dialog
One of these asserts gets triggered:
const ConfigManager::Domain *ConfigManager::getDomain(const String &domName) const { assert(!domName.empty()); assert(isValidDomainName(domName));
Called from
void AndroidOptionsWidget::saveTouchMode(const Common::String &setting, uint32 touchMode) { ... default: // default ConfMan.removeKey(setting, _domain); break;
Change History (2)
comment:1 by , 21 months ago
comment:2 by , 21 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Here is the full stack trace