Sunday, 2012-11-18

*** tpb has joined #freeorion00:00
*** GeofftheMedio_ has quit IRC03:22
*** GeofftheMedio has joined #freeorion03:25
*** GeofftheMedio has quit IRC04:08
*** GeofftheMedio has joined #freeorion04:18
*** STalKer-X has joined #freeorion04:22
*** STalKer-X_g has quit IRC04:25
*** Stranger has joined #freeorion05:14
*** ComputerPers has joined #freeorion05:49
*** zhur has joined #freeorion06:17
*** Stranger has quit IRC10:56
*** frkarl has joined #freeorion11:01
*** frkarl has quit IRC11:05
*** VargaD has joined #freeorion11:06
*** frkarl has joined #freeorion11:10
*** frkarl has quit IRC11:16
*** frkarl_ has joined #freeorion11:16
*** frkarl_ has quit IRC11:24
*** frkarl has joined #freeorion11:26
*** frkarl has quit IRC12:30
*** Xenux has joined #freeorion13:42
ComputerPersHi!13:51
ComputerPersCreating a building with effect of CreatePlanet13:51
GeofftheMediouh... what?13:51
ComputerPers            activation = Star type = Red13:51
ComputerPers            efects = CreatePlanet type=barren size=113:51
GeofftheMedioyou probably want scope = Star type = Red13:51
ComputerPersit seems that game skipping my building13:51
ComputerPersi was unable to find right scope13:52
GeofftheMedioscope determines what the effect fires on. activation determines whether the effect fires13:52
ComputerPersi have tried different values of scope and activation13:53
GeofftheMedioit should probably also be planetsize = Small  rather than  size = 113:55
ComputerPersis it possible to find somewhere what is wrong with my building design - any log ?13:57
GeofftheMedioyes; the log files probably indicate something if there's a parsing error13:57
GeofftheMedioif there's a logic error, it just won't work as you expect13:58
ComputerPersI've found only this14:02
ComputerPersEncyclopediaDetailPanel::Refresh couldn't find building type with name BLD_ADMIN_CREATE_PLANET14:02
ComputerPersand didn't found any examples of CreatePlanet :-(14:03
GeofftheMedioif there's a syntax error with a script file, you'd see something like ERROR Client : C:\FreeOrion_VS2010_SDK\FreeOrion\default\buildings.txt:81:22: Parse error.14:05
GeofftheMediothe 81 in this case is the line where it's complaining14:05
GeofftheMediothat isn't necessarily the line where you have an error14:05
GeofftheMediobut it's probably at least in the same bit of content definition14:05
ComputerPerssomething found14:06
ComputerPers012-11-18 17:59:27,384 ERROR Client : /Users/ComputerPers/Documents/freeorion/svn/FreeOrion/Xcode/DerivedData/FreeOrion/Build/Products/Test/FreeOrion.app/Contents/Re    ]14:07
ComputerPers    effectsgroups = [14:07
ComputerPers        EffectsGroup14:07
ComputerPers            scope = Contains Source14:07
ComputerPers            activation = Star type = Red14:07
ComputerPers            efects = CreatePlanet type=barren size=small14:07
ComputerPers            ^14:07
ComputerPers        EffectsGroup14:07
ComputerPers            scope = Source14:07
ComputerPers            activation = Source14:07
ComputerPers            effects = Destroy14:07
GeofftheMediothat's quite a clear indication of the problem14:07
GeofftheMedioright where the ^ is14:07
GeofftheMedioand the same problem with size I noted is still there14:08
ComputerPerschanged to this14:10
ComputerPers            efects = CreatePlanet type=Barren size=Small14:10
ComputerPerswithout success14:10
Nagilum_not effect ?14:10
Nagilum_+s14:10
GeofftheMediouh... you didn't change anything14:10
ComputerPerstypo!14:11
ComputerPers    effectsgroups = [14:12
ComputerPers        EffectsGroup14:12
ComputerPers            scope = Contains Source14:12
ComputerPers            activation = Star type = Red14:12
ComputerPers            effects = CreatePlanet type=Barren size=Small14:12
ComputerPers                                                    ^14:12
ComputerPersprogress....14:12
GeofftheMediostill have the same problem I've noted twice before...14:12
ComputerPersBuildingType14:15
ComputerPers    name = "BLD_ADMIN_CREATE_PLANET"14:15
ComputerPers    description = "BLD_ADMIN_CREATE_PLANET_DESC"14:15
ComputerPers    buildcost = 4014:15
ComputerPers    buildtime = 1014:15
ComputerPers    location = And [14:15
ComputerPers        OwnedBy TheEmpire Source.Owner14:15
ComputerPers        Star type = Red14:15
ComputerPers    ]14:15
ComputerPers    effectsgroups = [14:15
ComputerPers        EffectsGroup14:15
ComputerPers            scope = Contains Source14:15
ComputerPers            activation = Star type = Red14:15
ComputerPers            effects = CreatePlanet type=Barren planetsize=Small14:15
ComputerPers        EffectsGroup14:15
ComputerPers            scope = Source14:15
ComputerPers            activation = Source14:15
ComputerPers            effects = Destroy14:15
ComputerPers    ]14:15
ComputerPers    icon = ""14:15
ComputerPersGame crash14:15
GeofftheMediocheck the logs14:15
ComputerPersdidn't found anything useful in logs. game crashes when i'm trying to select this building or to see effects of it14:20
ComputerPersThread 0 Crashed:: Dispatch queue: com.apple.main-thread14:21
ComputerPers0   ???                           0x4f914f90 0 + 133492315214:21
ComputerPers1   org.freeorion.FreeOrion       0x00373d51 Effect::EffectsGroup::GetDescription() const + 79114:21
ComputerPers2   org.freeorion.FreeOrion       0x00373f41 Effect::EffectsGroup::DescriptionString() const + 11314:21
ComputerPers3   org.freeorion.FreeOrion       0x0037453d EffectsDescription(std::vector<boost::shared_ptr<Effect::EffectsGroup const>, std::allocator<boost::shared_ptr<Effect::EffectsGroup const> > > const&) + 45414:21
ComputerPersmabe parser bug ?14:21
ComputerPersas i saw CreatePlanet added by you [http://www.freeorion.org/forum/viewtopic.php?f=26&t=2348]14:22
tpb<http://ln-s.net/++9g> (at www.freeorion.org)14:22
GeofftheMediolooks like an issue generating descriptions for effects.14:25
ComputerPerswhat can i do about this ?14:27
GeofftheMediodon't use whatever bit of scripting causes the crash14:29
ComputerPersCreatePlanet type = TYPE size = SIZE14:29
ComputerPershttp://freeorion.org/index.php/Effects14:29
tpbTitle: Effects - FreeOrionWiki (at freeorion.org)14:29
GeofftheMedioout of date14:30
ComputerPers:-(14:30
ComputerPersis it means that CreatePlanet effect is broken ?14:32
GeofftheMedionot sure14:33
GeofftheMediotry it with different effects, or try different (simpler) conditions with that effect14:33
ComputerPersis it simpler ?14:42
ComputerPersBuildingType14:42
ComputerPers    name = "BLD_ADMIN_CREATE_PLANET"14:42
ComputerPers    description = "BLD_ADMIN_CREATE_PLANET_DESC"14:42
ComputerPers    buildcost = 4014:42
ComputerPers    buildtime = 1014:42
ComputerPers    location = All14:42
ComputerPers    EffectsGroup14:42
ComputerPers        scope = Contains Source14:42
ComputerPers        activation = Source14:42
ComputerPers        effects = CreatePlanet type=Barren planetsize=Small14:42
ComputerPers    icon = ""14:42
GeofftheMedioyes14:45
ComputerPersstill crashes14:45
ComputerPersshall i post a bug (http://sourceforge.net/tracker/?atid=544942&group_id=75752&func=browse) ?14:50
tpb<http://ln-s.net/++:I> (at sourceforge.net)14:50
GeofftheMediosure14:50
Nagilum_http://pastebin.com/XcfmeY4u15:30
tpbTitle: [ 69%] Built target freeorionca [ 69%] Building CXX object client/human/CMakeFi - Pastebin.com (at pastebin.com)15:30
*** __alex has joined #freeorion15:44
GeofftheMediouhm... well, now it wants to compile with just begin and end, so I gess I don't need the cbegin and cend16:27
GeofftheMediothough I'm also confused why msvc has them if they're not in the standard, apparently16:27
Nagilum_sorry, I have no clue about C++ and hence no opinion :-}16:53
Nagilum_hmm, I'm not sure it actually uses the gcc4.7 :-/17:06
Nagilum_I thought cmake would respect $CC et al but looking at the processes it doesn't look like it :/17:07
*** ComputerPers has quit IRC18:21
*** theTroy has quit IRC19:06
*** Stranger has joined #freeorion19:12
*** kimchi has joined #freeorion20:34
*** Stranger has quit IRC20:58
*** theTroy has joined #freeorion20:58
*** zhur has quit IRC21:25
*** aanderse has quit IRC22:19
*** aaanderse has joined #freeorion22:19
*** theTroy has quit IRC22:50
*** VargaD has quit IRC23:13

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