Jump to content

SolarEagle

Community Members
  • Posts

    45
  • Joined

  • Last visited

Recent Profile Visitors

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

SolarEagle's Achievements

Discens

Discens (2/14)

17

Reputation

  1. On Alpha 27 (built just an hour or so before), the map does show, with no preview though, and I get the following errors followed by a game crash: ERROR: CCacheLoader failed to find archived or source file for: "art/textures/ui/session/icons/mappreview/Valleys.png" FILES| JSON data written to '/home/nicolas/.config/0ad/config/matchsettings.json' FILES| Replay written to '/home/nicolas/.local/share/0ad/replays/0.0.27/2024-01-28_0001' terminate called after throwing an instance of 'PSERROR_Game_World_MapLoadFailed' what(): Could not load terrain file - too old version! Abandon (core dumped)
  2. From what I do understand, mozjs115 is the default one on Fedora, but mozjs91 is available in the repos, and was already installed. Uninstalling it doesn't change anything.
  3. Hello, I upgraded to Fedora 39 a few days after its release. Since then, I can't build Mozjs. Here's the relevant code, when doing: ./clean-workspaces.sh then: ./update-workspaces.sh I post only the relevant part, but I can post the full logs if needed. Building SpiderMonkey... SpiderMonkey build options: --disable-tests --disable-jemalloc --disable-js-shell --without-intl-api --enable-shared-js --disable-jitspew patching file js/src/moz.build patching file js/src/old-configure patching file python/mozbuild/mozbuild/virtualenv.py patching file third_party/python/virtualenv/virtualenv/discovery/py_info.py patching file python/mozbuild/mozbuild/action/process_define_files.py patching file python/mozbuild/mozbuild/backend/base.py patching file python/mozbuild/mozbuild/preprocessor.py patching file python/mozbuild/mozbuild/util.py patching file python/mozbuild/mozpack/files.py patching file build/moz.configure/flags.configure /home/nicolas/0ad/libraries/source/spidermonkey/mozjs-91.13.1/python/mozbuild/mozbuild/configure/__init__.py:915: SyntaxWarning: invalid escape sequence '\.' RE_MODULE = re.compile("^[a-zA-Z0-9_\.]+$") Traceback (most recent call last): File "/home/nicolas/0ad/libraries/source/spidermonkey/mozjs-91.13.1/build-debug/../js/src/../../configure.py", line 22, in <module> from mozbuild.configure import ( File "/home/nicolas/0ad/libraries/source/spidermonkey/mozjs-91.13.1/python/mozbuild/mozbuild/configure/__init__.py", line 13, in <module> from six.moves import builtins as __builtin__ ModuleNotFoundError: No module named 'six.moves' ERROR: SpiderMonkey build failed If I build it with the option ./update-workspaces.sh --with-system-mozjs it builds, but with errors: Linking Premake5 make : on quitte le répertoire « /home/nicolas/0ad/build/premake/premake5/build/gmake2.unix » Premake args: --with-system-mozjs --atlas Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Building configurations... Running action 'gmake'... Generated ../workspaces/gcc/Makefile... Generated ../workspaces/gcc/pyrogenesis.make... Generated ../workspaces/gcc/network.make... Generated ../workspaces/gcc/rlinterface.make... Generated ../workspaces/gcc/tinygettext.make... Generated ../workspaces/gcc/lobby.make... Generated ../workspaces/gcc/glooxwrapper.make... Generated ../workspaces/gcc/simulation2.make... Generated ../workspaces/gcc/scriptinterface.make... Generated ../workspaces/gcc/engine.make... Generated ../workspaces/gcc/graphics.make... Generated ../workspaces/gcc/atlas.make... Generated ../workspaces/gcc/gui.make... Generated ../workspaces/gcc/lowlevel.make... Generated ../workspaces/gcc/gladwrapper.make... Generated ../workspaces/gcc/mongoose.make... Generated ../workspaces/gcc/mocks_real.make... Generated ../workspaces/gcc/mocks_test.make... Generated ../workspaces/gcc/AtlasObject.make... Generated ../workspaces/gcc/AtlasUI.make... Generated ../workspaces/gcc/ActorEditor.make... Generated ../workspaces/gcc/Collada.make... Generated ../workspaces/gcc/cxxtestroot.make... Generated ../workspaces/gcc/test.make... Done (1795ms). Then, doing in the relevant folder make fails: nicolas@nt:~/0ad/build/workspaces$ cd gcc/ nicolas@nt:~/0ad/build/workspaces/gcc$ make ==== Building mocks_real (release) ==== Creating obj/mocks_real_Release mocks_real.cpp Linking mocks_real ==== Building network (release) ==== Creating obj/network_Release precompiled.h Dans le fichier inclus depuis ../../../source/network/NetMessages.h:27, depuis ../../../source/network/NetMessage.h:26, depuis ../../../source/pch/network/precompiled.h:26: ../../../source/scriptinterface/ScriptTypes.h:62:10: erreur fatale: jspubtd.h : Aucun fichier ou dossier de ce type 62 | #include "jspubtd.h" | ^~~~~~~~~~~ compilation terminée. make[1]: *** [network.make:139: obj/network_Release/precompiled.h.gch] Error 1 make: *** [Makefile:79: network] Error 2 I made a little research, and the error may be related to the Python six package, which is, if I've understood correctly, used for compatibility between Python 2 and 3. The package python3-six is installed on my computer.
  4. Do these maps work with 0AD 26? Some old maps tend to break, or load but with missing features, like no trees.
  5. Wasn't it part of Community Maps at some point. There is at least the Asian campaign with a big map, as of now: https://github.com/0ad-matters/community-maps-2
  6. Thanks! I've tested it and the AI was very passive, as it didn't try to attack at all. Otherwise, it works very well.
  7. Thanks for this new map! I've just played it, and it worked well. There's some complex pathfinding at times, but nothing is blocking movement, and it's probably by design. With so many resources, one player more is maybe possible. The sole problem is that, in easy mode, my enemies stockpiled resources, but didn't build a city centre, so when I had built an army to attack, I've just found docks and a few citizens working.
  8. @Lion.KanzenThanks! Where to download it now, please? A GitHub search leads to nothing here. This mod is interesting in the fact that the lack of cavalry is a better way to change gameplay than many tweaks, plus the various civs and maps it adds, of course. 0AD being a historical game, this interests me way more than ponies or whatever non-historical changes give. No offence to those who like it that way, OFC.
  9. BTW, what's the status of this mod, since its Github page is inactive?
  10. I use the Alpha 25b version, and I've installed a few maps found here, like None appears on the map list, even when choosing the all maps option. The sole mod installed is the Macedonia Campaign, and I've cleaned the cache at /home/username/.cache/0ad. I'm using Fedora Linux 36 64-bit with Gnome desktop. I first installed maps at /home/username/.local/share/0ad/mods/public/maps, then tried to create subfolders for random maps, skirmishes and scenarios, a modification which didn't change anything. Cleaning the cache at /home/username/.cache/0ad changed nothing. Otherwise, the game runs smoothly. It's just the maps don't appear on the list. Last thing: I installed the SVN version at some point. Did it mess with configuration files or the likes? Any idea, please! PS: I made a search before posting. I remember the problem may be related to my message here:
  11. Is this map for A25 or A26? It doesn't appear in my map list (while installed properly, AFAIK).
  12. @crazy_BaboonThe map doesn't even appear on the map list (even when choosing all maps) in A25.
  13. Which will probably never come, since its creator seems to have disappeared.
×
×
  • Create New...