Re: More checks when loading the driver
Uwe Bonnes wrote:
Changelog: wine/dlls/winmm/lolvldrv.c: MMDRV_Install Check for failing DRIVER_FindFromHDrvr this doesn't seem right to me: either the loading fails and we shouldn't get a valid handle, or it succeeds and we should be able to find it there's must be something wrong elsewhere could you please send a -debugmsg +driver,+module,+winmm to see what happens ?
TIA -- Eric Pouech
"Eric" == Eric Pouech <pouech-eric(a)wanadoo.fr> writes:
Eric> Uwe Bonnes wrote: >> Changelog: wine/dlls/winmm/lolvldrv.c: MMDRV_Install Check for >> failing DRIVER_FindFromHDrvr Eric> this doesn't seem right to me: either the loading fails and we Eric> shouldn't get a valid handle, or it succeeds and we should be able Eric> to find it there's must be something wrong elsewhere could you Eric> please send a -debugmsg +driver,+module,+winmm to see what happens Eric> ? Sorry, the error no longer exists. I guess some registry entry was corrupt and a successfull run corrected it later. However I see a lot of check after DRIVER_FindFromHDrvr() in other parts of the code... Bye -- Uwe Bonnes bon(a)elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
the error no longer exists. I guess some registry entry was corrupt and a successfull run corrected it later. this also could happen with stack corruption
However I see a lot of check after DRIVER_FindFromHDrvr() in other parts of the code... they are not checks, but rather discoveries of the actual capabilities of the driver
A+ -- Eric Pouech
participants (2)
-
Eric Pouech -
Uwe Bonnes