Tuesday, 2010-03-23

*** tpb has joined #freeorion00:00
*** mithro has quit IRC00:38
*** mithro has joined #freeorion00:39
*** bernardh has joined #freeorion01:43
CIA-76FreeOrion: geoffthemedio * r3398 /trunk/FreeOrion/ (5 files in 4 dirs):03:25
CIA-76FreeOrion: -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-76FreeOrion: -Added column labels for player name, empire name and empire colour in multiplayer lobby.03:25
*** neuro8 has joined #freeorion04:18
neuro8hello?04:18
neuro8I'm going to submit my first "patch" or update fixing the FleetWnd issue04:18
neuro8I'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
GeofftheMediodo you have subversion?04:29
GeofftheMedioor some other diff program?04:30
GeofftheMedio(and what OS are you on?)04:30
*** STalKer-X has joined #freeorion04:30
*** neuro8 has quit IRC04:33
*** STalKer-Y has quit IRC04:35
*** aleksil has joined #freeorion05:50
*** enigmatic has joined #freeorion06:39
*** mithro has quit IRC09:57
*** mithro has joined #freeorion10:14
*** mithro has quit IRC10:38
*** mithro has joined #freeorion11:14
*** neuro8 has joined #freeorion13:25
kroddnGeofftheMedio: didn't you already fix that fleet window bug?16:41
*** kroddnoMobil has joined #freeorion18:08
*** ChanServ sets mode: +o kroddnoMobil18:08
*** TuOki^ has quit IRC18:17
*** TuOki^ has joined #freeorion18:23
GeofftheMediokroddn: which one?18:59
kroddnoMobilthat error that someone reported here some lines up19:02
kroddnoMobilI'm on my notebook, cannot see that line now19:03
*** _Magic has joined #freeorion19:03
kroddnoMobilAtm i am debugging the ati crash. THe problem is one line:19:03
kroddnoMobilif(glUseProgramARB) {19:03
kroddnoMobil        glUseProgramARB(0);19:03
kroddnoMobilthe if line crashes19:03
kroddnoMobilyou don't know how to work with gdb, do you?19:10
*** tomboy65 has joined #freeorion19:16
tomboy65hello19:16
tomboy65i have problems compiling trunk19:16
tomboy65it says it can't find the libagraph-package, from graphviz19:17
tomboy65and indeed there is no libagraph.pc19:17
tomboy65could someone relay to me which version of graphviz is expected?19:17
*** STalKer-X has quit IRC19:22
*** STalKer-X has joined #freeorion19:23
kroddnoMobilhi tomboy6519:32
kroddnoMobilwhich OS are you using?19:32
tomboy65linux 32bit19:32
kroddnoMobilwhich graphviz ?19:32
tomboy652.26.0 and 2.26.319:33
tomboy65i tried both19:33
kroddnoMobilhm. i still use 2.1819:33
kroddnoMobildo you compile graphviz manually ?19:33
tomboy65no19:34
tomboy65it's built by portage19:34
tomboy65it's properly installed and other programs compile successfully against it19:35
tomboy65portage = the automatic building system / package manager of gentoo19:35
kroddnoMobilhttp://freeorion.psitronic.de/src/graphviz_build.sh19:35
tpb<http://ln-s.net/5M4W> (at freeorion.psitronic.de)19:35
kroddnoMobilthats how i compile graphviz19:35
GeofftheMediothis was discussed on the forums: http://www.freeorion.org/forum/viewtopic.php?p=40951#p4095119:36
tpb<http://ln-s.net/5M4f> (at www.freeorion.org)19:36
tomboy65lol19:37
tomboy65sweet discussion :)19:37
tomboy65what would libagraph be needed for anyway that the newer graphviz modules can't provide?19:38
kroddnoMobilGeofftheMedio: it works!!!!19:41
tomboy65:-o19:42
kroddnoMobilIf I ignore that line if(glUseProgramARB) than the main menu comes up19:42
tomboy65what does?19:42
tomboy65lol19:42
GeofftheMediois this completely unrelated to the graphviz issue?19:42
kroddnoMobilbut it crashes then clicking start19:43
GeofftheMediotry disabling all the rendering options before starting a game19:43
kroddnoMobilThats unrelated, exaclty ^^19:43
kroddnoMobilGeofftheMedio: what do you mean? This line is not affected by any option19:43
GeofftheMediotomboy: I don't know exactly what libagraph does in the older version of graphviz, or what replaced it in the new versions19:43
GeofftheMediokroddn: 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.019:44
GeofftheMediokroddn: but it can be disabled in the options, so you might get it running if you do so19:45
GeofftheMediotomboy: I'd really like to get rid of graphviz entirely, and use custom-written tech tree layout code.19:45
GeofftheMediotomboy: 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 useful19:46
* tomboy65 sighs19:46
tomboy65i bet :)19:46
*** kr0ddnoMobil has joined #freeorion19:46
*** ChanServ sets mode: +o kr0ddnoMobil19:46
kr0ddnoMobildamn19:47
kr0ddnoMobilsystem hung up19:47
*** kroddnoMobil has quit IRC19:47
tomboy65at least the build system is not relying on scons anymore19:48
GeofftheMedioyou prefer cmake?19:48
tomboy65so i'm at least capable of writing a package for gentoo19:48
tomboy65i'd prefer autoconf and automake to be honest19:49
tomboy65but cmake should be fine19:49
GeofftheMediocan't please everyone...19:49
kr0ddnoMobil?19:49
tomboy65scons has the horrible disadvantage that it doesn't support building in a sandbox19:49
tomboy65that would mean extensive patching to make it work with portage19:50
GeofftheMediomostly over my head, but irrelivant now, I suppose.19:51
tomboy65but cmake/make is already a great improvement and might make it possible to create packages for gentoo19:52
tomboy65over your head = you were not consulted upon that change?19:53
GeofftheMedioover my head = I don't know or care enough to learn about packaging managers19:53
tomboy65ahhh19:53
tomboy65understandable19:53
tomboy65i never cared enough for debs or rpms19:53
kr0ddnoMobilthats why i created that static version for linux20:00
kr0ddnoMobilwe wouldn't be able to release a package for each linux distro20:01
kr0ddnoMobilthere are to many of them and FO has to much distro-specific dependencies20:01
*** tomboy65 is now known as tomboy6420:02
tomboy64no static build worked for me20:02
tomboy64at least 11 through 1320:03
kr0ddnoMobildid you try the latest?20:03
kr0ddnoMobilI'd like to work on bugs20:03
tomboy64if it was released before yesterday, yes, it didn't work20:03
tomboy64hmm20:03
tomboy64pass me the link again?20:03
kr0ddnoMobilhttp://freeorion.psitronic.de/download/nightly/20:03
tpbTitle: Index of /download/nightly (at freeorion.psitronic.de)20:03
tomboy64ah, that one i didn't try20:03
kr0ddnoMobilwhat gfx do you own20:04
tomboy64atis20:04
kr0ddnoMobilthat crashes20:05
kr0ddnoMobili am working on that atm20:05
tomboy64an rv350 on my desktop, an m52 on my laptop20:05
kr0ddnoMobilevery ati crashes20:05
kr0ddnoMobili never heard from any ati card that works20:05
tomboy64i knew it ran before on my desktop20:05
tomboy64well, it crashes before20:05
kr0ddnoMobilif you download that 3390 version, you may call ./freeorion --gdb20:06
kr0ddnoMobilthat runs freeorion in gdb20:06
kr0ddnoMobilwhat do you mean "it crashes before" ?20:06
tomboy64uh20:06
tomboy64it died over not finding python 2.520:06
tomboy64and then the next (statically linked) lib20:07
tomboy64do i need the debusymbols dumped as well?20:07
tomboy64and do i *have* to install the thing? or can i just run it in my home?20:08
kr0ddnoMobilno, you dont need debugsymbols for ruinning20:09
tomboy64;)20:09
tomboy64nice typo20:09
kr0ddnoMobilthey are for debuggung ^^20:09
*** kroddnoMobil has joined #freeorion20:16
*** ChanServ sets mode: +o kroddnoMobil20:16
*** kr0ddnoMobil has quit IRC20:17
tomboy64kroddnoMobil,20:17
tomboy64http://dpaste.com/175276/20:17
tpbTitle: dpaste: #175276: stdin, by tboy (at dpaste.com)20:17
kroddnoMobilcrashed again20:17
tomboy64^^20:17
tomboy64http://dpaste.com/175276/20:18
tpbTitle: dpaste: #175276: stdin, by tboy (at dpaste.com)20:18
kroddnoMobiltomboy64: thats exactly the problem i have with ati20:18
tomboy64huh?20:18
kroddnoMobilif you download the debugging symbols and run in gdb you see that it crashes at around line 28820:18
kroddnoMobilrogram received signal SIGSEGV, Segmentation fault.20:19
kroddnoMobil0x08c321dc in GG::OgreGUI::Enter2DMode (this=0xbffff09c) at src/Ogre/OgreGUI.cpp:23220:19
kroddnoMobil232src/Ogre/OgreGUI.cpp: No such file or directory.20:19
kroddnoMobilin src/Ogre/OgreGUI.cpp20:19
kroddnoMobilthats what happens20:19
tomboy64ew20:19
kroddnoMobiland i have another problem. sound crashes my version20:20
tomboy64lol20:21
tomboy64sounds like fun :)20:21
kroddnoMobildisabling music works :-)20:22
kroddnoMobilnow it crashes in a LClick function :-(20:24
kroddnoMobili hate that all20:24
* tomboy64 lols20:24
tomboy64hmm20:24
tomboy64:)20:24
kroddnoMobilits some ugly boost stuff that i never will be able to debug ^^20:25
STalKer-Xdo you use precompiled libs for statically linking? o.o20:28
kroddnoMobilwhat do you mean?20:29
kroddnoMobilI compiled myself: bullet-2.73 graphviz-2.18 ogre1.6.220:30
tomboy64debugging boost is for people who want to write a doctor's thesis bout debugging boost ;)20:30
kroddnoMobilits 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:28320:30
kroddnoMobilGeofftheMedio: do you know what the problem could be around that line?20:33
kroddnoMobilm_fsm->process_event(HostSPGameRequested(WAITING_FOR_NEW_GAME));20:33
kroddnoMobilYES YES20:40
kroddnoMobilIt runs20:40
kroddnoMobiltomboy64: would you try the latest version which i release in some minutes?20:40
tomboy64sure20:40
tomboy64installing graphviz 2.20.3 right now btw20:41
kroddnoMobilThats annoying. I read many postings about boost not running correctly when using a debugger20:41
kroddnoMobilthat seems to be my problem20:41
tomboy64lol20:41
tomboy64boost is supposed to run correctly?20:41
kroddnoMobilharhar20:41
*** kroddnoMobil has quit IRC20:43
*** kroddnoMobil has joined #freeorion20:45
*** ChanServ sets mode: +o kroddnoMobil20:45
kroddnoMobilchrashed again20:46
*** kr0ddnoMobil has joined #freeorion20:51
*** ChanServ sets mode: +o kr0ddnoMobil20:51
*** kroddnoMobil has quit IRC20:52
kr0ddnoMobiltomboy64: http://freeorion.psitronic.de/download/nightly/freeorion_rev3398_i386_static.tar.gz20:52
tpb<http://ln-s.net/5MHb> (at freeorion.psitronic.de)20:52
kr0ddnoMobili commented out this ARB-line, but maybe that causes other crashes20:52
tomboy64:)21:00
tomboy64well, i'm downloading it now21:01
tomboy64and building freeorion itself now21:01
kr0ddnoMobilyou go it working?21:02
kr0ddnoMobilmaybe comment out that lines in GG/src/Ogre/OgreGUI.cpp if it crashes on your system21:03
tomboy64huh?21:06
tomboy64nah21:06
tomboy64installed graphviz 2.20.321:06
tomboy64kr0ddnoMobil, still dies with the same error21:07
kr0ddnoMobilyou used 3398 ?21:24
kr0ddnoMobilso maybe download the debugging symbols an run it inside gdb21:24
kr0ddnoMobilmaybe we can find out where the problem occurs on your system21:25
*** kroddnoMobil has joined #freeorion21:29
*** ChanServ sets mode: +o kroddnoMobil21:29
kroddnoMobilits not possible to play inside the debugger. my system freezes after some seconds.21:30
kroddnoMobilBut its works now :-)21:31
tomboy64you have the link right here?21:31
tomboy64eating right now21:31
*** kr0ddnoMobil has quit IRC21:32
*** kroddnoMobil has quit IRC21:36
tomboy6486%21:38
*** _Magic has quit IRC22:01
neuro8huh22:13
neuro8sorry this was running all day and I forgot22:13
neuro8Yeah 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 IRC22:13
tomboy64lol22:13
tomboy64was that about ati?22:13
*** bernardh has quit IRC22:13
*** bernardh has joined #freeorion22:18
tomboy64gnah22:21
tomboy64gotta rebuild ogre22:21
tomboy64since i had to downgrade boost from 1.41 -> 1.3722:21
*** mithro has quit IRC22:29
STalKer-Xheh22:44
tomboy64gnah!22:53
tomboy64http://dpaste.com/175359/22:53
tpbTitle: dpaste: #175359: stdin, by tboy (at dpaste.com)22:53
* tomboy64 swears22:53
STalKer-Xh�h�22:58
* tomboy64 spanks STalKer-X 23:02
tomboy64shuddup or ah get mah whip23:02
STalKer-Xwhy is every german into some kind of sadomaso :p23:11
tomboy64heh23:19
tomboy64cause i like how they scream and whimper under my whip23:19
STalKer-Xthe males :-)23:22
tomboy64they can whimper nicely as well, when tuned correctly23:22
tomboy64some thread works wonders there :-D23:23
*** mithro has joined #freeorion23:32

Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!