*** tpb has joined #freeorion | 00:00 | |
*** mithro has quit IRC | 00:38 | |
*** mithro has joined #freeorion | 00:39 | |
*** bernardh has joined #freeorion | 01:43 | |
CIA-76 | FreeOrion: geoffthemedio * r3398 /trunk/FreeOrion/ (5 files in 4 dirs): | 03:25 |
---|---|---|
CIA-76 | FreeOrion: -Made players joining multiplayer lobby be given empire names equal to player names, so as to avoid all players being given the same default name, so as to avoid requiring manual editing to avoid duplicates. | 03:25 |
CIA-76 | FreeOrion: -Added column labels for player name, empire name and empire colour in multiplayer lobby. | 03:25 |
*** neuro8 has joined #freeorion | 04:18 | |
neuro8 | hello? | 04:18 |
neuro8 | I'm going to submit my first "patch" or update fixing the FleetWnd issue | 04:18 |
neuro8 | I'm not quite sure how to do it so I'm just going to post the files in a zip + the lines updated. | 04:19 |
GeofftheMedio | do you have subversion? | 04:29 |
GeofftheMedio | or some other diff program? | 04:30 |
GeofftheMedio | (and what OS are you on?) | 04:30 |
*** STalKer-X has joined #freeorion | 04:30 | |
*** neuro8 has quit IRC | 04:33 | |
*** STalKer-Y has quit IRC | 04:35 | |
*** aleksil has joined #freeorion | 05:50 | |
*** enigmatic has joined #freeorion | 06:39 | |
*** mithro has quit IRC | 09:57 | |
*** mithro has joined #freeorion | 10:14 | |
*** mithro has quit IRC | 10:38 | |
*** mithro has joined #freeorion | 11:14 | |
*** neuro8 has joined #freeorion | 13:25 | |
kroddn | GeofftheMedio: didn't you already fix that fleet window bug? | 16:41 |
*** kroddnoMobil has joined #freeorion | 18:08 | |
*** ChanServ sets mode: +o kroddnoMobil | 18:08 | |
*** TuOki^ has quit IRC | 18:17 | |
*** TuOki^ has joined #freeorion | 18:23 | |
GeofftheMedio | kroddn: which one? | 18:59 |
kroddnoMobil | that error that someone reported here some lines up | 19:02 |
kroddnoMobil | I'm on my notebook, cannot see that line now | 19:03 |
*** _Magic has joined #freeorion | 19:03 | |
kroddnoMobil | Atm i am debugging the ati crash. THe problem is one line: | 19:03 |
kroddnoMobil | if(glUseProgramARB) { | 19:03 |
kroddnoMobil | glUseProgramARB(0); | 19:03 |
kroddnoMobil | the if line crashes | 19:03 |
kroddnoMobil | you don't know how to work with gdb, do you? | 19:10 |
*** tomboy65 has joined #freeorion | 19:16 | |
tomboy65 | hello | 19:16 |
tomboy65 | i have problems compiling trunk | 19:16 |
tomboy65 | it says it can't find the libagraph-package, from graphviz | 19:17 |
tomboy65 | and indeed there is no libagraph.pc | 19:17 |
tomboy65 | could someone relay to me which version of graphviz is expected? | 19:17 |
*** STalKer-X has quit IRC | 19:22 | |
*** STalKer-X has joined #freeorion | 19:23 | |
kroddnoMobil | hi tomboy65 | 19:32 |
kroddnoMobil | which OS are you using? | 19:32 |
tomboy65 | linux 32bit | 19:32 |
kroddnoMobil | which graphviz ? | 19:32 |
tomboy65 | 2.26.0 and 2.26.3 | 19:33 |
tomboy65 | i tried both | 19:33 |
kroddnoMobil | hm. i still use 2.18 | 19:33 |
kroddnoMobil | do you compile graphviz manually ? | 19:33 |
tomboy65 | no | 19:34 |
tomboy65 | it's built by portage | 19:34 |
tomboy65 | it's properly installed and other programs compile successfully against it | 19:35 |
tomboy65 | portage = the automatic building system / package manager of gentoo | 19:35 |
kroddnoMobil | http://freeorion.psitronic.de/src/graphviz_build.sh | 19:35 |
tpb | <http://ln-s.net/5M4W> (at freeorion.psitronic.de) | 19:35 |
kroddnoMobil | thats how i compile graphviz | 19:35 |
GeofftheMedio | this was discussed on the forums: http://www.freeorion.org/forum/viewtopic.php?p=40951#p40951 | 19:36 |
tpb | <http://ln-s.net/5M4f> (at www.freeorion.org) | 19:36 |
tomboy65 | lol | 19:37 |
tomboy65 | sweet discussion :) | 19:37 |
tomboy65 | what would libagraph be needed for anyway that the newer graphviz modules can't provide? | 19:38 |
kroddnoMobil | GeofftheMedio: it works!!!! | 19:41 |
tomboy65 | :-o | 19:42 |
kroddnoMobil | If I ignore that line if(glUseProgramARB) than the main menu comes up | 19:42 |
tomboy65 | what does? | 19:42 |
tomboy65 | lol | 19:42 |
GeofftheMedio | is this completely unrelated to the graphviz issue? | 19:42 |
kroddnoMobil | but it crashes then clicking start | 19:43 |
GeofftheMedio | try disabling all the rendering options before starting a game | 19:43 |
kroddnoMobil | Thats unrelated, exaclty ^^ | 19:43 |
kroddnoMobil | GeofftheMedio: what do you mean? This line is not affected by any option | 19:43 |
GeofftheMedio | tomboy: I don't know exactly what libagraph does in the older version of graphviz, or what replaced it in the new versions | 19:43 |
GeofftheMedio | kroddn: I'm thinking that if you needed to comment out that line to get freeorion started, then you don't have GL 2.0 or perhaps even 1.5, so the rendering stuff of the mapwnd would cause a crash because it requires gl 1.5 or 2.0 | 19:44 |
GeofftheMedio | kroddn: but it can be disabled in the options, so you might get it running if you do so | 19:45 |
GeofftheMedio | tomboy: I'd really like to get rid of graphviz entirely, and use custom-written tech tree layout code. | 19:45 |
GeofftheMedio | tomboy: but if someone could figure out what modifications are needed to the techtreewnd code to work with later verions of graphviz, that would also be useful | 19:46 |
* tomboy65 sighs | 19:46 | |
tomboy65 | i bet :) | 19:46 |
*** kr0ddnoMobil has joined #freeorion | 19:46 | |
*** ChanServ sets mode: +o kr0ddnoMobil | 19:46 | |
kr0ddnoMobil | damn | 19:47 |
kr0ddnoMobil | system hung up | 19:47 |
*** kroddnoMobil has quit IRC | 19:47 | |
tomboy65 | at least the build system is not relying on scons anymore | 19:48 |
GeofftheMedio | you prefer cmake? | 19:48 |
tomboy65 | so i'm at least capable of writing a package for gentoo | 19:48 |
tomboy65 | i'd prefer autoconf and automake to be honest | 19:49 |
tomboy65 | but cmake should be fine | 19:49 |
GeofftheMedio | can't please everyone... | 19:49 |
kr0ddnoMobil | ? | 19:49 |
tomboy65 | scons has the horrible disadvantage that it doesn't support building in a sandbox | 19:49 |
tomboy65 | that would mean extensive patching to make it work with portage | 19:50 |
GeofftheMedio | mostly over my head, but irrelivant now, I suppose. | 19:51 |
tomboy65 | but cmake/make is already a great improvement and might make it possible to create packages for gentoo | 19:52 |
tomboy65 | over your head = you were not consulted upon that change? | 19:53 |
GeofftheMedio | over my head = I don't know or care enough to learn about packaging managers | 19:53 |
tomboy65 | ahhh | 19:53 |
tomboy65 | understandable | 19:53 |
tomboy65 | i never cared enough for debs or rpms | 19:53 |
kr0ddnoMobil | thats why i created that static version for linux | 20:00 |
kr0ddnoMobil | we wouldn't be able to release a package for each linux distro | 20:01 |
kr0ddnoMobil | there are to many of them and FO has to much distro-specific dependencies | 20:01 |
*** tomboy65 is now known as tomboy64 | 20:02 | |
tomboy64 | no static build worked for me | 20:02 |
tomboy64 | at least 11 through 13 | 20:03 |
kr0ddnoMobil | did you try the latest? | 20:03 |
kr0ddnoMobil | I'd like to work on bugs | 20:03 |
tomboy64 | if it was released before yesterday, yes, it didn't work | 20:03 |
tomboy64 | hmm | 20:03 |
tomboy64 | pass me the link again? | 20:03 |
kr0ddnoMobil | http://freeorion.psitronic.de/download/nightly/ | 20:03 |
tpb | Title: Index of /download/nightly (at freeorion.psitronic.de) | 20:03 |
tomboy64 | ah, that one i didn't try | 20:03 |
kr0ddnoMobil | what gfx do you own | 20:04 |
tomboy64 | atis | 20:04 |
kr0ddnoMobil | that crashes | 20:05 |
kr0ddnoMobil | i am working on that atm | 20:05 |
tomboy64 | an rv350 on my desktop, an m52 on my laptop | 20:05 |
kr0ddnoMobil | every ati crashes | 20:05 |
kr0ddnoMobil | i never heard from any ati card that works | 20:05 |
tomboy64 | i knew it ran before on my desktop | 20:05 |
tomboy64 | well, it crashes before | 20:05 |
kr0ddnoMobil | if you download that 3390 version, you may call ./freeorion --gdb | 20:06 |
kr0ddnoMobil | that runs freeorion in gdb | 20:06 |
kr0ddnoMobil | what do you mean "it crashes before" ? | 20:06 |
tomboy64 | uh | 20:06 |
tomboy64 | it died over not finding python 2.5 | 20:06 |
tomboy64 | and then the next (statically linked) lib | 20:07 |
tomboy64 | do i need the debusymbols dumped as well? | 20:07 |
tomboy64 | and do i *have* to install the thing? or can i just run it in my home? | 20:08 |
kr0ddnoMobil | no, you dont need debugsymbols for ruinning | 20:09 |
tomboy64 | ;) | 20:09 |
tomboy64 | nice typo | 20:09 |
kr0ddnoMobil | they are for debuggung ^^ | 20:09 |
*** kroddnoMobil has joined #freeorion | 20:16 | |
*** ChanServ sets mode: +o kroddnoMobil | 20:16 | |
*** kr0ddnoMobil has quit IRC | 20:17 | |
tomboy64 | kroddnoMobil, | 20:17 |
tomboy64 | http://dpaste.com/175276/ | 20:17 |
tpb | Title: dpaste: #175276: stdin, by tboy (at dpaste.com) | 20:17 |
kroddnoMobil | crashed again | 20:17 |
tomboy64 | ^^ | 20:17 |
tomboy64 | http://dpaste.com/175276/ | 20:18 |
tpb | Title: dpaste: #175276: stdin, by tboy (at dpaste.com) | 20:18 |
kroddnoMobil | tomboy64: thats exactly the problem i have with ati | 20:18 |
tomboy64 | huh? | 20:18 |
kroddnoMobil | if you download the debugging symbols and run in gdb you see that it crashes at around line 288 | 20:18 |
kroddnoMobil | rogram received signal SIGSEGV, Segmentation fault. | 20:19 |
kroddnoMobil | 0x08c321dc in GG::OgreGUI::Enter2DMode (this=0xbffff09c) at src/Ogre/OgreGUI.cpp:232 | 20:19 |
kroddnoMobil | 232src/Ogre/OgreGUI.cpp: No such file or directory. | 20:19 |
kroddnoMobil | in src/Ogre/OgreGUI.cpp | 20:19 |
kroddnoMobil | thats what happens | 20:19 |
tomboy64 | ew | 20:19 |
kroddnoMobil | and i have another problem. sound crashes my version | 20:20 |
tomboy64 | lol | 20:21 |
tomboy64 | sounds like fun :) | 20:21 |
kroddnoMobil | disabling music works :-) | 20:22 |
kroddnoMobil | now it crashes in a LClick function :-( | 20:24 |
kroddnoMobil | i hate that all | 20:24 |
* tomboy64 lols | 20:24 | |
tomboy64 | hmm | 20:24 |
tomboy64 | :) | 20:24 |
kroddnoMobil | its some ugly boost stuff that i never will be able to debug ^^ | 20:25 |
STalKer-X | do you use precompiled libs for statically linking? o.o | 20:28 |
kroddnoMobil | what do you mean? | 20:29 |
kroddnoMobil | I compiled myself: bullet-2.73 graphviz-2.18 ogre1.6.2 | 20:30 |
tomboy64 | debugging boost is for people who want to write a doctor's thesis bout debugging boost ;) | 20:30 |
kroddnoMobil | its not that hard as i thought before, it mentions another line in our code: | 20:30 |
kroddnoMobil | #6 0x0848c509 in HumanClientApp::NewSinglePlayerGame (this=0xbfffedf4, quickstart=false) | 20:30 |
kroddnoMobil | at client/human/HumanClientApp.cpp:283 | 20:30 |
kroddnoMobil | GeofftheMedio: do you know what the problem could be around that line? | 20:33 |
kroddnoMobil | m_fsm->process_event(HostSPGameRequested(WAITING_FOR_NEW_GAME)); | 20:33 |
kroddnoMobil | YES YES | 20:40 |
kroddnoMobil | It runs | 20:40 |
kroddnoMobil | tomboy64: would you try the latest version which i release in some minutes? | 20:40 |
tomboy64 | sure | 20:40 |
tomboy64 | installing graphviz 2.20.3 right now btw | 20:41 |
kroddnoMobil | Thats annoying. I read many postings about boost not running correctly when using a debugger | 20:41 |
kroddnoMobil | that seems to be my problem | 20:41 |
tomboy64 | lol | 20:41 |
tomboy64 | boost is supposed to run correctly? | 20:41 |
kroddnoMobil | harhar | 20:41 |
*** kroddnoMobil has quit IRC | 20:43 | |
*** kroddnoMobil has joined #freeorion | 20:45 | |
*** ChanServ sets mode: +o kroddnoMobil | 20:45 | |
kroddnoMobil | chrashed again | 20:46 |
*** kr0ddnoMobil has joined #freeorion | 20:51 | |
*** ChanServ sets mode: +o kr0ddnoMobil | 20:51 | |
*** kroddnoMobil has quit IRC | 20:52 | |
kr0ddnoMobil | tomboy64: http://freeorion.psitronic.de/download/nightly/freeorion_rev3398_i386_static.tar.gz | 20:52 |
tpb | <http://ln-s.net/5MHb> (at freeorion.psitronic.de) | 20:52 |
kr0ddnoMobil | i commented out this ARB-line, but maybe that causes other crashes | 20:52 |
tomboy64 | :) | 21:00 |
tomboy64 | well, i'm downloading it now | 21:01 |
tomboy64 | and building freeorion itself now | 21:01 |
kr0ddnoMobil | you go it working? | 21:02 |
kr0ddnoMobil | maybe comment out that lines in GG/src/Ogre/OgreGUI.cpp if it crashes on your system | 21:03 |
tomboy64 | huh? | 21:06 |
tomboy64 | nah | 21:06 |
tomboy64 | installed graphviz 2.20.3 | 21:06 |
tomboy64 | kr0ddnoMobil, still dies with the same error | 21:07 |
kr0ddnoMobil | you used 3398 ? | 21:24 |
kr0ddnoMobil | so maybe download the debugging symbols an run it inside gdb | 21:24 |
kr0ddnoMobil | maybe we can find out where the problem occurs on your system | 21:25 |
*** kroddnoMobil has joined #freeorion | 21:29 | |
*** ChanServ sets mode: +o kroddnoMobil | 21:29 | |
kroddnoMobil | its not possible to play inside the debugger. my system freezes after some seconds. | 21:30 |
kroddnoMobil | But its works now :-) | 21:31 |
tomboy64 | you have the link right here? | 21:31 |
tomboy64 | eating right now | 21:31 |
*** kr0ddnoMobil has quit IRC | 21:32 | |
*** kroddnoMobil has quit IRC | 21:36 | |
tomboy64 | 86% | 21:38 |
*** _Magic has quit IRC | 22:01 | |
neuro8 | huh | 22:13 |
neuro8 | sorry this was running all day and I forgot | 22:13 |
neuro8 | Yeah that FleetWnd bug I'm fixing the code to be able to submit properly. Once it's submitted properly, should be patched and good to go! | 22:13 |
neuro8 | :) | 22:13 |
*** neuro8 has quit IRC | 22:13 | |
tomboy64 | lol | 22:13 |
tomboy64 | was that about ati? | 22:13 |
*** bernardh has quit IRC | 22:13 | |
*** bernardh has joined #freeorion | 22:18 | |
tomboy64 | gnah | 22:21 |
tomboy64 | gotta rebuild ogre | 22:21 |
tomboy64 | since i had to downgrade boost from 1.41 -> 1.37 | 22:21 |
*** mithro has quit IRC | 22:29 | |
STalKer-X | heh | 22:44 |
tomboy64 | gnah! | 22:53 |
tomboy64 | http://dpaste.com/175359/ | 22:53 |
tpb | Title: dpaste: #175359: stdin, by tboy (at dpaste.com) | 22:53 |
* tomboy64 swears | 22:53 | |
STalKer-X | h�h� | 22:58 |
* tomboy64 spanks STalKer-X | 23:02 | |
tomboy64 | shuddup or ah get mah whip | 23:02 |
STalKer-X | why is every german into some kind of sadomaso :p | 23:11 |
tomboy64 | heh | 23:19 |
tomboy64 | cause i like how they scream and whimper under my whip | 23:19 |
STalKer-X | the males :-) | 23:22 |
tomboy64 | they can whimper nicely as well, when tuned correctly | 23:22 |
tomboy64 | some thread works wonders there :-D | 23:23 |
*** mithro has joined #freeorion | 23:32 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!