2.7 Release & Testing - Megathread
-
Folks - time to pile into 2.7! Now is the time to test the latest like crazy. It should be pretty solid. There's also something that goes wrong though, let's see if we can find it :magnifying_glass_tilted_right:
-
As of release 2.7.15314 dated December 17, 2025 March 31, 2025
Still has 'New Game' problem when first player is AI https://github.com/triplea-game/triplea/issues/13915
A new centering as discussed https://github.com/triplea-game/triplea/issues/13241 was implemented with release 2.7.14961 dated as of release 2.7.15027 dated May 10, 2025 centering on active player's capital has no longer worked.
Cheers...
-
"Active Units" panel is still broken and has never worked right. It will not locate transported units that can be moved off a transport. It will not locate zero movement units that can be loaded onto a transport, and it does not show 0 movement units that can gain movement from another unit. During "Special Movement" phase it will still locate all units with movement when it should only find those special "Airborne" units that can move.
Cheers...
P.S. The above is a simple fix, I've submitted a PR for this. Maybe give this to one of the 'new' developers.
Cheers...
-
This isn't a bug but how the Action sidebar looks font size. I assume it's do to adding the "Technologies" tab. This is 14962

and this is 15314

The isssue, for me anyway, is that there is no way to increase the font size. It is hard for me to see. I prefer the way 14962 did it as I didn't have a problem with how Technologies showed up.
-
Some updates to known issues. Hopefully we can get a patch for the map centering issue soon, and the fix for error reporting I believe will probably be server side (and won't need players to update their TripleA version). I don't know how well we have verified the new map download system, PvP & lobby play.
Otherwise, here's a pretty clean list of the known issues recently mentioned:
Fixed
- 'New Game' problem when first player is AI https://github.com/triplea-game/triplea/issues/13915
Fix sooner:
(1) Map centering on capital
A new centering as discussed https://github.com/triplea-game/triplea/issues/13241 was implemented with release 2.7.14961 dated as of release 2.7.15027 dated May 10, 2025 centering on active player's capital has no longer worked.
(2) Error reporting broken: https://github.com/triplea-game/triplea/issues/13972
Fix later:
- active units panel should consider some zero movement units, and should not consider units that have movement but are unable to move (https://forums.triplea-game.org/post/73579)
- font too small (https://forums.triplea-game.org/post/73619)
-
Right on !
You're getting after it

I ran a short game of G 40 2nd edition in the lobby. Basically just to see if it'd fire up. I'll do a longer test in the near future.
Unfortunately the map I play isn't updated to latest. I know you tried to teach me how to do that and I still have the links but unfortunately you have to drop one's firewalls to do it.
There's obviously a safe way to do it but I'm not able to on the system I'm on

So, I guess we need to find a recruit for the bot updates. @ubernaut is on the lobby fairly regular. Perhaps you know of someone that'd be interested ?
-
@beelee @LaFayette not sure what the bot issue is but i am currently mid game and have had trouble trying to run multiple versions of the engine in the past generally try to finish a game before i mess with the engine im running
-
yea the bot thing isn't really engine version related but map/game version. If you update a map, the bots need their list of available maps updated as well.
That may be a somewhat simplified explanation of what happens but that is essentially it.
It's not a issue for games that have been basically finished that don't normally have updates but newer/wip type maps that get upgraded frequently, means you can't play the latest version in the lobby.
Yes I too generally stick with the same engine version once a competive game has started, although there are exceptions, such as a simple but important fix.
The latest versions I use while testing or if starting a new game.
So what is needed is someone who is somewhat tech savvy and frequents triplea at least once a month I'd think. Then they could just do a monthly update of the maps for the bots.
I'm sure there's a bit more involved but I don't remember all the specifics.
-
@beelee oh ok happy to help if i can

-
Transported units should not be able to disembark in a territory with hostile surface warships present when the attacker chooses to ignore the sea battle using the following option "Sea Battles May Be Ignored".
A submarine which can transport should not be allowed to land units on the same turn that the submarine submerges/retreats from battle.
https://github.com/triplea-game/triplea/issues/13280Cheers...
-
@LaFayette
When downloading a file with 2.7, there is no percentage progress, it jumps from 0 to 100%, this is false as the files are still being downloaded.https://github.com/triplea-game/triplea/issues/12563
and
https://github.com/triplea-game/triplea/issues/13507 -
Currently the Devs are building their development environment, (Gradle) and getting the Lobby environment (PvP) ready.
This is at the expense of the TripleA engine, currently broke, with its list of outstanding issues. As they are only part timers/hobbists devs and their free time is limited, I suggest players use for now;
This 2.7 pre-release
https://github.com/triplea-game/triplea/releases/tag/2.7.15025 -
@thedog If the last reliable version is 15025, we rollback the prerelease.
-
@TheDog - Could you please make sure that all important issues are labelled with both '2.7' and 'major'. That way they will appear in this list: https://github.com/triplea-game/triplea/issues?q=is%3Aissue state%3Aopen label%3AMajor label%3A2.7
-
@lafayette
Done, a quick refresh for that link above, will look more closely tomorrow at other issues. -
Alright, spent a good 4 hours catching up on TripleA today..
2.7 status:
- error reporting modules need to be migrated to the support-server (that is why the error-report functionality throws a 404): #14048
- need to update the game settings to use the "beta" maps server by default, and remove the old code path that would download & read
triplea_maps.yaml - a lot of maps have
maps.yamlparsing issues, or are using the "wrong" branch. Need to do three things there:- A ) server should be forgiving (and even prefer) 'main' as the default branch name
- B ) need to create a report of which maps have problems
- C ) fix the various maps that have problems (at least any problems in 'maps.yaml', there are a lot of missing description files and some other more minor issues here and there)
Otherwise, outstanding are the things on this list: "2.7" & "Major" issue list
While we are beefing that list up, please keep in mind we should only label things that are introduced or made worse by 2.7 as '2.7'.
-
@lafayette said in 2.7 Release & Testing - Megathread:
- a lot of maps have
maps.yamlparsing issues, or are using the "wrong" branch. Need to do three things there:- A ) server should be forgiving (and even prefer) 'main' as the default branch name
- B ) need to create a report of which maps have problems
- C ) fix the various maps that have problems (at least any problems in 'maps.yaml', there are a lot of missing description files and some other more minor issues here and there)
Do you need some help on the maps? I have done a lot of cleanup already. If you give me examples of the errors I could go in and check them all.
- a lot of maps have
-
@rogercooper I would love help for it. I'm thinking to update the download maps window to accept the maps with errors. So, instead of seeing a description and an option to download the map, the description would tell you what error the map had. There might need to be an option to "show broken maps" or something.. Overall, I think the download maps windows will be the way to surface these.
In the meantime, most of the YAML errors I think are spaces in the "condensed" format.
For example:
- { map_name: this is map name with spaces, map_path: /my-path }The map name with spaces breaks YAML, needs to be quoted, eg:
- { map_name: 'this is map name with spaces', map_path: /my-path }The reasoning is because in the condensed format, YAML can't know where the next token really starts. So, fix #1 is to add quotes.
Fix #2 is to use the expanded format, which is tolerant of spaces, eg:
- map_name: this is map name with spaces (and is valid!) map_path: /my-pathBoth formats are sensitive to the leading spaces, the indentation matters. It's pretty high on my list to try and gather a report of the broken maps. No ETA for right now of when that might be available.
-
@lafayette If you tried to download one of these broken maps now, would there be an error. Can you give me example of a broken map.
I have already added every finished map to triplea_maps.yaml and downloaded them all without error.
I notice that there some maps which always a need to download such as Alexander 350BC. the mpa.yml file is
map_name: Alexander350 games: - {game_name: 'Alexander350', file_name: Alexander350.xml}I notice that says game_name, not map_name. Is that the issue?
-
@rogercooper
Checkout this post from LaFayette
https://forums.triplea-game.org/topic/4056/1888a-steam-steel-official-thread/34?page=2Note the spaces near the { }
map_name: 1888a_steam_and_steel
games:- { game_name: "1888A Steam and Steel", file_name: 1888a_steam_and_steel.xml }
or:
map_name: 1888a_steam_and_steel
games:- game_name: 1888A Steam and Steel
file_name: 1888a_steam_and_steel.xml
- { game_name: "1888A Steam and Steel", file_name: 1888a_steam_and_steel.xml }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login