[Bug 19073] New: winedevice doesn't check that driver exist before loading?
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(a)winehq.org ReportedBy: austinenglish(a)gmail.com austin(a)midna:~$ wine winedevice thisdriverdoesntexist ; echo $? 0 austin(a)midna:~$ wine winedevice ; echo $? err:winedevice:wmain missing device name, winedevice isn't supposed to be run manually 1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19073 Austin English <austinenglish(a)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) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19073 --- Comment #1 from Alexandre Julliard <julliard(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19073 --- Comment #2 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19073 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Alexandre Julliard <julliard(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19073 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-06-25 07:16:45 --- Closing invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org