Hello fellow developers. I made a custom TripleA map from scratch using the map creator tool, and then edited the xml file appropriately, and all of that is going reasonably well. I can see the game in the list of maps available when I run TripleA. However, I can’t actually launch the game to see what the map looks like, because I’m getting the following error box:

I assume I’m just putting my map files in the wrong folder or something, but it’s in the same folder as all of the maps that I’ve downloaded, and I don’t know where else to put it. I could try uploading the map to the github repository and then downloading it from there, but I’d rather not upload it until I’ve tested it at least a little bit on my harddrive and it’s ready for other beta testers. The folder I’m using is C:/users/Jason GL/triplea/downloadedMaps. Within that folder, I’ve tried putting my xml file in /Argo/map/games and in /Argo/games.
Anyone have any suggestions? Thanks in advance for your help. :-)
Here’s the full error message:
Mar 24, 2019 2:19:37 PM games.strategy.engine.framework.startup.launcher.LocalLauncher loadGame
SEVERE: Failed to start game
games.strategy.engine.framework.startup.launcher.MapNotFoundException
at games.strategy.triplea.ResourceLoader.getMapResourceLoader(ResourceLoader.java:60)
at games.strategy.triplea.ui.HeadedUiContext.internalSetMapDir(HeadedUiContext.java:75)
at games.strategy.triplea.ui.AbstractUiContext.setDefaultMapDir(AbstractUiContext.java:107)
at games.strategy.triplea.ui.TripleAFrame.create(TripleAFrame.java:232)
at games.strategy.triplea.TripleA.startGame(TripleA.java:105)
at games.strategy.engine.framework.startup.launcher.LocalLauncher.loadGame(LocalLauncher.java:60)
at games.strategy.engine.framework.startup.launcher.LocalLauncher.launchInNewThread(LocalLauncher.java:39)
at games.strategy.engine.framework.startup.launcher.AbstractLauncher.lambda$launch$0(AbstractLauncher.java:51)
at java.lang.Thread.run(Unknown Source)
Mar 24, 2019 2:28:18 PM games.strategy.engine.framework.startup.launcher.LocalLauncher loadGame
SEVERE: Failed to start game
games.strategy.engine.framework.startup.launcher.MapNotFoundException
at games.strategy.triplea.ResourceLoader.getMapResourceLoader(ResourceLoader.java:60)
at games.strategy.triplea.ui.HeadedUiContext.internalSetMapDir(HeadedUiContext.java:75)
at games.strategy.triplea.ui.AbstractUiContext.setDefaultMapDir(AbstractUiContext.java:107)
at games.strategy.triplea.ui.TripleAFrame.create(TripleAFrame.java:232)
at games.strategy.triplea.TripleA.startGame(TripleA.java:105)
at games.strategy.engine.framework.startup.launcher.LocalLauncher.loadGame(LocalLauncher.java:60)
at games.strategy.engine.framework.startup.launcher.LocalLauncher.launchInNewThread(LocalLauncher.java:39)
at games.strategy.engine.framework.startup.launcher.AbstractLauncher.lambda$launch$0(AbstractLauncher.java:51)
at java.lang.Thread.run(Unknown Source)