Jump to content

radopenev

Community Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by radopenev

  1. All is my mistake! 1. install all dependencies 2. the path from source is absolutely correct (not need of changes #include<fmt/printf.h> in source/ps/CLogger.h ) 3. ./update-workspaces.sh -j3 4. cd gcc 5. make -j3 (fmt --version fmt (GNU coreutils) 8.28..)
  2. Yes, i did! After 1)' ./update-workspaces.sh' 2) 'make -j3' , the arr/mess have reporting the problems.
  3. all sudo apt-get install build-essential cmake libboost-dev libboost-system-dev \ libboost-filesystem-dev libcurl4-gnutls-dev libenet-dev libfmt-dev \ libgloox-dev libicu-dev libminiupnpc-dev libnvtt-dev libogg-dev \ libopenal-dev libpng-dev libsdl2-dev libsodium-dev libvorbis-dev \ libxml2-dev python rustc subversion zlib1g-dev
  4. Thanks a lot for replay. After "libfmt-dev" instalation, a ton of err/mess have appeared like: " 0ad/libraries/win32/fmt/include/fmt/format.h:1084: unspecified reference to 'fmt::v7::detail::basic_data<void>::hex_digits' " maybe lib/conflict Thanks again.
  5. Hi :), I've got a troubles with building game from source. After "git clone" ... "./update-workspaces.sh -j3" has finished with error message " the file fmt/printf.h included in ~/source/ps/CLogger.h not exist". I have added the full file path and "./update-workspaces.sh -j3" has finished successefully: Updating bundled third-party dependencies... FCollada is already up to date. SpiderMonkey is already up to date. NVTT is already up to date. make: Entering directory '/home/ssdhp/0adnew/0ad/build/premake/premake5/build/gmake2.unix' ==== Building lua-lib (release) ==== ==== Building zip-lib (release) ==== ==== Building zlib-lib (release) ==== ==== Building curl-lib (release) ==== ==== Building mbedtls-lib (release) ==== ==== Building luashim-lib (release) ==== ==== Building example (release) ==== ==== Building luasocket (release) ==== ==== Building Premake5 (release) ==== make: Leaving directory '/home/ssdhp/0adnew/0ad/build/premake/premake5/build/gmake2.unix' Premake args: --atlas Building configurations... Running action 'gmake'... Done (2327ms). !!!...but "make -j3" has finished with : "==== Building mocks_real (release) ==== ==== Building network (release) ==== ==== Building rlinterface (release) ==== ==== Building tinygettext (release) ==== ==== Building lobby (release) ==== ==== Building glooxwrapper (release) ==== ==== Building simulation2 (release) ==== ==== Building scriptinterface (release) ==== ==== Building engine (release) ==== ==== Building graphics (release) ==== ==== Building atlas (release) ==== ==== Building gui (release) ==== ==== Building lowlevel (release) ==== ==== Building mongoose (release) ==== ==== Building Collada (release) ==== ==== Building pyrogenesis (release) ==== Linking pyrogenesis /usr/bin/ld: not exist -lfmt collect2: error: ld returned 1 exit status pyrogenesis.make:80: recipe for target '../../../binaries/system/pyrogenesis' failed make[1]: *** [../../../binaries/system/pyrogenesis] Error 1 Makefile:70: recipe for target 'pyrogenesis' failed make: *** [pyrogenesis] Error 2" A little help :), please p.s. Linux 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  6. Hi everyone ! That's test over fresh build from source code - creation of units himself. It works for me
  7. Cool! Works like a charm p.s I have compiled nvtt from https://github.com/castano/nvidia-texture-tools and not install from repo ...
  8. Thanks a lot that's all... now compiling go right and successfully. In this moment go "make -j3"...
  9. Thanks! Exactly that I asking... but have problem with building on ubuntu 18.04. according to https://trac.wildfiregames.com/wiki/BuildInstructions can not correctly configure SpiderMonkey 45 and build failed.
  10. Hi everyone I have just installed 0AD from ppa:wfg/0ad.dev, but realize is 0.0.23b. How can I install Alpha 24 ... may be compile from source(?), but the info for downloading pointed 0.0.23b again? Please a little help!
  11. The first, may be my mistake - lets explain what exactly is the issue here!?! * game: singel player * save game and reopen after that and finish successfully in the replay folder: 1) dir / commands.txt; metadata.json/ to the saving moment 2)dir/ commands.txt; metadata.json/ from the saving moment to the end Replay 1) start and go OK... but 2) for the reasons described on #3963 is unreplayable! OK .... I want to make 2) replayable *According to #3963  and Let's define : * start-commands.txt - from 1) *end-commands.txt - from 2) which is exactly unreplayable *remove "header" of 2) and get everything after/ "turn"s,"end"s,"cmd"s *set the offset of turn numbers in 2) like continued of 1) ( from the (last number of 1))+1 .....to the end) * change command.txt from 2) with the new commands.txt generated from start-commands.txt and (end-commands.txt modified) Finally start replay 2) ..... Replay not playing out as the real game finishing. To the saving moment everything is OK( no news here), but after that "scenario" happens not like the real game, definitely.... and final is tragedy!
  12. Can you show me a numbers of the "end"s which are next to each other.... please ? ... p.s. regex( turn(.*)\nturn end\nend ) search show me nothing sorry, I can not reply , forum-admin say: "You have reached the maximum number of posts you can make per day.", may be because I'm new user and can only edit old posts, so yes: Replay not playing out as the real game finishing. To the saving moment everything is OK( no news here), but after that "scenario" happens not like the real game, definitely.... and final is tragedy!
  13. Hi! Triplicarius, as you can see, from the attachments, the offset of turn numbers is OK ..... the script was written before posting...
  14. AllCommands.tar.gzHi! According to #3963 ,from bug tracker "...the replay will end with the disconnect and a new one will be written starting after the connect, containing only turns after that time....means the replay will become unreplayable" My question is: in new command.txt "will be written starting after the connect, containing only turns after that time"(?) if I'm correct ? Let's define : * start-commands.txt - the turns before saving the game-session *end-commands.txt - the turns after saving the game-session which is exactly unreplayable and the appending of start-commands.txt and end-commands.txt turns will solve the problem? Something like attachments.... the new one commands.txt is result of appending .... but it NOT solving nothing ... replay is go, but final is not the same like new game-session AllCommands.tar.gz
×
×
  • Create New...