"Steven Edwards" <[EMAIL PROTECTED]> wrote: > trace:winmm:DllMain 0x7e250000 0x1 (nil) > trace:winmm:MMDRV_Init () trace:winmm:MMDRV_Install > ('winealsa.drv', 'winealsa.drv', mapper=N); > warn:winmm:MMDRV_Install Couldn't open driver 'winealsa.drv' > trace:winmm:MMDRV_Install ('wineoss.drv', 'wineoss.drv', > mapper=N); warn:winmm:MMDRV_Install Couldn't open driver 'wineoss.drv' > trace:winmm:MMDRV_Install ('winecoreaudio.drv', > 'winecoreaudio.drv', mapper=N); warn:winmm:MMDRV_Install > Couldn't open driver 'winecoreaudio.drv' > trace:winmm:MMDRV_Install ('wavemapper', 'msacm32.drv', > mapper=Y); warn:winmm:MMDRV_Install Couldn't open driver 'msacm32.drv' > trace:winmm:MMDRV_Install ('midimapper', 'midimap.dll', > mapper=Y); warn:winmm:MMDRV_Install Couldn't open driver 'midimap.dll' > > With this patch the firefox thinstall demo bug 10905 now works. I > expect there may be other problems with other thinstall applications > as he thinks there may be some changes that need to be done on their > end to better accommodate Wine. I don't know if this really should be > the case as it works on Windows and we should try to mimic that > behavior.
DLLs are being added to wine.inf only if an app does check for a dll existence, which is not the case here. You need to investigate further what is going on. -- Dmitry.