PDA

View Full Version : empty server list in p1999 on wine.


LeXao
02-03-2017, 10:46 AM
On my windows install my connection works fine, however when I use p1999 in wine on my Linux machine there is no servers on the list. Other threads tell me that it may work if I continue to logout and back in but this has not worked for me. I'm running it off of wine and my connection works for other things, just not p1999. Thanks for the help.

Zaela
02-03-2017, 10:25 PM
Known issue, at least if you're on wifi. There is a workaround. Reasonably detailed instructions here: https://www.project1999.com/forums/showpost.php?p=2331603&postcount=19

tchzhy
02-12-2017, 05:17 AM
I try to make -f Makefile but failed.

cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing
In file included from src/connection.h:5:0,
from src/main.c:2:
src/netcode.h:10:19: fatal error: errno.h: No such file or directory
compilation terminated.
Makefile:30: recipe for target 'build/main.o' failed
make: *** [build/main.o] Error 1

any suggestion? I am using linux mint 18.1. Thanks a lotl

Swish
02-12-2017, 07:02 AM
On my windows install my connection works fine, however when I use p1999 in wine on my Linux machine there is no servers on the list. Other threads tell me that it may work if I continue to logout and back in but this has not worked for me. I'm running it off of wine and my connection works for other things, just not p1999. Thanks for the help.

You probably have but just checking, have you tried disabling your firewall etc?

Zaela
02-12-2017, 04:19 PM
I try to make -f Makefile but failed.

cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing
In file included from src/connection.h:5:0,
from src/main.c:2:
src/netcode.h:10:19: fatal error: errno.h: No such file or directory
compilation terminated.
Makefile:30: recipe for target 'build/main.o' failed
make: *** [build/main.o] Error 1

any suggestion? I am using linux mint 18.1. Thanks a lotl

Run this in the terminal:

sudo apt-get install libc6-dev

Enter y when prompted ("Do you want to continue? [Y/n]"). Then try again.