Matt Friedman wrote:
> Hi,
>
> My first post to the list so hopefully I'm not making any newbie
> blunders. Searched high and low for solutions to get the Nortel vpn
> Extranet client installer to run properly using wine.
>
> I get a ton of fixmes like these and lots of other errors, in
> particular ones to do with DLL32/DLL16/NETDI/SETUP16 - details follow...
>
> fixme:key:GetQueueStatus QS_xxxx flags (4000) are not handled
> fixme:key:GetQueueStatus QS_xxxx flags (4000) are not handled
> fixme:key:GetQueueStatus QS_xxxx flags (4000) are not handled
>
> fixme:win:SetWindowTextA setting text "InstallShield Wizard" of
other
> process window (nil) should not use SendMessage
> fixme:key:GetQueueStatus QS_xxxx flags (4000) are not handled
> fixme:key:GetQueueStatus QS_xxxx flags (4000) are not handled
> fixme:win:SetWindowTextA setting text "Contivity VPN Client
V4.65" of
> other process window (nil) should not use SendMessage
> fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window
> 0x2002e
>
> Could not load 'NETDI.DLL' required by 'SETUP16', error=2
> Could not load 'SETUP16.DLL' required by 'DLL16', error=2
> err:thunk:_loadthunk (DLL16.DLL, thk_ThunkData16, DLL32.DLL): Unable
> to load 'DLL16.DLL', error 2
>
> Anyone able to make it work?
>
> Thanks,
> Matt.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>wine-users mailing list
>wine-users@winehq.org
>http://www.winehq.org/mailman/listinfo/wine-users
>
>
The SetWindowTextA errors are no big deal and *shouldn't* stop the app
from running. I don't believe that the GetQueueStatus is a big deal
either, but I am not positive.
The other message are due to missing dll files, and I don't think that
wine has implemented the specific ones that the application is
complaining about. If you're able to find these dlls you can attempt to
put them in your .wine/drive_c/windows/system and then use winecfg to
set them to 'native' for your app. It's worth a try, but wine
can't
always use native dlls, so no guarantee.
Randall Walls
Which wine version are you using?