Saturday, 2013-05-18

*** tpb has joined #freeorion00:00
*** STalKer-X_z has joined #freeorion03:47
*** STalKer-X has quit IRC03:48
*** aaanderse has quit IRC07:26
*** aaanderse has joined #freeorion07:27
*** O01eg has joined #freeorion07:49
*** riidom has joined #freeorion10:16
*** aaanderse has quit IRC12:01
*** aanderse has joined #freeorion12:02
*** STalKer-X_z has quit IRC12:37
*** STalKer-X has joined #freeorion12:39
*** don-rzl has quit IRC12:43
*** don-rzl has joined #freeorion12:56
*** aanderse has quit IRC13:52
*** aanderse has joined #freeorion14:01
*** GeofftheMedio_ has joined #freeorion14:36
*** GeofftheMedio has quit IRC14:40
*** GeofftheMedio_ is now known as GeofftheMedio14:40
*** Stranger has joined #freeorion14:59
*** riidom has quit IRC15:10
*** riidom has joined #freeorion15:10
*** custos-mundi has joined #freeorion15:10
*** VargaD has quit IRC16:05
*** VargaD has joined #freeorion16:05
*** Quix0r has joined #freeorion16:48
*** Stranger has quit IRC18:07
*** Xenux has joined #freeorion18:44
*** frkarl has joined #freeorion19:45
GeofftheMedioNagilum_: can you test: http://www.freeorion.org/forum/viewtopic.php?p=61017#p6101720:41
tpb<http://ln-s.net/--16> (at www.freeorion.org)20:41
Nagilum_hmm, rev 6035 and 6037 crashed when I tested20:42
GeofftheMediothat has anything to do with that patch?20:43
*** Xenux has quit IRC20:43
GeofftheMediodid you rebuild gg since 6034?20:44
Nagilum_well I can't test the functionality if its broken to begin with20:44
GeofftheMedioand crashed how/where/when etc?20:44
Nagilum_GG build is always included since adrians patches20:44
Nagilum_6028 still worked20:47
Nagilum_let me test 603220:48
*** Xenux has joined #freeorion20:52
adrian_broherWhat do you mean by crash?20:57
adrian_broherNagilum_,20:57
Nagilum_when I start it I get a segfault20:58
Nagilum_and amd64 I get a symbol lookup error20:59
GeofftheMediodoes anything get put in the log?21:00
GeofftheMediodoes it say what symbol?21:00
Nagilum_usr/bin/freeorion.elf: symbol lookup error: /usr/bin/freeorion.elf: undefined symbol: _ZN2GG10SubTextureC1ERKN5boost10shared_ptrIKNS_7TextureEEE21:02
Nagilum_log is not really that interesting: 2013-05-18 23:03:34,731 DEBUG Client : OpenAL initialized. Version 1.1 ALSOFT 1.15.1Renderer OpenAL SoftVendor OpenAL Community21:04
Nagilum_Extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points AL_SOFT_source_latency21:04
GeofftheMedioI'd guess that looks like Texture.cpp didn't get rebuilt and linked...21:05
adrian_broherhmm, 6040 can't reproduce any of the issues you mentioned21:05
GeofftheMedioa new GG::SubTexture constructor was added that takes a boost::shared_ptr<GG::Texture> as a parameter21:05
*** custos-mundi has quit IRC21:05
Nagilum_should I continue building and testing 6032? Or rather 6040?21:09
GeofftheMediodon't think it should matter for that issue21:09
*** riidom has quit IRC21:16
*** riidom has joined #freeorion21:17
adrian_broherNagilum_, does21:18
adrian_brohernm -gC libGiGi.so  | grep SubTexture\(boost21:18
adrian_broherlist the symbol?21:19
Nagilum_no symbols21:22
Nagilum_hmm21:22
adrian_broherno even 0000000000346f10 T GG::SubTexture::SubTexture(boost::shared_ptr<GG::Texture const> const&, GG::X, GG::Y, GG::X, GG::Y)21:22
adrian_broher?21:22
Nagilum_there must be something wrong, the date of libGiGi.so and freeorion doesn't match21:22
adrian_broheris the libGiGi.so build when you delete it?21:23
adrian_broherdo you have it installed or do you run the application from the source dir?21:24
Nagilum_installed21:24
Nagilum_it should be part of the FO package21:24
adrian_broherhow do you install it?21:24
Nagilum_pacman -U ?21:25
adrian_broherer21:25
adrian_broherok21:25
adrian_broherhow do you package it?21:25
Nagilum_makepkg --asroot21:25
adrian_broher:321:25
Nagilum_just give me a few min until the package is done21:26
adrian_brohersure21:26
*** Xenux has quit IRC21:27
Nagilum_btw.21:28
Nagilum_i/root/freeorion/src/freeorion-build/GG/src/MultiEdit.cpp: In member function 'virtual void GG::MultiEdit::Render()':21:28
Nagilum_/root/freeorion/src/freeorion-build/GG/src/MultiEdit.cpp:225:20: warning: variable 'lr' set but not used [-Wunused-but-set-variable]21:28
Nagilum_                 Pt lr = text_pos + Pt(lines[row].char_data.back().extent, GetFont()->Height());21:28
Nagilum_                    ^21:28
Nagilum_/root/freeorion/src/freeorion-build/GG/src/MultiEdit.cpp: In member function 'virtual void GG::MultiEdit::SetText(const string&)':21:28
Nagilum_/root/freeorion/src/freeorion-build/GG/src/MultiEdit.cpp:290:24: warning: variable 'last_line_last_char_idx' set but not used [-Wunused-but-set-variable]21:28
Nagilum_                 CPSize last_line_last_char_idx = last_line < lines.size() - 1 ? CharIndexOf(last_line + 1, CP0, &lines) : CharIndexOf(lines.size() - 1, CP0, &lines);21:28
Nagilum_                        ^21:28
Nagilum_I know "set but not used" is nothing to worry about21:29
Nagilum_ok, problem in my buildscript found and fixed m)21:46
GeofftheMediofixed the warning in svn21:52
Nagilum_nice :)21:53
Nagilum_does the windows compiler not warn about these?21:54
GeofftheMedionot with the current settings21:54
GeofftheMedioprobly it could be made to21:55
Nagilum_I see21:55
GeofftheMediobut there's a whole bunch of them and I don't need the build log spam21:55
GeofftheMedionot all of them are readily fixable21:55
STalKer-Xyou could run cppcheck on the source :)22:00
adrian_broherGeofftheMedio, http://www.freeorion.org/forum/viewtopic.php?f=24&t=7484#p60976 could you please commit this patch?22:11
tpb<http://ln-s.net/--2B> (at www.freeorion.org)22:11
*** tomreyn has joined #freeorion22:11
tomreynhi22:11
tomreyni'm just trying freeorion for the first time.22:12
tomreynthe game looks like it can be fun, but it's overwhelming me. is there a tutorial?22:12
GeofftheMedioThere's a somewhat outdated quick play guide on the wiki22:12
GeofftheMedioother than that, not really22:12
Nagilum_there is a good intro video on youtube22:13
GeofftheMedioseveral actually... good point22:14
GeofftheMedionaglium_ have you been able to test that patch now that the linker error is seemingly fixed?22:15
Nagilum_not yet, let me have a look at what it does so I know what to test22:16
GeofftheMediojust fiddles with some version.cpp stuff... so if it builds and still produces usable version strings, it's probably OK22:16
GeofftheMediomaybe testing what happens if no svn stuff is available might be nice, but I wouldn't insist22:16
tomreyntext input doesn't work for me using the 0.4.2~svn5890-1~getdeb1 package22:16
tomreynon ubuntu 13.0322:17
tomreyn*13.0422:17
GeofftheMediosounds vaguely like this http://www.freeorion.org/forum/viewtopic.php?p=58618#p5861822:18
tpb<http://ln-s.net/--2G> (at www.freeorion.org)22:18
GeofftheMediowithout the alt-tab part22:18
Nagilum_GeofftheMedio: k, let me restart the build with the patch applied..22:18
tomreynyou're using ogre, right?22:18
tomreyni think it's a bug there22:19
GeofftheMedioyes22:19
GeofftheMediomore importantly, OIS22:19
tomreyni've run into the same issue with another ogre game22:19
tomreynlips of suna22:19
tomreyndo ships run out of fuel? and if so, how do you restock it?22:20
GeofftheMedioyes22:21
tomreyni seem to have a scout which is stuck at some boring system22:21
GeofftheMediowait 10 turns, or have supply lines connect to the ship's location22:21
tomreyni guess i can't build supply lines, yet22:21
tomreynor are you saying it's sufficient to send another ships there and they will share some fuel?22:22
Nagilum_no22:22
GeofftheMediono22:22
GeofftheMedioships don't share fuel22:22
GeofftheMediosupply lines are the coloured lines coming out of your planets' systems22:22
GeofftheMediovarious techs extend them22:22
GeofftheMedioprobably some buildings as well22:23
tomreyni see. so those require some research to get them, right?22:23
tomreyni mean you don't have them from the satrt22:23
Nagilum_yep22:23
tomreynthanks :)22:23
Nagilum_or build an outpost close by22:23
GeofftheMediothere are some supply lines that extend at the start of the game22:23
GeofftheMedioreserach / other stuff can make them longer22:23
Nagilum_a space elevator!22:24
tomreynalright, i guess i'll restart and look into this stuff :)22:25
tomreynactualy, another question: is it currently worth building myself, i.e. will this get me more features over svn r5890, and would it likely be stable?22:27
GeofftheMediomaybe, yes, and no22:28
GeofftheMediodepending on your definition of stable22:28
tomreynstable as in not crash more than what i have now.22:28
GeofftheMedioprobably not much more, but the latest SVN isn't as tested as a numbered release22:29
Nagilum_you can try the deb from here https://sourceforge.net/projects/freeorion/files/FreeOrion/Test/Ubuntu/22:29
tpb<http://ln-s.net/--2L> (at sourceforge.net)22:29
tomreynthanks. are those built automatically, and if so, in which intervals?22:30
Nagilum_manually22:30
Nagilum_every 1-2 weeks22:30
tomreynbut game data doesn'T change so rapidly?22:32
Nagilum_I wouldn't say that22:32
GeofftheMediodepending on what you mean by data... it depends22:32
tomreynwell i have two packages, freeorion and freeorion-data22:33
Nagilum_yeah22:34
tomreyndo you provide an updated freeorion-data package, too?22:34
Nagilum_the Ubuntu and Debian packages are differently made22:34
Nagilum_the Debian folks are more concerned about bandwidth usage22:35
Nagilum_so the split up data and program22:35
Nagilum_+y22:35
tomreyni see what you mean22:35
Nagilum_GeofftheMedio: ok, it works, with patch applied (rev 6040)22:47
STalKer-Xbandwidth is important in modern times with modern providers like drosselkom.22:54
Nagilum_lol22:57
STalKer-Xi suggest you make your images smaller, so that freeorion is futureproo22:58
Nagilum_the longer the wait the more you'll value what you have! :>22:58
STalKer-Xf22:58
STalKer-Xthat is only valid for girls :p22:58
Nagilum_*hrm*22:58
Nagilum_I already use "xz -9"22:58
STalKer-X:-)23:00
*** riidom has quit IRC23:12
*** JLP has quit IRC23:27
*** JLP has joined #freeorion23:28
*** JLP has quit IRC23:28
*** JLP has joined #freeorion23:28

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