Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.324
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vladislavbelov

  1. We already support Windows 11. Could you attach what's the error you have and logs (you might find path to them here: https://trac.wildfiregames.com/wiki/GameDataPaths#Windows)?
  2. Hi! Could you attach logs? You can find a path to them for your platform here: https://trac.wildfiregames.com/wiki/GameDataPaths#Windows
  3. I think some kind of steps were (according to mainlog.html): Open the game Start Lower Nubia Exit to the main menu Start Alpine Lakes Pause the game Do they make sense?
  4. Hi! You can disable atlas for update-workspaces.sh (pass --disable-atlas argument) if you don't need it or install wxWidgets (search for your platform here: https://trac.wildfiregames.com/wiki/BuildInstructions).
  5. Could you run make clean and compile again to make sure that there's no outdated files? (It'll take some time to recompile the game)
  6. If it happened in the SVN version then it's very likely the LOS bug: https://trac.wildfiregames.com/ticket/6844
  7. Hi! The active zone size is a known bug of Gnome: https://gitlab.gnome.org/GNOME/mutter/-/issues/2740 You could try to workaround the cursor offset by adding borderless.fullscreen = "false" in your user.cfg (configuration file), you can find it in: ~/.config/0ad/. More options to try are available in the development version of the game (SVN) and will be included in the next release (A27).
  8. Does it happen on each run? Could you attach your mainlog? Refs: https://trac.wildfiregames.com/ticket/5667
  9. Unfortunately we don't officially prebuild SVN binaries for Linux and macOS. You could try to follow instructions here: https://trac.wildfiregames.com/wiki/BuildInstructions#Linux. To run the game with Vulkan you'll need to install the 0ad-spriv mod before switching to the backend: https://mod.io/g/0ad/m/0ad-spirv (also available in-game mod downloader). BTW the game works in 64bits mode on Linux and macOS (if a host is 64bits).
  10. Currently it's just an idea. We have no stated plans to have more players. We're working on that, but the progress is very slow (because the task is complex). I'd like to have it done to the next release though it's a very optimistic goal.
  11. You might need to cleanup the solution.
  12. No problem Not for RC and releases, spirv is prebuilt there. Yep.
  13. It's mentioned in the first message of this thread The final steps aren't established yet because we're tweaking stuff. But they'll be definitely published. Though I'm not sure about the BuildInstructions page, as it's more about packaging and running. Do not forget to enable feedback if possible
  14. IIRC local.cfg is for development to override values from default.cfg. Did the renderer.backend.vulkan.disabledescriptorindexing = "true" line change something? Thanks! I'll include some changes into the next RC, will see then.
  15. Currently I have only two ideas: a) out of some internal memory, could you try to decrease the texture quality? b) some textures are loaded incorrectly, do you have any mod installed?
  16. Thank you! Yes, I have few ideas to check. add the following line to your user.cfg and run: renderer.backend.vulkan.disabledescriptorindexing = "true" add the following lines to your user.cfg, run the game (it will be slower, it's ok) and attach userreport and mainlog after that: renderer.backend.debugcontext = "true" renderer.backend.debugmessages = "true" renderer.backend.debuglabels = "true" renderer.backend.debugscopedlabels = "true"
  17. Thank you for testing! Is it reproducible if disable V-Sync but use FPS throttling? Did I understand correctly that it was reproduced only once for OpenGL ARB but not anymore? Could you (if time permits) install Vulkan SDK? And run vkcube.exe from there?
  18. Just to make sure: you used borderless.fullscreen = "false", right? Does the only chat window trigger the tearing? Or any other in-game window like options or diplomacy? Is it reproducible in the main menu?
  19. Does it happen to any other OpenGL/Vulkan game (maybe SuperTuxKart or Warzone 2100)? Does it happen in fullscreen and window mode?
×
×
  • Create New...