1
DF General Discussion / Re: PeridexisErrant's Dwarf Fortress Starter Pack r42 - everything in one place
« on: December 07, 2013, 06:53:11 pm »
I have been having an issue with this since the first time I downloaded it, and I cant seem to find anything to fix it. I try and run the Lazy newb pack jar file instead of the lazy newb pack (old) file, and it always gives me this java error:
All the files are there, I didnt move anything around after a fresh download.
Quote
java.lang.IllegalStateException: File not found: Dwarf Fortress 0.34.11\data\init\d_init.txt
at nl.dricus.df.util.TextFileUtil.newFileInputStream(TextFileUtil.java:107)
at nl.dricus.df.util.TextFileUtil.readTextFile(TextFileUtil.java:58)
at nl.dricus.df.config.dao.GameConfigFileDao.load(GameConfigFileDao.java:93)
at nl.dricus.df.config.dao.GameConfigFileDao.<init>(GameConfigFileDao.java:48)
at nl.dricus.df.state.LNP.getDInit(LNP.java:154)
at nl.dricus.df.action.factory.PropertyActionFactory.getDInit(PropertyActionFactory.java:135)
at nl.dricus.df.action.factory.PropertyActionFactory.newPopulationCapAction(PropertyActionFactory.java:99)
at nl.dricus.df.form.main.OptionsGroup.getPopulationCapButton(OptionsGroup.java:117)
at nl.dricus.df.form.main.OptionsGroup.initComponents(OptionsGroup.java:163)
at nl.dricus.df.form.main.OptionsGroup.<init>(OptionsGroup.java:48)
at nl.dricus.df.form.main.MainForm.getOptionsGroup(MainForm.java:342)
at nl.dricus.df.form.main.MainForm.getOptionsTab(MainForm.java:353)
at nl.dricus.df.form.main.MainForm.getTabbedPane(MainForm.java:459)
at nl.dricus.df.form.main.MainForm.initComponents(MainForm.java:505)
at nl.dricus.df.form.main.MainForm.<init>(MainForm.java:105)
at nl.dricus.df.LauncherApplication.showMainWindow(LauncherApplication.java:94)
at nl.dricus.df.LauncherApplication.run(LauncherApplication.java:64)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: Dwarf Fortress 0.34.11\data\init\d_init.txt (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at nl.dricus.df.util.TextFileUtil.newFileInputStream(TextFileUtil.java:105)
... 30 more
All the files are there, I didnt move anything around after a fresh download.