Re: unknown device issues after running winetest

2008-05-20 Thread Paul Vriens
James Hawkins wrote: > It should be mentioned that the setupapi:devinst tests fail miserably > on every platform. I'm working through the failing win2k3 tests, but > it would be nice if someone could take a look at these, maybe even > those that contributed to or wrote the tests. > > Thanks, > Ja

Re: unknown device issues after running winetest

2008-05-20 Thread Paul Vriens
Juan Lang wrote: >> anyone knows the exact testing causing the creation of the dummy devices? > > I believe it's testRegisterDeviceInfo. See my comment in it: > * FIXME: the key also becomes undeletable. How to get rid of it? > > --Juan > Deleting is not an issue if you use the native GUI's. Y

Re: unknown device issues after running winetest

2008-05-20 Thread Paul Vriens
Maarten Lankhorst wrote: >> The issue about the leftover registry keys after the tests still stands >> though. > I just keep hitting escape when booting, but it is a real problem that > should be addressed, anyone knows the exact testing causing the > creation of the dummy devices? Why 75 mouse cl

Re: unknown device issues after running winetest

2008-05-20 Thread James Hawkins
On Tue, May 20, 2008 at 8:17 PM, Juan Lang <[EMAIL PROTECTED]> wrote: >> anyone knows the exact testing causing the creation of the dummy devices? > > I believe it's testRegisterDeviceInfo. See my comment in it: > * FIXME: the key also becomes undeletable. How to get rid of it? > Another note: t

Re: unknown device issues after running winetest

2008-05-20 Thread James Hawkins
On Tue, May 20, 2008 at 8:08 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hello Paul, > > 2008/5/20 Paul Vriens <[EMAIL PROTECTED]>: >> Paul Vriens wrote: >>> Hi, >>> >>> On several windows boxes (VMware) I receive this nice message that >>> Windows will try to find a driver for an unknown de

Re: unknown device issues after running winetest

2008-05-20 Thread Juan Lang
> anyone knows the exact testing causing the creation of the dummy devices? I believe it's testRegisterDeviceInfo. See my comment in it: * FIXME: the key also becomes undeletable. How to get rid of it? --Juan

Re: unknown device issues after running winetest

2008-05-20 Thread Maarten Lankhorst
Hello Paul, 2008/5/20 Paul Vriens <[EMAIL PROTECTED]>: > Paul Vriens wrote: >> Hi, >> >> On several windows boxes (VMware) I receive this nice message that >> Windows will try to find a driver for an unknown device. >> >> This device is added by the setupapi/devinst test and is not (or can't >> be

Re: Bad stub ? GetEffectiveRightsFromAclA / GetEffectiveRightsFromAclW

2008-05-20 Thread Juan Lang
> I think above mentioned functions are badly stubbed in > ./dlls/advapi32/security.c > Current implementation outputs a message like "FIXME ... stub ..." but > functions are not stubbed in the ./dlls/advapi32/advapi32.spec file. That's expected. A "hard stub" has just a stub entry in the spec fi

Bad stub ? GetEffectiveRightsFromAclA / GetEffectiveRightsFromAclW

2008-05-20 Thread Michel Jacques
A quick question about stubs, I think above mentioned functions are badly stubbed in ./dlls/advapi32/security.c Current implementation outputs a message like "FIXME ... stub ..." but functions are not stubbed in the ./dlls/advapi32/advapi32.spec file. Is this wrong? If not, how can I know for s

Re: unknown device issues after running winetest

2008-05-20 Thread Paul Vriens
Paul Vriens wrote: > Hi, > > On several windows boxes (VMware) I receive this nice message that > Windows will try to find a driver for an unknown device. > > This device is added by the setupapi/devinst test and is not (or can't > be?) properly removed after the tests. > > On NT/W2K I'm able

unknown device issues after running winetest

2008-05-20 Thread Paul Vriens
Hi, On several windows boxes (VMware) I receive this nice message that Windows will try to find a driver for an unknown device. This device is added by the setupapi/devinst test and is not (or can't be?) properly removed after the tests. On NT/W2K I'm able to delete all the relevant registry k

Re: kernel32: Comment out the Esperanto locale definitions, they are incomplete, and cause the problems

2008-05-20 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > this patch fixes the problem reported in the bug 12884. > > Changelog: > kernel32: Comment out the Esperanto locale definitions, they are > incomplete, and cause the problems. This will only make Esperanto support even more incomplete and bro

Re: [PATCH] Fix 16 bit StringFromGUID2 to not use wide characters

2008-05-20 Thread Michael Karcher
Am Montag, den 19.05.2008, 19:58 +0900 schrieb Dmitry Timoshkov: > "Michael Karcher" <[EMAIL PROTECTED]> wrote: > > > +INT WINAPI StringFromGUID2_16(REFGUID id, LPSTR str, INT cmax) > > +{ > > + char xguid[80]; > > + int len; > > + > > + if (WINE_StringFromCLSID( id, xguid )) > > + r

Re: Bug in dlls/user32/edit.c

2008-05-20 Thread Bob Smith
Thanks -- I'll do that. Juan Lang wrote: > Hi Bob, > > could you open a bug at bugs.winehq.org, and put everything you wrote > in your email in the description? You might have more luck getting > followup that way. -- ___ Bob Smith -

Wine forums page links

2008-05-20 Thread Ian Macfarlane
The page http://www.winehq.org/site/forums needs to link to the new forums at http://forum.winehq.org/ (it does, but just in the site-wide sidebar not the page body). Regards, Ian