Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#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 (none), 22 years ago

Logged In: NO

btw.: clicking on the scrollbar in the launcher dialog causes an abnormal program termination.

comment:2 by fingolfin, 22 years ago

Owner: set to fingolfin

comment:3 by fingolfin, 22 years ago

Resolution: fixed
Status: newclosed

comment:4 by (none), 22 years ago

Logged In: NO

Why's this bug report been closed ?

comment:5 by fingolfin, 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 digitall, 5 years ago

Component: GUI
Note: See TracTickets for help on using tickets.