*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** JLafont has quit IRC | 00:15 | |
*** mithro has joined #tp | 01:02 | |
*** DTRemenak has joined #tp | 01:37 | |
*** llnz has joined #tp | 03:45 | |
llnz | hi all | 03:48 |
---|---|---|
JLP | ahoy everyone | 06:03 |
llnz | hi JLP | 06:07 |
JLP | http://digg.com/programming/Thousand_Parsec_and_Google_Summer_of_Code_2008 | 07:10 |
tpb | <http://ln-s.net/2Lzq> (at digg.com) | 07:10 |
llnz | dugg | 07:11 |
llnz | :-) | 07:11 |
JLP | and now some promotion thru reddit.com :) | 07:15 |
*** JLafont has joined #tp | 08:48 | |
* llnz wanders off | 08:56 | |
llnz | later all | 08:56 |
*** llnz has quit IRC | 08:56 | |
*** Iwanowitch has joined #tp | 09:01 | |
Iwanowitch | Might it be that the latest tpserver-cpp from git doesn't build? | 09:08 |
Iwanowitch | Or am I making a mistake? | 09:08 |
Iwanowitch | make[2]: *** No rule to make target `console.cpp', needed by `console.o'. Stop. | 09:09 |
ezod | Iwanowitch: do you have an old makefile sitting around? | 10:00 |
ezod | console.* doesn't exist anymore | 10:00 |
ezod | make sure you re-autotools and re-configure it | 10:01 |
Iwanowitch | I dunno. I just git pull'ed, I don't recall changing it. | 10:01 |
Iwanowitch | Let me see. | 10:01 |
ezod | it would be there if you previously compiled it | 10:01 |
Iwanowitch | Aren't those removed with a make clean? | 10:02 |
ezod | i don't know that make clean removes the makefile itself | 10:03 |
Iwanowitch | make distclean seems to remove more though. | 10:04 |
ezod | try doing ./autogen.sh, ./configure, make | 10:04 |
Iwanowitch | Okay, it build. | 10:24 |
Iwanowitch | Now how do I connect to my game? | 10:24 |
Iwanowitch | At least in Risk, the player is not automatically created anymore it seems. | 10:24 |
ezod | oh, you probably need to pass it "--add_players yes" and/or "--autoadd_players yes" | 10:36 |
ezod | or use tpadmin-cpp to turn those on | 10:36 |
Iwanowitch | Ah, okay. | 10:41 |
Iwanowitch | Seems like the server has changed a bit since SoC :) | 10:42 |
*** CIA-18 has quit IRC | 10:51 | |
*** CIA-18 has joined #tp | 11:06 | |
Iwanowitch | So, err. The commandline arguments don't work, and I can't seem to build tpadmin-cpp | 11:17 |
Iwanowitch | /home/vincent/tp/tpadmin-cpp/tpadmin/session.cpp:282: undefined reference to `tprl::CommandAlias::CommandAlias(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' is the first error | 11:17 |
Iwanowitch | I think | 11:17 |
ezod | do you have libtprl? | 11:17 |
Iwanowitch | Didn't we move away from that one? | 11:18 |
Iwanowitch | Anyway, I suppose not. | 11:18 |
ezod | tpadmin-cpp still uses it | 11:18 |
ezod | tpserver-cpp doesn't anymore | 11:18 |
Iwanowitch | Ah. Okay. | 11:18 |
Iwanowitch | Shouldn't ./configure check for that? | 11:18 |
Iwanowitch | (I just mailed the ML for something like this with libtpproto-cpp) | 11:19 |
Iwanowitch | And it seems I have libtprl. | 11:20 |
Iwanowitch | Or at least, a probably outdated version installed from some debian package. | 11:20 |
Iwanowitch | Okay, sources from git seem to work. | 11:24 |
Iwanowitch | Yay. | 11:24 |
Iwanowitch | Or not. | 11:25 |
Iwanowitch | Hmm, strange. | 11:27 |
Iwanowitch | tpadmin-cpp: error while loading shared libraries: libtprl.so.1: cannot open shared object file: No such file or directory | 11:27 |
Iwanowitch | Although I have a /usr/local/lib/libtprl.so.1 | 11:27 |
*** CIA-18 has quit IRC | 11:27 | |
ezod | maybe /usr/local/lib is not in your LD_LIBRARY_PATH | 11:28 |
Iwanowitch | < Info > Setting "autoadd_players" is set to "yes". | 11:36 |
Iwanowitch | < Info > Setting "add_players" is set to "yes". | 11:36 |
Iwanowitch | Yet I can't connect | 11:36 |
Iwanowitch | < Info > [Server] Bad username or password | 11:37 |
Iwanowitch | Or, wait | 11:37 |
Iwanowitch | Nope. It's not some problem with evil characters it seems. | 11:37 |
ezod | oh | 11:38 |
Iwanowitch | Hmm, it even states "[Server] Creating new player automatically" before "[Server] Bad username or password" | 11:38 |
ezod | did you start the network | 11:38 |
ezod | i guess you did then.. | 11:38 |
Iwanowitch | Yep. | 11:39 |
ezod | one thing to note | 11:39 |
Iwanowitch | Well, I can't login is the proper way to describe it I sppose :) | 11:39 |
ezod | i've noticed some strange behaviour when you have a /etc/tpserver-cpp/tpserver.conf or whatever | 11:40 |
ezod | it seems to override command line options | 11:40 |
ezod | adding --configure /dev/null on the command line clears that out | 11:40 |
*** CIA-18 has joined #tp | 11:41 | |
ezod | the -d switch also gives you logging and non-daemon mode | 11:42 |
ezod | but nothing you can't see with tpadmin-cpp | 11:42 |
ezod | maybe it's something with how the server is storing the authentication info? | 11:43 |
ezod | write permissions or something | 11:43 |
Iwanowitch | Hmm. | 11:43 |
Iwanowitch | I'll dig through the code then. | 11:43 |
ezod | although i think without persistence it just stores it in memory, not really sure, have to ask lee | 11:44 |
ezod | fyi, it works here | 11:45 |
Iwanowitch | It works with minisec | 11:48 |
Iwanowitch | Not with Risk. | 11:48 |
Iwanowitch | Hrmf. | 11:48 |
Iwanowitch | Man, and I thought I'd quickly make a small video of some bots playing Risk. :) | 12:24 |
*** CIA-18 has quit IRC | 13:38 | |
*** CIA-18 has joined #tp | 13:50 | |
ezod | 11:48 < Iwanowitch> It works with minisec | 17:04 |
ezod | 11:48 < Iwanowitch> Not with Risk. | 17:04 |
ezod | 11:48 < Iwanowitch> Hrmf. | 17:04 |
ezod | 12:24 < Iwanowitch> Man, and I thought I'd quickly make a small video of some bots playing Risk. :) | 17:04 |
ezod | uh | 17:05 |
ezod | no idea how that happened :P | 17:06 |
*** CIA-18 has quit IRC | 17:08 | |
*** CIA-20 has joined #tp | 17:27 | |
CIA-20 | mavrinac gentoo-overlay * re7cbbc8694ac / (7 files in 2 dirs): Bumped libptclient-py and tpclient-pywx to 0.3.1.1 revisions. | 17:35 |
CIA-20 | mavrinac gentoo-overlay * r45356ca914f5 /games-server/ (11 files in 3 dirs): Cleanup of server ebuilds. | 17:35 |
*** Greywhind has quit IRC | 17:45 | |
*** CIA-20 has quit IRC | 17:47 | |
*** Iwanowitch has quit IRC | 17:52 | |
*** Iwanowitch has joined #tp | 17:53 | |
ezod | mithro: ping? | 18:04 |
*** CIA-18 has joined #tp | 18:07 | |
*** tuna has quit IRC | 20:26 | |
*** tuna-fish has joined #tp | 20:29 | |
*** tuna-fish is now known as tuna | 20:29 | |
mithro | ezod: pong | 20:31 |
*** Iwanowitch has quit IRC | 21:10 | |
*** bddebian has quit IRC | 23:31 | |
*** llnz has joined #tp | 23:37 | |
mithro | llnz: ping? | 23:38 |
llnz | mithro: pong | 23:56 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!