Search found 5 matches

by parker
07 Mar 2022, 18:13
Forum: Technical Help / Troubleshooting
Topic: Successful Multiplayer Pause on LAN
Replies: 1
Views: 1996

Successful Multiplayer Pause on LAN

You'll want to test this before relying on it, but I've been able to pause a multiplayer LAN game with myself and my sons (8 & 10) who love this game. I've now created 2 scripts I call "pauseWarzone" & "unpauseWarzone" making it quite easy & convenient to use. My situ...
by parker
16 Jan 2013, 18:01
Forum: Development
Topic: linux compile error: No repo or cache detected
Replies: 4
Views: 5242

Re: linux compile error: No repo or cache detected

I untared the source again, just to make sure I'm working from a clean start. This works now, even with autogen: ./autogen.sh && ./configure.sh && make Taking a second look at my build script I notice the problem was a "make clean" ./autogen.sh && ./configure.sh &am...
by parker
16 Jan 2013, 04:47
Forum: Development
Topic: linux compile error: No repo or cache detected
Replies: 4
Views: 5242

linux compile error: No repo or cache detected

I can compile 3.1_rc3 source tarball using the Liunx compile guide, but when compiling the release version 3.1.0 tarball I get the error: "error: No repo or cache detected." However I can checkout 3.1 directly from git and it does compile with no errors. In case anyone else runs into this,...
by parker
04 Feb 2011, 20:08
Forum: Technical Help / Troubleshooting
Topic: Can't host IPv4 game with lobby server
Replies: 2
Views: 3386

Re: Can't host IPv4 game with lobby server

Fixed. It didn't have anything to do with IPv6 (or 4). I double checked my router, forwarded ports, and firewall. It turned out to be a missing comma in /etc/firestarter/inbound/allow-service firewall rules for firestarter on the local machine. I had edited it by hand remotely over ssh where I didn'...
by parker
04 Feb 2011, 06:22
Forum: Technical Help / Troubleshooting
Topic: Can't host IPv4 game with lobby server
Replies: 2
Views: 3386

Can't host IPv4 game with lobby server

When trying to host a game I get the error: "Error while connecting to the lobby server: Connection timed out Make sure port 2100 can receive incoming connections." Port 2100 is forwarded from my router to my computer (ubuntu 10.10). I get this with the current stable version 2.3.7 and Mas...