Subcategories

  • TripleA is a free gaming site and survives by the help of our members donations!

    11 Topics
    469 Posts
  • New Release

    2
    1
    8 Votes
    2 Posts
    2k Views
    B
    Canada attack with 1 EscortCarrier, 1 destroyerC5 and 1 tactical_bomber; Americans loiter and taunt Americans loiter and taunt lol
  • 2.1 is Released!

    1
    3 Votes
    1 Posts
    656 Views
    No one has replied
  • 2.0 is now available

    18
    4 Votes
    18 Posts
    3k Views
    LaFayetteL
    v2.0.20234 is now available with a few fixes. https://triplea-game.org/release_notes/ I would expect another fix release again in the coming days. I'm locking this thread. Discussion forums are bad at tracking bugs: your bug reports are going to be lost if posted here we're going to confuse ourselves by discussing all bugs all at once in one thread Here is where to report problems: https://github.com/triplea-game/triplea/issues/new?template=problem_report.md
  • TripleA Needs Your Help - Call for 2.0 Beta Testers

    64
    1
    7 Votes
    64 Posts
    30k Views
    ubernautU
    @LaFayette thanks for pushing it over the ever-moving finish line.
  • where is the latest prerelease feedback thread at ?

    3
    0 Votes
    3 Posts
    924 Views
    B
    @LaFayette OK I can see that. I have a UI comment with the dudes saying place, a saved game one being different and a Battle calc different behavior. I'll do a search at Git for those issues.
  • @ All Moderators

    4
    2 Votes
    4 Posts
    2k Views
    prastleP
    @prastle added @beelee as a forum moderator
  • Lobby Upgrade - July 18

    21
    0 Votes
    21 Posts
    7k Views
    prastleP
    @beelee Using 1.10.15485 here Different exception and error message. I guess we wait for them to get er fixed
  • Scheduled Maintenance in June

    Locked
    2
    4 Votes
    2 Posts
    1k Views
    B
    @RoiEX No reason to be sorry : ) Be a good test to see if they fire up anyway
  • TripleA's New Ladder and Tournament Site

    1
    2 Votes
    1 Posts
    2k Views
    No one has replied
  • Small change regarding PBF

    1
    3 Votes
    1 Posts
    1k Views
    No one has replied
  • Scheduled maintenance in May

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    DayMarD
    @roiex hello , about 3 hours off , feelin bit ill slowly , any ideas how long that can take ? cheers
  • Welcome!

    13
    3 Votes
    13 Posts
    5k Views
    C
    @xylefmtg I believe the question is if you (ex "Pughead") and "Pug" are the same user, and I'm guessing you are not. p.s.: Actually, 3 months ago your old WarClub was still there.
  • Need demo video for website

    3
    1 Votes
    3 Posts
    2k Views
    HeppsH
    @general_zod You also may want to postpone this idea for a little bit. Since work on the UI is progressing nicely we might want to showcase our wears with all the bells and whistles we are adding.
  • An early TripleA History (from SVN / SourceCode / WebPage?)

    2
    2 Votes
    2 Posts
    1k Views
    LaFayetteL
    This text was migrated from website 'http://triplea-game.org/' (YMMV on this link: 'http://triplea-game.org/about/')
  • tripleawarclub.org will be shut down at the end of the year

    Locked
    11
    2 Votes
    11 Posts
    4k Views
    prastleP
    @roiex @LaFayette I guess the dream has occurred
  • The Forum Will Be Down!

    Locked
    12
    0 Votes
    12 Posts
    4k Views
    B
    @roiex good to see nice job
  • PBEM/PBF Players: Please help test new MARTI

    Moved
    1
    3 Votes
    1 Posts
    2k Views
    No one has replied
  • Lobby Maintenance on Thursday, the 30th Novermber 2017

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    2k Views
  • Lobby upgrade to v1.9.0.0.6520; 2017-Sep-8

    15
    0 Votes
    15 Posts
    4k Views
    PantherP
    I am experiencing some problems with my newly created account: https://github.com/triplea-game/triplea/issues/2347

Recent Posts

  • @Cernel When the Revised Ladder bots were crashing frequently, I moved them onto Amazon Web Services and reworked how they were launched and maintained.

    AWS is a cloud hosted Linux server, so the bots run remotely rather than depending on my own computer, home internet connection, or an open SSH window. I connect to the server through SSH, but the bots themselves run inside persistent tmux sessions.

    tmux is useful here because it separates the bot process from the temporary SSH connection. I can disconnect from the server, close my laptop, or lose my local connection without terminating the bot. Each bot has its own named session, which also makes it easier to inspect or restart one without affecting the other.

    The main upkeep commands are:

    tmux ls

    This shows whether the bot sessions are still present.

    tmux attach -t revised_ladder
    tmux attach -t revised_ladder2

    These reconnect me to the live console output for either bot so I can inspect errors, freezes, or lobby disconnects.

    To leave a session while keeping the bot running:

    Ctrl+B, then D

    If the bot is frozen rather than fully gone, I can attach to the session, stop the process with Ctrl+C, and relaunch it using the relevant startup script.

    I also set up the launch process so that if a bot process actually disappears or exits, it is automatically started again. In other words, the server does not simply leave the bot offline after a crash. The surrounding startup or monitoring process detects that the bot is no longer running and relaunches it. That does not necessarily fix every possible freeze, since a frozen process may still technically exist, but it does handle ordinary crashes and unexpected exits without requiring me to log in immediately.

    So the overall setup has three layers:

    AWS provides the continuously available cloud server.
    tmux keeps the bot sessions alive independently of SSH.
    The restart logic relaunches a bot when its process exits or disappears.

    This is what I implemented when the bots were crashing a lot. Since then, the AWS and tmux setup has generally been stable, and the automatic restart behavior has reduced the amount of manual intervention needed.

    read more

  • @Cernel ah my bad. so I'm paying more. My Bots are cloud-based for better or for worse. They seem to be working fine but I haven't had crashes that I'm aware of.

    read more

  • @EyesWideShut said:

    I am paying about $10 a month for both headless servers which I understand is consistent with what triplea in general is paying for the bots.

    I guess this means that you are paying $5 per bot? What I understand @lafayette said is that TripleA is paying $5 per server of 3 bots, which would be $1.66 per bot.

    read more

  • @Cernel Thanks for flagging this. For the Revised Ladder bots, I set them up to run inside persistent tmux sessions on the AWS server, so they remain active even after I disconnect from SSH or close my computer. I also created separate run scripts for the bots and a startup script that launches them together, which makes them easier to restart and keep online. So far, that setup seems to be working and the Revised Ladder bots are still running, although I’m continuing to monitor them in case one freezes or disconnects. I am paying about $10 a month for both headless servers which I understand is consistent with what triplea in general is paying for the bots.

    read more