Jump to content

timsoft

Community Newbie
  • Posts

    2
  • Joined

  • Last visited

Posts posted by timsoft

  1. as per the title, trac.wildfiregames.com is down. this affects  FAQ and the wiki. It has been quite flakey over the past few months, but ha beens giving a 503 error message permanently for the past few days. see below

    Service Unavailable

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.


    Apache/2.4.29 (Ubuntu) Server at trac.wildfiregames.com Port 80
     
    I check https://trac.wildfiregames.com/wiki/CompilingUsingTheReleaseSourceArchives  once a day for updates to the  release version as I maintain the slackware 0ad package build script, and the site is no longer working.
  2. thanks for the pointer. just applied for the slackbuild. for reference the following couple of sed commands work for me:-)

    sed -i 's/, header.GetType()/, static_cast<int>(header.GetType())/g' source/network/NetMessage.cpp
    sed -i 's/, arrayType/, static_cast<int>(arrayType)/g' source/simulation2/serialization/BinarySerializer.cpp

     

    • Thanks 1
×
×
  • Create New...