Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - ragedragonvii

Pages: [1]
1
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:

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.

Pages: [1]