Apoc Lite

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Re: Apoc Lite

Postby Joe69 » Mon Jan 19, 2015 12:47 pm

I had been using the ender updater to launch all was fine till today. It all broke so I reinstalled it couldn't get the java path to work for some reason. So used enders updater again :oops: went out on a hunt and found a bear what luck I thought started a fight from the safety of my boat then it crashed all I could do was listen to my boat get destroyed and my face get chewed off. Lucky for me the bear didn't murder me so how do I find the crash report so I can post it up?
I fully look forward to jorb and loftar fixing several mechanics and bringing back updates, because at that time you chuckleheads are going to be more marginalized than lawn furniture in winter.
Joe69
 
Posts: 137
Joined: Thu Feb 03, 2011 12:34 am

Re: Apoc Lite

Postby borka » Mon Jan 19, 2015 7:26 pm

Do you use Ender updater with Apoc Lite or did you just post accidently in the wrong thread?

if the first: you shouldn't do that ... Apoc Lite is based on Ender but they have diferent stuff in their files - so using the Ender updater in Apoc Lite is just messing it up

if the second: next post in Ender thread -
Code: Select all
pause
argument in a new line in run.bat keeps cmd window open to show possible error messages
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Apoc Lite

Postby Joe69 » Mon Jan 19, 2015 8:24 pm

I was using Enders updater with Apoc lite as a quick fix for my java path problem. (I sorted that I missed out a \ in the path) But I had been doing that for a while no problem. Just went wrong today and then after I thought it was fixed I had the crash. I just wanted to post the report in case it was of any help.
I fully look forward to jorb and loftar fixing several mechanics and bringing back updates, because at that time you chuckleheads are going to be more marginalized than lawn furniture in winter.
Joe69
 
Posts: 137
Joined: Thu Feb 03, 2011 12:34 am

Re: Apoc Lite

Postby Xcom » Thu Jan 22, 2015 11:03 am

Image

Image

A little sneak peek for the next feature.

Having hard times with seamless map but other popular requests getting added.


Just so I don't forget the following will be added:
-Fix qwerty bar flask hotkeying.
-Add seamless map (possibly postponed)
-Few combat tweaks that caused issues in single tap.
-Multi hotkey toolbar
-Overview for easy targeting.
-Auto criminal on login.
Last edited by Xcom on Sat Jan 24, 2015 12:50 pm, edited 3 times in total.
User avatar
Xcom
 
Posts: 1105
Joined: Wed Dec 14, 2011 1:43 pm

Re: Apoc Lite

Postby Borgaaz » Thu Jan 22, 2015 2:27 pm

Xcom wrote:image

A little sneak peek for the next feature.

Having hard times with seamless map but other popular requests getting added.


Just so I don't forget the following will be added:
-Fix qwerty bar flask hotkeying.
-Add seamless map (possibly postponed)
-Few combat tweaks that caused issues in single tap.
-Multi hotkey toolbar


Looks good X, cant wait for the update, Im sure its promising!
painhertz wrote:In Haven you create your own justice, or you get none.

Image
Borgaaz
 
Posts: 106
Joined: Wed May 23, 2012 1:44 pm

Re: Apoc Lite

Postby BlaBoing » Sat Jan 24, 2015 3:47 pm

Wrote kin a private message for the first time -> crash

Code: Select all
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
        at java.io.WinNTFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(Unknown Source)
        at haven.ChatHW$chatLog.createFile(ChatHW.java:201)
        at haven.ChatHW$chatLog.save(ChatHW.java:214)
        at haven.ChatHW.uimsg(ChatHW.java:134)
        at haven.UI.uimsg(UI.java:272)
        at haven.RemoteUI.run(RemoteUI.java:81)
        at haven.MainFrame.run(MainFrame.java:218)
        at haven.MainFrame.main2(MainFrame.java:290)
        at haven.MainFrame.access$100(MainFrame.java:54)
        at haven.MainFrame$6.run(MainFrame.java:333)
        at java.lang.Thread.run(Unknown Source)
Exception in thread "Haven main thread" java.lang.NullPointerException
        at haven.ChatHW$chatLog.save(ChatHW.java:220)
        at haven.ChatHW.uimsg(ChatHW.java:134)
        at haven.UI.uimsg(UI.java:272)
        at haven.RemoteUI.run(RemoteUI.java:81)
        at haven.MainFrame.run(MainFrame.java:218)
        at haven.MainFrame.main2(MainFrame.java:290)
        at haven.MainFrame.access$100(MainFrame.java:54)
        at haven.MainFrame$6.run(MainFrame.java:333)
        at java.lang.Thread.run(Unknown Source)
BlaBoing
 
Posts: 5
Joined: Mon Jan 19, 2015 9:52 pm

Re: Apoc Lite

Postby Xcom » Sat Jan 24, 2015 9:38 pm

@BlaBoing I added a fix in the latest update that possibly might fix that problem. The easiest solution is to clear the chat logs found in the "logs" folder found in main directory. That will temporarily fix the problem till the update is out.
User avatar
Xcom
 
Posts: 1105
Joined: Wed Dec 14, 2011 1:43 pm

Re: Apoc Lite

Postby BlaBoing » Sat Jan 24, 2015 11:19 pm

chat logs off works too :)
BlaBoing
 
Posts: 5
Joined: Mon Jan 19, 2015 9:52 pm

Re: Apoc Lite

Postby the_portals » Sun Jan 25, 2015 12:31 am

Has anyone found a fix for this issue from trying to launch on a Mac?
Code: Select all
Exception in thread "Haven main thread" java.lang.Error: java.lang.reflect.InvocationTargetException
   at haven.MainFrame.javabughack(MainFrame.java:268)
   at haven.MainFrame.access$000(MainFrame.java:54)
   at haven.MainFrame$6.run(MainFrame.java:329)
   at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
   at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1347)
   at haven.MainFrame.javabughack(MainFrame.java:259)
   ... 3 more
Caused by: java.lang.ExceptionInInitializerError
   at haven.MainFrame$3.run(MainFrame.java:262)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
   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)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/new/upup (v-1), from local res source
   at haven.Resource.checkerr(Resource.java:1227)
   at haven.Resource.layer(Resource.java:1022)
   at haven.Resource.loadimg(Resource.java:1237)
   at haven.LoginScreen.<clinit>(LoginScreen.java:62)
   ... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/hud/new/upup
   at haven.Resource$JarSource.get(Resource.java:359)
   at haven.Resource$Loader.handle(Resource.java:471)
   at haven.Resource$Loader.run(Resource.java:451)
   at java.lang.Thread.run(Thread.java:745)
logout

Ender's and Anenome work just fine, and I have Java 7u60 64-bit, and I'm running on a 64-bit mac.
I was in the Northern Army once and you can never take that from me
User avatar
the_portals
 
Posts: 217
Joined: Fri Sep 06, 2013 3:42 am
Location: Brotherhood of the Oak

Re: Apoc Lite

Postby Xcom » Sun Jan 25, 2015 5:25 am

the_portals wrote:
Code: Select all
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/new/upup (v-1), from local res source
   at haven.Resource.checkerr(Resource.java:1227)
   at haven.Resource.layer(Resource.java:1022)
   at haven.Resource.loadimg(Resource.java:1237)
   at haven.LoginScreen.<clinit>(LoginScreen.java:62)
   ... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/hud/new/upup
   at haven.Resource$JarSource.get(Resource.java:359)
   at haven.Resource$Loader.handle(Resource.java:471)
   at haven.Resource$Loader.run(Resource.java:451)
   at java.lang.Thread.run(Thread.java:745)
logout


This error looks as if its missing a few res files. I would advice to redownload the client or get the following files sorted.

"gfx/hud/new/upup"
User avatar
Xcom
 
Posts: 1105
Joined: Wed Dec 14, 2011 1:43 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 0 guests