[Bug 11450] Imgburn IOCTL bug since 0.9.54

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 15 06:34:39 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11450


lightning_uk at imgburn.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lightning_uk at imgburn.com




--- Comment #9 from lightning_uk at imgburn.com  2008-02-15 06:34:38 ---
Under NT4, the IOCTL isn't called at all, that's why it doesn't fail. I do not
recommend people fake the OS to NT4. I made v2.4.0.0 work right out the box
(fresh install) when faking the OS to XP.

All I expect that's happened here is they've changed what failing function sets
'LastError' to.

Previously it must have been setting it to ERROR_INVALID_PARAMETER and now it's
using ERROR_NOT_SUPPORTED.

I've changed my code so it'll also fail (almost) silently now when it gets
ERROR_NOT_SUPPORTED.


-- 
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.



More information about the wine-bugs mailing list