Wrong IP detected - but only by wine

Yesterday I finally got tired of my Yoper linux distro, and dumped it in favor of SuSE 8. 2 Pro - which was my first boxed distro. I upgraded to KDE 3. 3, and got it all set up like I like it. Next was my games.

Linux Games 157 This topic was started by ,


data/avatar/default/avatar03.webp

134 Posts
Location -
Joined 2004-07-27
 
Yesterday I finally got tired of my Yoper linux distro, and dumped it in favor of SuSE 8.2 Pro - which was my first boxed distro. I upgraded to KDE 3.3, and got it all set up like I like it. Next was my games. I have successfully been playing Dialo II under wine for quite some time on yoper. I installed it via wine no problem, put my character back in the folder and loaded it up. No problems. But when I went to multi-player it had the wrong IP address. It said mine was 127.0.0.2 when it really is 192.168.0.100 on my router. Internet works and all but wine gets the wrong IP address. I thought it might be a wine bug from the version I was using 20040814 so I tried 3 other versions with the same problem. Then I signed onto transgaming and redownloaded cedega - their new version of winex. Oddly enough it had the same problem. Thus I figured it was a problem with my network configuration. I looked in /etc/hosts and found a line that read something like:
 
127.0.0.2 linux.localhost.somethingeranother
 
which was the IP address Diablo II was detecting. I deleted the line.
 
After that I loaded up Diablo II again. This time when I went to "Other Multiplayer" and selected TCP/IP it seemed to lock up for a bit. Eventually it went into the screen where I can press either join game or host game but my mouse seemed frozen. Then I noticed it jump - it was just going so increadibly slowly that moving the mouse took many seconds - up to 30 before it would show up. With a little patience I was eventually able to click on Join Game and then the mouse unlocked and went smoothly. It picked up my IP address completely. I punched in the IP address of the hosted game on our local network. It worked perfectly, and the game ran smoothly afterwards. Before when it was detecting the wrong IP address it worked smoothly at the join/host game screen. But with that line deleted and the IP correctly detected it is almost unbearibly slow - but only at that screen - why? It was fine on Yoper. Its not limited to Diablo II either - it did the same thing in several other games.
 
Since the same cedega and wine versions detected the right IP on Yoper I'd assume that the problem is my linux network setup.
Any suggestions?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar03.webp

134 Posts
Location -
Joined 2004-07-27
OP
On a side note is there a way to run the network setup wizard on SuSE 8.2 again besides during install - maybe I did something wrong there.
 

data/avatar/default/avatar03.webp

134 Posts
Location -
Joined 2004-07-27
OP
An idea occured to me a second ago (I'm at work so I cant test it till I get home). But the address it was reading was 127.0.0.2 which is close to 127.0.0.1 which is the address for the local loopback device. Is my machine configured as a standalone machine with that setup as the IP of my computer in case of no network - if so why does internet work, but wine not get it? Also can I change whether my machine is configured as a standalone or a network client somehow? Could I just change the line
 
127.0.0.2 linux.localhost.somethingeranother
 
to
 
192.168.0.100 linux.localhost.somethingeranother
 
and have it work ?? sort of cheating?