triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.34k stars 393 forks source link

FileNotFoundException: game_engine.properties #480

Closed ron-murhammer closed 8 years ago

ron-murhammer commented 8 years ago

Tester reported issue with 1.8.0.10.988: http://tripleadev.1671093.n2.nabble.com/Next-release-1-8-0-11-testers-wanted-td7590912i20.html

I installed the triplea_windows-x64_1.8.0.10.988.exe on my Windows 7.64 SP1. Java is Version 8, Update 73, 64bit.

After launching TripleA I get this:

java.lang.ExceptionInInitializerError at games.strategy.engine.framework.GameRunner2.(GameRunner2.java:85) at games.strategy.engine.framework.GameRunner.main(GameRunner.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62) at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:101) at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:16) Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: game_engine.properties (Das System kann die angegebene Datei nicht finden) at com.google.common.base.Throwables.propagate(Throwables.java:160) at games.strategy.engine.config.GameEnginePropertyFileReader.readProperty(GameEnginePropertyFileReader.java:43) at games.strategy.engine.framework.mapDownload.MapListingSource.(MapListingSource.java:21) at games.strategy.engine.ClientContext.(ClientContext.java:50) at games.strategy.engine.ClientContext.(ClientContext.java:36) ... 9 more Caused by: java.io.FileNotFoundException: game_engine.properties (Das System kann die angegebene Datei nicht finden) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(Unknown Source) at java.io.FileInputStream.(Unknown Source) at games.strategy.engine.config.GameEnginePropertyFileReader.readProperty(GameEnginePropertyFileReader.java:33) ... 12 more

DanVanAtta commented 8 years ago

Now fixed in version 1.8.0.10.999 with PR#481