Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.085
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. I'd look at the bottom view of visual studio, there are different kind of outputs, so should appear there. We are going to figure this out. Thanks for your time an patience so far.
  2. Well maybe Microsoft thought that RTS was dead. Maybe they wanted to invest their money in something else. The guy also seems say that whether they downsized or not they d be dead. It was just harder to crush 75 instead of 40 employees
  3. Maybe the following example will help you understand. foo = function() { return 2; } bar = function() { return 3; } foobar = function () { return 2; return 3; } let a = foo(); // a = 2 let b = bar(); // b = 3; let c = foobar(); // c = 2 because the function stops after the first return.
  4. @LukeV1 Disk Space ? Running 0ad as admin ? Disk state (run check disk) ?
  5. https://trac.wildfiregames.com/browser/art_source and https://trac.wildfiregames.com/browser/art @fantomid
  6. Would more options in user.cfg help to fix it ?
  7. Nice, looks way better than I expected.
  8. @The Undying Nephalim How is it not working ? Do you get errors ?
  9. Sorry for the delay. Quiver.zip
  10. You're welcome for the stupa and a few other stuff you mentioned
  11. Yeah that could work or you could use the LOGMESSAGE function. Maybe something is wrong with that file. Does the path to that file is big or has special chars ?
  12. @LukeV1 Can you try to figure out which file is being loaded when that crashes ? Putting a breakpoint in CXeromyces::Load should help locating it.
  13. Thanks, try the same with building release. @leper
  14. @LukeV1 If you compiled the game with vs, you could launch it inside it. It would tell you exactly where it crashes. On the bottom right corner there will be a window called stack. Copy everything inside it.
  15. @Alexandermb @LordGood, yeah his maps are broken for some reason.
  16. @Nescio Yeah there are a lot ^^ My point was that diversity was not a bad thing
  17. The idea is to get things moving while keeping the trace on what has been done and why it didn't work. If it takes two mods to do that. So be it.
×
×
  • Create New...