On Mon, 08 May 2006 12:03:21 +0200, Rainer M KRug wrote:
I am sitting behind a proxy server (no authorisation needed), and the proxy is setup correctly:
ftp_proxy=ftp://proxy.sun.ac.za:3128 http_proxy=http://proxy.sun.ac.za:3128 https_proxy=http://proxy.sun.ac.za:3128 no_proxy='localhost, sun.ac.za'
Any ideas why it doesn't start the download?
Wine doesn't currently support these environment variables. I sent a patch to add support for $http_proxy so this would work but it hasn't been checked in yet. Until Alexandre makes a decision you must manually fiddle with the registry to set the proxy settings.
thanks -mike
Mike Hearn wrote:
On Mon, 08 May 2006 12:03:21 +0200, Rainer M KRug wrote:
I am sitting behind a proxy server (no authorisation needed), and the proxy is setup correctly:
ftp_proxy=ftp://proxy.sun.ac.za:3128 http_proxy=http://proxy.sun.ac.za:3128 https_proxy=http://proxy.sun.ac.za:3128 no_proxy='localhost, sun.ac.za'
Any ideas why it doesn't start the download?
Wine doesn't currently support these environment variables. I sent a patch to add support for $http_proxy so this would work but it hasn't been checked in yet. Until Alexandre makes a decision you must manually fiddle with the registry to set the proxy settings.
Thanks a lot four the tips.
I added
"ProxyEnable"=dword:00000001 "ProxyServer"="proxy.sun.ac.za:3128"
below[Software\Microsoft\Windows\CurrentVersion\Internet Settings] 147164925 @=""
in the user.reg and it started and completed the download.
But after this, iexplore.exe just blinked and closed again. The output was:
rkrug@ecolmod1:~> winecfg wine: creating configuration directory '/home/rkrug/.wine'... wine: '/home/rkrug/.wine' created successfully. rkrug@ecolmod1:~> wine iexplore.exe fixme:shdocvw:IEWinMain "" 1 fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 (ReactOS special) Setup" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 (ReactOS special) Setup" of other process window (nil) should not use SendMessage fixme:shell:SHAutoComplete SHAutoComplete stub fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:shdocvw:iecs_QueryInterface unknown interface {00020400-0000-0000-c000-000000000046} fixme:shdocvw:iecs_QueryInterface unknown interface {9c2cad80-3424-11cf-b670-00aa004cd6d8} fixme:shdocvw:is_CanInPlaceActivate err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created f or for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-b159-11d0-8fcf-00aa006bcc59 }, hres is 0x80040154 fixme:shdocvw:is_OnUIActivate rkrug@ecolmod1:~>
As you can see, I started with a new .wine directory (0.9.12) and I only added the ProxyEnabled and ProxyServer entries to the user registry. I deleted these two lines but iexplore.exe still crashes.
Any ideas?
Rainer