http://bugs.winehq.org/show_bug.cgi?id=2116
--- Comment #22 from paul wang ypw@att.net 2011-03-06 14:08:38 CST --- This is latest findings:
###if I delete .wine directory and run:
[root@VirtualHope ~]# env -i PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY HOME=$HOME /usr/bin/wine64 "C:\bcs\BCS.EXE" fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3 fixme:wininet:InternetLockRequestFile STUB Could not load wine-gecko. HTML rendering will be disabled. fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3 fixme:wininet:InternetLockRequestFile STUB err:wininet:URLCacheContainers_FindContainerW no container found Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/root/.wine' has been updated. fixme:hook:SetWindowsHookEx16 System-global hooks (3) broken in Win16 fixme:hook:SetWindowsHookEx16 System-global hooks (4) broken in Win16
###during the configuration, it would not complain "wineboot" not found anymore, however, it seems try to install wine-gecko and cannot
###after the first run, if re-run again, the "wineboot not found" disappear, what is complaining are still those old fixme messages:
[root@VirtualHope ~]# env -i PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY HOME=$HOME /usr/bin/wine64 "C:\bcs\BCS.EXE" fixme:hook:SetWindowsHookEx16 System-global hooks (3) broken in Win16 fixme:hook:SetWindowsHookEx16 System-global hooks (4) broken in Win16 [root@VirtualHope ~]#
###would this because the missing of wine-gecko package? I did try to use winetricks gecko to install "gecko" package, I am not sure this is the same?