Internet Connection Problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tachibana
Newbie
Newbie
Posts: 4
Joined: Sun Jun 15, 2008 8:52 am

Internet Connection Problem

Post by tachibana »

Hi everyone,
I am trying to use Miranda-IM with wine. Everything seems OK but when i tried to connect MSN i am taking an error like "check your proxy/firewall settings". Firstly, i am not using any proxy or firewall.
Here is the console output;

Code: Select all

fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB
It did not work even i have tried "WINEDEBUG=fixme-wininet".
How could i fix it?
James McKenzie

Internet Connection Problem

Post by James McKenzie »

tachibana wrote:
Hi everyone,
I am trying to use Miranda-IM with wine. Everything seems OK but when i tried to connect MSN i am taking an error like "check your proxy/firewall settings". Firstly, i am not using any proxy or firewall.
Here is the console output;

Code:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB


This is not an error, but rather a report that this is not supported by
Wine and that functionality has been setup to work with some but not all
programs.
It did not work even i have tried "WINEDEBUG=fixme-wininet".
How could i fix it?

Learn how to program in 'c' and help the Wine project by building this
particular function.

James McKenzie
tachibana
Newbie
Newbie
Posts: 4
Joined: Sun Jun 15, 2008 8:52 am

Re: Internet Connection Problem

Post by tachibana »

James McKenzie wrote:tachibana wrote:
Hi everyone,
I am trying to use Miranda-IM with wine. Everything seems OK but when i tried to connect MSN i am taking an error like "check your proxy/firewall settings". Firstly, i am not using any proxy or firewall.
Here is the console output;

Code:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB


This is not an error, but rather a report that this is not supported by
Wine and that functionality has been setup to work with some but not all
programs.
It did not work even i have tried "WINEDEBUG=fixme-wininet".
How could i fix it?

Learn how to program in 'c' and help the Wine project by building this
particular function.

James McKenzie
I know C :D
I tried it another PC and it is working. So i think this is an error.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Internet Connection Problem

Post by vitamin »

tachibana wrote:Hi everyone,
I am trying to use Miranda-IM with wine. Everything seems OK but when i tried to connect MSN i am taking an error like "check your proxy/firewall settings". Firstly, i am not using any proxy or firewall.
Here is the console output;

Code: Select all

fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB
It did not work even i have tried "WINEDEBUG=fixme-wininet".
How could i fix it?
If you run 'wine iexplore http://winehq.org' does it show Wine's home page? Also have you tried http://wiki.winehq.org/FAQ#head-0344b43 ... 6855283afd ?
James McKenzie

Internet Connection Problem

Post by James McKenzie »

tachibana wrote:
James McKenzie wrote:
tachibana wrote:

Hi everyone,
I am trying to use Miranda-IM with wine. Everything seems OK but when i tried to connect MSN i am taking an error like "check your proxy/firewall settings". Firstly, i am not using any proxy or firewall.
Here is the console output;

Code:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB




This is not an error, but rather a report that this is not supported by
Wine and that functionality has been setup to work with some but not all
programs.

It did not work even i have tried "WINEDEBUG=fixme-wininet".
How could i fix it?



Learn how to program in 'c' and help the Wine project by building this
particular function.

James McKenzie
I know C :D
I tried it another PC and it is working. So i think this is an error.
You should get the same fixme for both machines. Can you provide the
version of UNIX/Linux you are using and some of the specifications of
the two machines, like cpu type and amount of memory?

James McKenzie
tachibana
Newbie
Newbie
Posts: 4
Joined: Sun Jun 15, 2008 8:52 am

Re: Internet Connection Problem

Post by tachibana »

vitamin wrote:
tachibana wrote:Hi everyone,
I am trying to use Miranda-IM with wine. Everything seems OK but when i tried to connect MSN i am taking an error like "check your proxy/firewall settings". Firstly, i am not using any proxy or firewall.
Here is the console output;

Code: Select all

fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB
It did not work even i have tried "WINEDEBUG=fixme-wininet".
How could i fix it?
If you run 'wine iexplore http://winehq.org' does it show Wine's home page? Also have you tried http://wiki.winehq.org/FAQ#head-0344b43 ... 6855283afd ?
Yes, it shows the homepage.

@James McKenzie
Both PCs have Ubuntu 8.04

Working machine;
1.66 AMD Athlon 64,
512mb ram
80gb HDD

Not working machine;
Intel Centrino T2500 Dualcore 2.00Ghz,
2.00 GB ram,
80Gb HDD
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Internet Connection Problem

Post by vitamin »

tachibana wrote:
vitamin wrote:Also have you tried http://wiki.winehq.org/FAQ#head-0344b43 ... 6855283afd ?
I don't see an answer to this question. Did you checked/fixed what that FAQ is talking about?
tachibana
Newbie
Newbie
Posts: 4
Joined: Sun Jun 15, 2008 8:52 am

Re: Internet Connection Problem

Post by tachibana »

vitamin wrote:
tachibana wrote:
vitamin wrote:Also have you tried http://wiki.winehq.org/FAQ#head-0344b43 ... 6855283afd ?
I don't see an answer to this question. Did you checked/fixed what that FAQ is talking about?
I checked and fixed it. Not working.
Locked