Team--Rocket / divercity

a city simulation game. Forked from micropolis (the simcity classic opensource version) and implemented numerous new improvements eg. more realistic traffic/new pathfinding, new buildings, technology research and more.
http://team--rocket.github.io/divercity
GNU General Public License v3.0
41 stars 12 forks source link

Analphabetism #47

Closed Ebef closed 10 years ago

Ebef commented 10 years ago

ava.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key problem.ANALPHABETISM

at java.util.ResourceBundle.getObject(ResourceBundle.java:395) at java.util.ResourceBundle.getString(ResourceBundle.java:355) at micropolisj.gui.EvaluationPane.loadEvaluation(EvaluationPane.java:269) at micropolisj.gui.EvaluationPane.evaluationChanged(EvaluationPane.java:255) at micropolisj.engine.Micropolis.fireEvaluationChanged(Micropolis.java:319) at micropolisj.engine.CityEval.cityEvaluation(CityEval.java:76) at micropolisj.engine.Micropolis.simulate(Micropolis.java:633) at micropolisj.engine.Micropolis.step(Micropolis.java:531) at micropolisj.engine.Micropolis.animate(Micropolis.java:2323) at micropolisj.gui.MainWindow$37.actionPerformed(MainWindow.java:1316) at micropolisj.gui.MainWindow$38.actionPerformed(MainWindow.java:1337) at javax.swing.Timer.fireActionPerformed(Timer.java:312) at javax.swing.Timer$DoPostEvent.run(Timer.java:244) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91 )

Ebef commented 10 years ago

duplicate