sa-mp cannot connect to 127.0.0.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

sa-mp cannot connect to 127.0.0.1

Post by Cr0k »

Hi there.
I'm actually trying to use SA-MP ( http://appdb.winehq.org/objectManager.p ... n&iId=5283 ) with wine-1.3.28-193-g90e3bc5.
When I enter my server address (127.0.0.1, running on my Gentoo laptop) SA-MP displays the good informations, number of players, etc… But when I want to connect at it, it want to connect to 127.12.34.56…

My hostname & local ip are well defined in my /etc/hosts file…

Does anyone have a clue/idea? Thanks in advance.
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

Post by Cr0k »

Nobody? :-(
Bruno Jesus

sa-mp cannot connect to 127.0.0.1

Post by Bruno Jesus »

Wine maps that address to 127.0.0.1. Please, rerun with
"WINEDEBUG=+winsock wine <app.exe> &> /tmp/output.txt" and paste the
backtrace in pastebin.com.

How to debug: http://wiki.winehq.org/FAQ#head-16da35b ... 16862d0f5e

Source reference: http://source.winehq.org/source/dlls/ws ... et.c#L2205
Locked