#481 closed defect (fixed)
ALL:Launcher is not showing all games
Reported by: | SF/mnepomuk | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
Given a set of entries in cfg file not all are shown in the launcher dialog.
Reason:
LauncherDialog::LauncherDialog in
if (g_config->has_domain(v->filename)) {
is searching case sensitive in the cfg file,
where GameDetector::parseCommandLine with
g_config->set_writing(true);
has just placed the command argument w/o case check.
So "scummvm -w -p whatever/mi1/ monkeyvga" would result in an "monkeyvga" entry but isn't found later since the "monkeyVGA" in version_settings.
Ticket imported from: #616748. Ticket imported from: bugs/481.
Change History (6)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Owner: | set to |
---|
comment:3 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 22 years ago
Because the problem described in the report has been fixed - well, see bug #620361, one case hasn't been fixed, but anyway.
comment:6 by , 6 years ago
Component: | → GUI |
---|
Logged In: NO
btw.: clicking on the scrollbar in the launcher dialog causes an abnormal program termination.