MappingHell

Archive => Frogmod => Topic started by: karr0t on February 03, 2012, 05:11:02 AM

Title: Can't get frogmod to work, at all
Post by: karr0t on February 03, 2012, 05:11:02 AM
I have tried the ported version to windows.
i am using a fresh install of saueraten justice, and i have not modified any frogmod config.

My issue is that i simply cannot connect to my server, i have tried "/connect" "connect 10.1.1.69" "/connect localhost"

I have set my PC  a static IP of 10.1.1.69 and my ports are fowarded and working correctly
Title: Re: Can't get frogmod to work, at all
Post by: vampirefrog on February 03, 2012, 09:43:10 AM
looks like it connects to irc fine

Why did you set up an atypical local IP? 127.0.0.1 should be fine. There is also a command to specify the IP to bind to, try adding serverip 10.1.1.69 to your server-init.cfg and see if that helps.
Title: Re: Can't get frogmod to work, at all
Post by: karr0t on February 03, 2012, 12:58:02 PM
Still cannot connect to the server. i keep getting "could not connect to server"
Could you please connect to me over teamviewer?
i have tried everything
Title: Re: Can't get frogmod to work, at all
Post by: vampirefrog on February 03, 2012, 01:06:54 PM
I think you're using a really old version of frogmod. There was a binary compiled by jonlimle, I'm not sure what you're using there. I just recommend using the linux version.
Title: Re: Can't get frogmod to work, at all
Post by: karr0t on February 03, 2012, 02:18:50 PM
i am using jhonlimes ported frogmod, i couldn't get it to work on linux either

on linux i keep getting "undefined reference to `clock_gettime'" when building it
Title: Re: Can't get frogmod to work, at all
Post by: Pupskuchen on February 03, 2012, 02:42:45 PM
Well, I compiled a later version for windows some time ago, there are only 1-2 updates missing (i think)
Title: Re: Can't get frogmod to work, at all
Post by: vampirefrog on February 03, 2012, 03:00:17 PM
provide it, please, pup
Title: Re: Can't get frogmod to work, at all
Post by: karr0t on February 03, 2012, 03:07:31 PM
could someone please explain how to apply the -lrt fix?

Here is the output when i type Make:

karr0t@Ubuntu-VPC:/home/frogmod-justice$ sudo make
Linking frogserv
g++  /home/frogmod-justice/shared/frogserv_crypto_cpp.o /home/frogmod-justice/shared/frogserv_stream_cpp.o /home/frogmod-justice/shared/frogserv_tools_cpp.o /home/frogmod-justice/shared/frogserv_evirc_cpp.o /home/frogmod-justice/engine/frogserv_command_cpp.o /home/frogmod-justice/engine/frogserv_server_cpp.o /home/frogmod-justice/fpsgame/frogserv_server_cpp.o -lrt -lGeoIP enet/.libs/libenet.a libevent2/.libs/libevent.a -g -lz -lresolv -o frogserv
libevent2/.libs/libevent.a(event.o): In function `gettime':
/home/frogmod-justice/libevent2/event.c:352: undefined reference to `clock_gettime'
libevent2/.libs/libevent.a(event.o): In function `detect_monotonic':
/home/frogmod-justice/libevent2/event.c:326: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
Linking failed for frogserv
make: *** [frogserv] Error 1
karr0t@Ubuntu-VPC:/home/frogmod-justice$


EDIT: Uploaded my Makefile
Title: Re: Can't get frogmod to work, at all
Post by: Pupskuchen on February 03, 2012, 04:03:15 PM
Did you read the wiki installation pages on github?
(Why do you run make with sudo?)
Title: Re: Can't get frogmod to work, at all
Post by: karr0t on February 03, 2012, 04:07:54 PM
sudo makes me feel powerful.

i just tried to redownload the git, and 'make' again, here is the output:

http://pastebin.com/YPKYHz8v

also i didn't even use sudo that time
Title: Re: Can't get frogmod to work, at all
Post by: Pupskuchen on February 03, 2012, 06:49:01 PM
Did you read the wiki & followed the steps there?
Title: Re: Can't get frogmod to work, at all
Post by: vampirefrog on February 03, 2012, 07:38:46 PM
we fixed this on irc. closing