http://bugs.winehq.org/show_bug.cgi?id=19073
Summary: winedevice doesn't check that driver exist before loading? Product: Wine Version: 1.1.24 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
austin@midna:~$ wine winedevice thisdriverdoesntexist ; echo $? 0 austin@midna:~$ wine winedevice ; echo $? err:winedevice:wmain missing device name, winedevice isn't supposed to be run manually 1