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
http://bugs.winehq.org/show_bug.cgi?id=19073
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|winedevice doesn't check |winedevice doesn't check |that driver exist before |that driver exist before |loading? |loading? (appinstall)
http://bugs.winehq.org/show_bug.cgi?id=19073
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2009-06-25 02:39:25 --- The exit code is irrelevant, failure should be detected by the service APIs. What are you trying to do?
http://bugs.winehq.org/show_bug.cgi?id=19073
--- Comment #2 from Austin English austinenglish@gmail.com 2009-06-25 02:48:42 --- (In reply to comment #1)
The exit code is irrelevant, failure should be detected by the service APIs. What are you trying to do?
Making sure that winedevice doesn't crash/have some other error creep in.
http://bugs.winehq.org/show_bug.cgi?id=19073
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-06-25 03:44:21 --- You can't run winedevice from the command line, it's a service. Besides, it's always executed by default since it runs mountmgr. If you want to verify that it works just call a function that uses mountmgr.
http://bugs.winehq.org/show_bug.cgi?id=19073
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-25 07:16:45 --- Closing invalid.