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.35k stars 399 forks source link

mapProperties config file not packaged with installer #419

Closed DanVanAtta closed 8 years ago

DanVanAtta commented 8 years ago
Starting after install get the following error and stratup seems to freeze: 

triplea.engine.version.bin:1.8.0.9 
Exception: null 
com.google.common.base.Preconditions.checkState(Preconditions.java:159) 
games.strategy.engine.framework.mapDownload.MapListingSource.<init>(MapListingSource.java:29) 
games.strategy.engine.framework.mapDownload.MapDownloadController.<init>(MapDownloadController.java:29) 
games.strategy.engine.framework.startup.ui.MetaSetupPanel.<init>(MetaSetupPanel.java:69) 
games.strategy.engine.framework.startup.mc.SetupPanelModel.showSelectType(SetupPanelModel.java:33) 
games.strategy.engine.framework.startup.ui.MainFrame.<init>(MainFrame.java:50) 
games.strategy.engine.framework.GameRunner2$2.run(GameRunner2.java:174) 
java.awt.event.InvocationEvent.dispatch(Unknown Source) 
java.awt.EventQueue.dispatchEventImpl(Unknown Source) 
java.awt.EventQueue.access$500(Unknown Source) 
java.awt.EventQueue$3.run(Unknown Source) 
java.awt.EventQueue$3.run(Unknown Source) 
java.security.AccessController.doPrivileged(Native Method) 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) 
java.awt.EventQueue.dispatchEvent(Unknown Source) 
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 
java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
java.awt.EventDispatchThread.run(Unknown Source) 

In reply to this post by ZjelcoP
The problem is we have not packaged the mapDownload.properties file with the game. We'll need to do that. You can download it from: https://github.com/triplea-game/triplea/blob/master/mapDownload.properties

(click the "raw" button to download it cleanly). Then drop that file into the tripleA game engine folder. 

WE should have this one fixed pretty soon.
redrum Reply | Threaded | More     
gaborbernat commented 8 years ago

assign this to me :+1:

gaborbernat commented 8 years ago

please also link in the forum post in the description (link)

DanVanAtta commented 8 years ago

@gaborbernat thanks for picking this up, here is the link: http://tripleadev.1671093.n2.nabble.com/Next-release-1-8-0-11-testers-wanted-td7590912.html

gaborbernat commented 8 years ago

pushed fix :+1:

DanVanAtta commented 8 years ago

Thanks for the fast turn around @gaborbernat . A quick question about the fix in the PR. Will merge now so we can start testing.