On Thu, Jul 2, 2009 at 1:22 PM, janezk<wineforum-user@xxxxxxxxxx> wrote: > At the company where I work we use an application, that is made by an outside company. for now it works OK under windows, but now we plan to migrate the users to Linux and they don't plan to write a Linux app. So we are trying to run the app under wine, but it fails during installation. > > We use the latest development version of wine (1.1.24), because of another app, that needs it (it doesent run under the latest stable release). Also I installed mdac 2.8 and msxml3 using winetricks because of the working app. > > The installer quits with the folowing debug dump: > > [skrbnik@bs0050c9 hrvaska_menjalnica]$ wine setup.exe > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied > Could not load wine-gecko. HTML rendering will be disabled. > wine: configuration in '/home/skrbnik/.wine' has been updated. > [skrbnik@bs0050c9 hrvaska_menjalnica]$ ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied > fixme:ole:DllRegisterServer stub > fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported. > err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\windows\\system32\\Msstkprp.dll" failed with error 0 It seems the Msstkprp.dll was not found. It isn't implemented in wine right now, but if you're on a x86 machine, you could try to copy the dll (taken from your windows machine) into the ~/.wine/drive_c/windows/system32 directory and retry the installation > <snip> > if anyone could help or at least give me a hint, what i should look for, it would be wery appreciated. Hope this helps. ( I don't know much about winetricks however ). Frédéric