Project 1999

Project 1999 (/forums/index.php)
-   Technical Discussion (/forums/forumdisplay.php?f=40)
-   -   empty server list in p1999 on wine. (/forums/showthread.php?t=264679)

LeXao 02-03-2017 10:46 AM

empty server list in p1999 on wine.
 
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/s...3&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

Quote:

Originally Posted by LeXao (Post 2460386)
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

Quote:

Originally Posted by tchzhy (Post 2466616)
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:

Code:

sudo apt-get install libc6-dev
Enter y when prompted ("Do you want to continue? [Y/n]"). Then try again.


All times are GMT -4. The time now is 07:52 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.