Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.985
  • Joined

  • Last visited

  • Days Won

    579

Everything posted by Stan`

  1. Somewhere somehow you're doing an operation where you do undefined + number or null + number or nan + number or sometimes string + number
  2. Mostly Jabberfr.org. In case we do to go to IRC, I wonder how we can choose between OFTC and Libera.Chat ? Go for the biggest one? During last connections to Libera.Chat its servers reported an average of 31375 users and 22172 chat rooms. Use the following menu to get more information about IRC network Libera.Chat! During last connections to OFTC its servers reported an average of 12425 users and 3995 chat rooms. Use the following menu to get more information about IRC network OFTC! OFTC is also apparently under patronage from SPI https://news.ycombinator.com/item?id=27492799
  3. I haven't looked at the code. But the crash is due to something not being serializable (the serialization error from above). Could be a NaN value for instance from the error it seems total builder is NaN
  4. It will still be emulating. Snapdragon is an aarch64 Cpu not an x64 one. It's similar to the Apple MX chips.
  5. Thanks! Does the taskmanager show you zombie processes that could explain the game not starting after crashing? Can you copy the output of the message you get the first time? I might be able to provide a patched exe that should at least allow you to run the game with no warnings. As for the game crashing mid game are you playing with heavy settings ? Lots of IA, unlimited pop cap ?
  6. Hey Conzo, Thanks for taking the time to reach out to us (And sorry we couldn't fix the issue). Can you also upload the system_info.txt and userreport_hwdetect if they exist? I assume they don't since the detection fails. We don't currently provide aarch64 builds for Windows but I hope we do someday. Your mainlog.html seems to indicate it fails to find some files. This could mean there is a zombie 0 A.D. process (pyrogenesis.exe) running in the background
  7. I think that applies to everything science related no? Also isn't there some money involved? Paywalls copyrights and the like.
  8. Right so you could build some but not all. I wonder if there is a case where you cannot build any. Even then you can still use the dock as a dropsite / market iirc
  9. Even the small boat cannot be built ? I guess that's the reason DE has shipyards.
  10. See the patches linked above. IIRC most of the autociv features are hacks we can't easily port in the game.
  11. Could be the full screen mode as well. In the user.cfg file you could add borderless.fullscreen=false
  12. See https://code.wildfiregames.com/D4871 And @Itms rewrite here https://gitlab.com/na-Itms/0ad/-/compare/master...moderation?from_project_id=188465
  13. I think almost everyone has voted save for @bb_ and @vladislavbelov I chatted a bit with nephele an old contributor. (DISCLAIMER: they are working on https://pulkomandy.tk/projects/renga/ an XMPP client, with linkmauve) A few points for XMPP over matrix: You can join public room anonymously not leaking your JID. Matrix does not encrypt room specific nicks or topics All three operators (XMPP, Matrix, IRC) have the issue that operators can impersonate you, but I don't think it's a very big problem in our case. 90% of the people using Matrix will be on Matrix.org (which makes sense, since they wanted to not go the way XMPP did) Which also means, it's very likely that people will be forced to use Element (Matrix Client) to support the newer stuff. I think Matrix is not the way to go, but I'm a bit more inclined towards XMPP in spite of iRC, for the reason that it has a better phone support, and I've been using it to talk over IRC for about three years now. Having a phone app might make it more easy for people to talk to us...
  14. You cannot mute players in vanilla no ?
  15. I think they should too. The point is they should not interfere with the game. Another question is whether there is a difference between a defeated player and an observer
  16. We're gonna find what's wrong. It looks like it fails to create the folder, could be a permission issue. You can 1) try to run as admin 2) add an exclusion to your antivirus for 0 .A.D.
  17. Yeah I believe those hair are part of the 3D model not the texture. Transparency is expensive.
  18. Oh wait you're using SYSTEM_ENTITY? What does the schema look like? IIRC they have special schemas to tell the engine they are system https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/simulation/components/CeasefireManager.js#L3 Although the a: prefix is for docs so not sure.
×
×
  • Create New...