Version 1.9 wont start but 1.8.0.9 does
-
@Christian-Stiebing So what does work now and what does not work?
You wrote "I think it worked" - so what made you think that?What do you mean by "the game won't start anyway"....?
The engine does not start ... or a game that you tried to start?After installing 64 bit Java have you uninstalled TripleA 1.9 and reinstalled it?
-
@Christian-Stiebing Another thing you can try that may provide more information about what's preventing TripleA from starting is to use the portable build. That should isolate the 32-bit/64-bit differences.
Here are the steps required to run the portable build:
- Download the portable build from here.
- Unzip that file someplace (inside your Downloads folder is perfectly fine).
- Open a Command Prompt and change to the directory where you unzipped the file in the previous step (e.g.
cd \Users\me\Downloads\triplea-game-headed-1.9.0.0.13066). - Enter the following command to run TripleA:
java -jar bin\triplea-game-headed-1.9.0.0.13066-all.jar.
If TripleA doesn't start, please paste any output from the command prompt in this thread.
-
@ssoloff I tried this, the launcher started, so I got the menu and I tried to start a local game. This wasnt possible and I got this:
Dez 28, 2018 6:25:59 PM games.strategy.engine.framework.startup.launcher.LocalLauncher loadGame SCHWERWIEGEND: Failed to start game java.lang.IllegalStateException: unable to locate root folder at games.strategy.engine.ClientFileSystemHelper.getRootFolder(ClientFileSystemHelper.java:42) at games.strategy.triplea.ResourceLoader.getMapResourceLoader(ResourceLoader.java:63) 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) Caused by: java.io.IOException: unable to locate file with name '.triplea-root' starting from folder 'C:\Users\Christian\AppData\Local\Temp\Rar$DIa0.612' at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:75) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:66) at games.strategy.engine.ClientFileSystemHelper.getRootFolder(ClientFileSystemHelper.java:40) ... 9 more Dez 28, 2018 6:26:05 PM games.strategy.engine.framework.startup.launcher.LocalLauncher loadGame SCHWERWIEGEND: Failed to start game java.lang.IllegalStateException: unable to locate root folder at games.strategy.engine.ClientFileSystemHelper.getRootFolder(ClientFileSystemHelper.java:42) at games.strategy.triplea.ResourceLoader.getMapResourceLoader(ResourceLoader.java:63) 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) Caused by: java.io.IOException: unable to locate file with name '.triplea-root' starting from folder 'C:\Users\Christian\AppData\Local\Temp\Rar$DIa0.612' at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:75) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:86) at games.strategy.engine.ClientFileSystemHelper.getFolderContainingFileWithName(ClientFileSystemHelper.java:66) at games.strategy.engine.ClientFileSystemHelper.getRootFolder(ClientFileSystemHelper.java:40) ... 9 more -
@Panther so if i start the instal file of TripleA, the one i downloaded and installed, it just doesnt do anything. No reaction at all.
Yes I reinstalled the game after the Java Update.
-
@Christian-Stiebing It looks like the portable build got unzipped to a temporary folder. That's probably allowing the system to delete the .triplea-root file, which is the cause of the error you posted above.
I'd suggest unzipping it to a permanent location within your profile. That is, tell the tool you're using exactly where you want the file unzipped to--don't just let it explode the file arbitrarily because, as seen above, it may choose a temporary location. That may require you right-clicking the zip file and choosing a menu item that says something like "Extract to...".
-
@Christian-Stiebing Another thing you can try for the non-working TripleA install is to run the TripleA.exe file from a command prompt (pretty much the same instructions as above: open a Command Prompt and
cdto the folder where you installed TripleA). If there's any output from the installer's executable, it should be displayed there instead of disappearing into the ether someplace. -
@ssoloff ok that worked fine. I was able to launch a game, also I was able to join an ongoing online game that way.
-
@Christian-Stiebing Cool. That means it's definitely some kind of installer problem and not really related to the TripleA application. Please run TripleA.exe from a command prompt, as I mentioned above.
-
@ssoloff It took almost a minute with my PC close to freeze but the game launched finally with the command.
It is almost as slow in response, as it took to launch.
So to say impossible to use.
-
@ssoloff Also everything else, except this forum froze as well.
-
I had to force a restart, because my computer refused to follow any command.
-
@Christian-Stiebing In the same directory as the TripleA.exe file, there's a file named TripleA.vmoptions. Could you please post the content of that file?
Also, in the same directory, there's a log file at
.install4j\installation.log. Please attach (not paste the content of) that file. -
-
@Christian-Stiebing Sorry, I forgot to mention that when running TripleA.exe, you need to run it with the
-consoleoption in order for any potential logs to be written to the console. That is,TripleA.exe -console.Given that this may require you to reboot your box, I'll let you decide if and when you want to proceed.

-
@ssoloff I am able to start the game via the java file in the bin folder without problems. Ill try that, one moment.
-
@ssoloff So no lag, no freeze, no start of the game, no pop-up, no log in cmd.
-
@Christian-Stiebing So, just to confirm, when you run
TripleA.exe -consolefrom a command prompt, nothing happens? There is absolutely no output in the command window before it displays a fresh>prompt? -
Also, that next line is printed immidiately. No reaction from the tripleA.exe whatsoever.
-
@Christian-Stiebing Thanks for confirming. There's only one more thing I can think of. Please run:
TripleA.exe /create-i4j-logThat should open a message box that will display the path to the log file the launcher will create (and if you answer Yes to the prompt, it should open a File Explorer window to that location). Please attach that log file to this thread.
-
there is no prompt. I wasnt asked to confirm or deny a log file creation.
Also the next line was displayed without delay. No further reactions.
Well for me, I can start the game vie the java file in the bin folder. So theres something not right with the triplea.exe or something like that.
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