by macriot » Mon May 25, 2015 8:08 am 
			
			Sun May 24 21:56:52 EDT 2015
Disposal was interrupted:
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Unknown Source)
	at java.awt.EventQueue.invokeAndWait(Unknown Source)
	at java.awt.Window.doDispose(Unknown Source)
	at java.awt.Window.dispose(Unknown Source)
	at haven.MainFrame.run(MainFrame.java:293)
	at java.lang.Thread.run(Unknown Source)
Sun May 24 22:17:29 EDT 2015
java.io.FileNotFoundException: later.txt (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileReader.<init>(Unknown Source)
	at haven.Translate.load(Translate.java:52)
	at haven.Translate.<init>(Translate.java:26)
	at haven.Translate.<clinit>(Translate.java:21)
	at haven.Text$Foundry.render(Text.java:157)
	at haven.Text$Foundry.render(Text.java:174)
	at haven.Text$Foundry.render(Text.java:99)
	at haven.LoginScreen$Tokenbox.<init>(LoginScreen.java:220)
	at haven.LoginScreen$Tokenbox.<init>(LoginScreen.java:214)
	at haven.LoginScreen.uimsg(LoginScreen.java:319)
	at haven.UI.uimsg(UI.java:247)
	at haven.Bootstrap.run(Bootstrap.java:90)
	at haven.MainFrame.run(MainFrame.java:291)
	at java.lang.Thread.run(Unknown Source)
Sun May 24 22:23:45 EDT 2015
java.io.FileNotFoundException: later.txt (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileReader.<init>(Unknown Source)
	at haven.Translate.load(Translate.java:52)
	at haven.Translate.<init>(Translate.java:26)
	at haven.Translate.<clinit>(Translate.java:21)
	at haven.Text$Foundry.render(Text.java:157)
	at haven.Text$Foundry.render(Text.java:174)
	at haven.Text$Foundry.render(Text.java:99)
	at haven.LoginScreen$Tokenbox.<init>(LoginScreen.java:220)
	at haven.LoginScreen$Tokenbox.<init>(LoginScreen.java:214)
	at haven.LoginScreen.uimsg(LoginScreen.java:319)
	at haven.UI.uimsg(UI.java:247)
	at haven.Bootstrap.run(Bootstrap.java:90)
	at haven.MainFrame.run(MainFrame.java:291)
	at java.lang.Thread.run(Unknown Source)
Sun May 24 22:24:25 EDT 2015
java.io.FileNotFoundException: later.txt (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileReader.<init>(Unknown Source)
	at haven.Translate.load(Translate.java:52)
	at haven.Translate.<init>(Translate.java:26)
	at haven.Translate.<clinit>(Translate.java:21)
	at haven.Text$Foundry.render(Text.java:157)
	at haven.Text$Foundry.render(Text.java:174)
	at haven.Text$Foundry.render(Text.java:99)
	at haven.LoginScreen$Tokenbox.<init>(LoginScreen.java:220)
	at haven.LoginScreen$Tokenbox.<init>(LoginScreen.java:214)
	at haven.LoginScreen.uimsg(LoginScreen.java:319)
	at haven.UI.uimsg(UI.java:247)
	at haven.Bootstrap.run(Bootstrap.java:90)
	at haven.MainFrame.run(MainFrame.java:291)
	at java.lang.Thread.run(Unknown Source)
Sun May 24 22:34:28 EDT 2015
java.io.FileNotFoundException: later.txt (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileReader.<init>(Unknown Source)
	at haven.Translate.load(Translate.java:52)
	at haven.Translate.<init>(Translate.java:26)
	at haven.Translate.<clinit>(Translate.java:21)
	at haven.Text$Foundry.render(Text.java:157)
	at haven.Text$Foundry.render(Text.java:174)
	at haven.Text$Foundry.render(Text.java:99)
	at haven.LoginScreen$PwCommon.<init>(LoginScreen.java:116)
	at haven.LoginScreen$PwCommon.<init>(LoginScreen.java:109)
	at haven.LoginScreen$Pwbox.<init>(LoginScreen.java:155)
	at haven.LoginScreen$Pwbox.<init>(LoginScreen.java:153)
	at haven.LoginScreen.uimsg(LoginScreen.java:308)
	at haven.UI.uimsg(UI.java:247)
	at haven.Bootstrap.run(Bootstrap.java:127)
	at haven.MainFrame.run(MainFrame.java:291)
	at java.lang.Thread.run(Unknown Source)
Mon May 25 02:34:51 EDT 2015
Disposal was interrupted:
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Unknown Source)
	at java.awt.EventQueue.invokeAndWait(Unknown Source)
	at java.awt.Window.doDispose(Unknown Source)
	at java.awt.Window.dispose(Unknown Source)
	at haven.MainFrame.run(MainFrame.java:293)
	at java.lang.Thread.run(Unknown Source)
this is what i was able to pull off from the console but .. seems to me that line is wierd 	at java.lang.Thread.run(Unknown Source)
			
				Last edited by 
macriot on Mon May 25, 2015 6:45 pm, edited 2 times in total.