Jump to content

zyli

Community Members
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    1

zyli last won the day on August 20 2023

zyli had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zyli's Achievements

Discens

Discens (2/14)

5

Reputation

  1. Recently updated to rel. 28096 (i18n) and that prompted me to write this post. There is an island called Elephantine on the Nile. https://en.wikipedia.org/wiki/Elephantine The Polish translator, not knowing why, translated it (= "Słoniowaty", = "Wyspa Słoniowa"). Since this name must not be translated, please restore the correct name: "Elefantyna", "Wyspa Elefantyna". https://sjp.pwn.pl/so/Elefantyna;4430952.html https://pl.wikipedia.org/wiki/Elefantyna I will add that this name is not translated in other Slavic languages either. I found the words "Słoniowaty", "Wyspa Słoniowa" here: https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/l10n/pl.public-maps.po?rev=28007 It may also occur in other places. Regards
  2. Thank you. Everything's fine now. I found version 0.27.22 at: https://mod.io/g/0ad/m/0ad-spirv I know this can be done in 0ad settings, but I prefer to do it manually. I unnecessarily suggested the address: http://releases.wildfiregames.com/rc/ Thank you again and best regards.
  3. A year has passed since the release of 0ad-0.0.27-rc1-27645. https://releases.wildfiregames.com/rc/ Currently (May 13, 2024) it is rev. 28088 (+443). Wouldn't it be worth releasing rc2? Regards PS. The last update of 0ad-spirv.zip was in August 2023. The currently running game (rev. 28088, Debian, Vulkan, NVidia 1660, driver 550.76, map: Elephantine, 0ad-spirv: 0.27.21) displays harmless (in my opinion) errors: ERROR: CCacheLoader failed to find archived or source file for: "shaders/spirv/compute_upscale_fsr.xml" ERROR: Program 'spirv/compute_upscale_fsr' with required defines not found. ERROR: "USE_DESCRIPTOR_INDEXING": "1" ERROR: Failed to load shader 'spirv/compute_upscale_fsr' ERROR: CCacheLoader failed to find archived or source file for: "shaders/spirv/compute_rcas.xml" ERROR: Program 'spirv/compute_rcas' with required defines not found. ERROR: "USE_DESCRIPTOR_INDEXING": "1" ERROR: Failed to load shader 'spirv/compute_rcas' ERROR: CCacheLoader failed to find archived or source file for: "shaders/spirv/compute_downscale.xml" ERROR: Program 'spirv/compute_downscale' with required defines not found. ERROR: "USE_DESCRIPTOR_INDEXING": "1" ERROR: Failed to load shader 'spirv/compute_downscale'
  4. What version of Parrot? As far as I know, Parrot is based on Debian. In the Debian repository we have: Bullseye: 0ad 0.0.23.1-5 Bullseye-backports: 0.0.26-2~bpo11+1 Bookworm: 0.0.26-3 Answers to your problem: 1. Update Parrot OS or 2. Temporarily add the entry: bullseye-backports to sources.list.
  5. zyli

    Petra error

    It was fine until suddenly: The mainlog.html file is 2.2 GB (sic!). 0.0.27 rev. 27895 + Vulkan + 0ad-spirv 0.27.21. mainlog.html_2023-10-25_Rev_27895_0ad-spirv_0.27.21.7z
  6. Thank you for your answer. All I had to do was wait and now it works properly.
  7. svn up 0ad Updating '0ad': svn: E170013: Unable to connect to a repository at URL 'https://svn.wildfiregames.com/public/ps/trunk' svn: E175002: Unexpected HTTP status 503 'Service Unavailable' on '/public/ps/trunk' Is it just something on my side or on the server side?
  8. @vladislavbelov Thank you! A simple command solved the issue: make clean make -j20 Everything works as it should. binaries/system/test Running cxxtest tests (400 tests)......[...I cut off...]......OK! I wish I had come up with it myself. Sorry for the confusion.
  9. Compilation error, Debian Bookworm, SVN rev. 27784, 27785. After the command: 'make', an error occurs: ==== Building pyrogenesis (release) ==== Creating obj/pyrogenesis_Release main.cpp Linking pyrogenesis /usr/bin/ld: ../../../binaries/system/libnetwork.a(FSM.o): in function `std::enable_if<std::__is_bitwise_relocatable<CFsmTransition*, void>::value, CFsmTransition**>::type std::__relocate_a_1<CFsmTransition*, CFsmTransition*>(CFsmTransition**, CFsmTransition**, CFsmTransition**, std::allocator<CFsmTransition*>&)': [...I shortened...] /usr/bin/ld: ../../../binaries/system/libnetwork.a(FSM.o): in function `CFsm::IsValidEvent(unsigned int) const': /home/domowy/svn/0ad/build/workspaces/gcc/../../../source/network/FSM.cpp:247: multiple definition of `CFsm::IsValidEvent(unsigned int) const'; ../../../binaries/system/libnetwork.a(fsm.o):/home/domowy/svn/0ad/build/workspaces/gcc/../../../source/network/fsm.cpp:465: first defined here /usr/bin/ld: ../../../binaries/system/libnetwork.a(FSM.o): in function `CFsm::AddEvent(unsigned int)': /home/domowy/svn/0ad/build/workspaces/gcc/../../../source/network/FSM.cpp:104: multiple definition of `CFsm::AddEvent(unsigned int)'; ../../../binaries/system/libnetwork.a(fsm.o):/home/domowy/svn/0ad/build/workspaces/gcc/../../../source/network/fsm.cpp:247: first defined here collect2: error: ld returned 1 exit status make[1]: *** [pyrogenesis.make:81: ../../../binaries/system/pyrogenesis] Błąd 1 make: *** [Makefile:73: pyrogenesis] Błąd 2 In Polish, 'Błąd' is 'Error'. No. 81 line file: 'svn/0ad/build/workspaces/gcc/pyrogenesis.make': 80 @echo Linking pyrogenesis 81 $(SILENT) $(LINKCMD) 82 $(POSTBUILDCMDS) No. 73 line file: 'svn/0ad/build/workspaces/gcc/Makefile': 71 ifneq (,$(pyrogenesis_config)) 72 @echo "==== Building pyrogenesis ($(pyrogenesis_config)) ====" 73 @${MAKE} --no-print-directory -C . -f pyrogenesis.make config=$(pyrogenesis_config) 74 endif Unfortunately, I do not know how to correct it. Rev. 27779 (and earlier) compiled correctly. Regards.
  10. I see that the files pasted in reverse. In time order it should be: bottom first, second middle and last - top.
  11. In my case, it's the same. I thought it was a new idea. SVN rev. 27779 + 0ad-spirv 0.27.20
  12. zyli

    Petra error

    It was fine until suddenly: 0.0.27 rev. 27589 + Vulkan + 0ad-spirv 0.27.19. Regards mainlog_2023-03-27_Rev_27589_0ad-spirv_0.27.19.html
  13. zyli

    Petra error

    Yes. Files from: .local/share/0ad/replays/0.0.27/2023-02-23_0001 2023-02-23_0001.7z
  14. zyli

    Petra error

    0AD 0.0.27 SVN rev. 27557 Vulkan + 0ad-spirv 0.27.16 mainlog.html has reached 2.0 GiB (sic!) Regards mainlog_2023-02-23_Rev_27557_0ad-spirv_0.27.16.html.7z
×
×
  • Create New...