*** tpb has joined #freeorion | 00:00 | |
*** STalKer-Y has quit IRC | 00:14 | |
*** aleksil has joined #freeorion | 03:18 | |
aleksil | Hello. | 03:18 |
---|---|---|
GeofftheMedio_ | hi | 03:21 |
aleksil | I've compiled freeorion from svn on ubuntu karmic and it crashes every time I double click a tech on the research screen. | 03:25 |
aleksil | This is the error I get: "main() caught exception(boost::io::format_error): boost::too_few_args: format-string referred to more arguments than were passed" | 03:26 |
aleksil | Any pointers? | 03:26 |
GeofftheMedio_ | hmm | 03:32 |
GeofftheMedio_ | did you have a previous version installed before building from source? | 03:34 |
GeofftheMedio_ | you might need to delete your config.xml file in .freeorion | 03:34 |
*** Q_Continuum_ has joined #freeorion | 03:35 | |
GeofftheMedio_ | if it's pointing to an older version of the content files, and the stringtable in particular | 03:35 |
aleksil | Tried it, still crashing. | 03:38 |
GeofftheMedio_ | ok, can you open up ResearchWnd.cpp | 03:39 |
GeofftheMedio_ | and replace all (two?) instances of | 03:39 |
GeofftheMedio_ | format | 03:39 |
GeofftheMedio_ | with | 03:39 |
GeofftheMedio_ | FlexibleFormat | 03:39 |
GeofftheMedio_ | around line 130 | 03:40 |
GeofftheMedio_ | also: are you using the english stringtable, or some other language? | 03:41 |
aleksil | ok, compiling | 03:41 |
aleksil | That seemed to work, thanks! | 03:43 |
GeofftheMedio_ | what language are you using | 03:44 |
GeofftheMedio_ | ? | 03:44 |
aleksil | English. | 03:44 |
GeofftheMedio_ | hmm. strange | 03:44 |
GeofftheMedio_ | are you sure you updating everything from SVN? | 03:44 |
aleksil | I've been trying out Bigjoe5's files from the Tech Tree Revision: Production, Construction thread. | 03:45 |
GeofftheMedio_ | oh | 03:45 |
GeofftheMedio_ | well, he's using v0.3.13 | 03:45 |
GeofftheMedio_ | so any changes since then to the code won't be reflected in his files | 03:45 |
GeofftheMedio_ | you probably found that his ship_hulls.txt causes crashes | 03:46 |
aleksil | I thought I tried reproducing the crash with the originals too, but I should probably double check. | 03:46 |
aleksil | Looks like I was mistaken, the originals don't crash but Bigjoe5's do. | 03:52 |
GeofftheMedio_ | makes sense | 03:53 |
CIA-80 | FreeOrion: geoffthemedio * r3190 /trunk/FreeOrion/ (10 files in 3 dirs): | 03:54 |
CIA-80 | FreeOrion: -Modified BuildingIndicator to store an object id if it is representing an existing / completed building (as opposed to an incomplete building on the production queue) | 03:54 |
CIA-80 | FreeOrion: -Made BuildingIndicator show a popup menu on right click with scrap / undo scrap (missing stringtable entries) that when selected, issue orders to scrap or undo the scrapping of a building | 03:54 |
CIA-80 | FreeOrion: -Added member variables to buildings and ships to store whether they have been ordered scrapped, along with getters and setters for these | 03:54 |
CIA-80 | FreeOrion: -Implemented ScrapOrder execute and undo functions using above additions | 03:54 |
CIA-80 | FreeOrion: -Modified serialization of buildings and ships to include visibility and, if fully visible, whether they are ordered scrapped | 03:54 |
CIA-80 | FreeOrion: -Converted two boost::format to FlexibleFormat in ResearchWnd.cpp | 03:54 |
GeofftheMedio_ | (that patch makes the change in SVN as well) | 03:54 |
GeofftheMedio_ | if you want to use Bigjoe5's ship hulls, you just need to add | 03:55 |
GeofftheMedio_ | stealth = 0 | 03:55 |
aleksil | Thanks, I'll try that. | 03:56 |
GeofftheMedio_ | or similar, before each health = whatever line | 03:56 |
GeofftheMedio_ | (the position matters) | 03:56 |
GeofftheMedio_ | (afk) | 04:06 |
*** Q_Continuum_ has quit IRC | 04:32 | |
aleksil | Hm. Is the galaxy map supposed to forget explored systems once my ships leave? | 04:33 |
*** Q_Continuum has joined #freeorion | 04:37 | |
*** GeofftheMedio_ has quit IRC | 06:00 | |
*** GeofftheMedio_ has joined #freeorion | 06:01 | |
*** tank__ has joined #freeorion | 08:20 | |
*** tank_ has quit IRC | 08:25 | |
*** tank__ is now known as tank_ | 08:25 | |
*** mithro has quit IRC | 10:49 | |
*** thursdaybloom has joined #freeorion | 10:55 | |
thursdaybloom | hi | 10:56 |
*** mithro has joined #freeorion | 11:07 | |
*** thursdaybloom has quit IRC | 11:34 | |
*** mithro has quit IRC | 11:40 | |
*** mithro has joined #freeorion | 11:41 | |
*** aleksil has quit IRC | 11:52 | |
*** Q_Continuum has quit IRC | 14:09 | |
*** aleksil has joined #freeorion | 14:17 | |
*** GeofftheMedio has joined #freeorion | 15:45 | |
*** GeofftheMedio_ has quit IRC | 16:04 | |
*** hagish has joined #freeorion | 16:43 | |
*** hagish has quit IRC | 17:15 | |
CIA-80 | FreeOrion: geoffthemedio * r3191 /trunk/FreeOrion/ (8 files in 4 dirs): | 17:40 |
CIA-80 | FreeOrion: -Added building and ship scrapping to turn processing. Building scrapping quickly tested, but may introduce subtle bugs related to effects. | 17:40 |
CIA-80 | FreeOrion: -Converted more format -> FlexibleFormat to make crash-resistant in case of stringtable issues | 17:40 |
*** Q_Continuum has joined #freeorion | 18:09 | |
*** GeofftheMedio_ has joined #freeorion | 18:27 | |
CIA-80 | FreeOrion: geoffthemedio * r3192 /trunk/FreeOrion/universe/ValueRef.h: More FlexibleFormat replacing raw boost::format | 18:43 |
*** GeofftheMedio has quit IRC | 18:45 | |
*** mithro_ has joined #freeorion | 19:57 | |
*** mithro has quit IRC | 19:58 | |
*** GeofftheMedio_ has quit IRC | 20:12 | |
CIA-80 | FreeOrion: geoffthemedio * r3193 /trunk/FreeOrion/ (6 files in 3 dirs): | 20:42 |
CIA-80 | FreeOrion: Enabled scrapping and cancellation of scrapping of ships, and cancellation of | 20:42 |
CIA-80 | FreeOrion: scrapping of buildings, all via popup menus. Currently lacking stringtable | 20:42 |
CIA-80 | FreeOrion: entries and seemingly slightly bugged so menus don't show text if they are the | 20:42 |
CIA-80 | FreeOrion: second option in a list, but the order-issuing and cancelling is functional. | 20:42 |
*** GeofftheMedio has joined #freeorion | 20:51 | |
*** GeofftheMedio_ has joined #freeorion | 21:09 | |
*** GeofftheMedio_ has quit IRC | 21:18 | |
*** GeofftheMedio_ has joined #freeorion | 21:18 | |
*** GeofftheMedio has quit IRC | 21:27 | |
*** thursdaybloom has joined #freeorion | 22:44 | |
*** thursdaybloom has quit IRC | 22:46 | |
*** Q_Continuum has quit IRC | 23:09 | |
*** STalKer-X has quit IRC | 23:54 | |
*** STalKer-Y has joined #freeorion | 23:54 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!