Ape Client

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

Re: Ape Client

Postby boshaw » Mon Oct 31, 2016 6:00 am

sabinati wrote:can't you just shift click them

I think the selected area part is what he mainly wants to add to it.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Ape Client

Postby Valkeru » Thu Nov 03, 2016 11:05 am

Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at haven.Button.<init>(Button.java:69)
at haven.Button.<init>(Button.java:75)
at haven.Button.<init>(Button.java:84)
at haven.LoginScreen.<init>(LoginScreen.java:42)
at haven.Bootstrap.run(Bootstrap.java:72)
at haven.MainFrame.run(MainFrame.java:263)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/craft/jaru (v4), from forking source backed by HTTP res source (http://ga
me.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:340)
at haven.Resource$Pool$Queued.get(Resource.java:309)
at haven.Loading.waitforint(Loading.java:87)
at haven.Loading.waitfor(Loading.java:99)
at haven.Resource$Pool.loadwait(Resource.java:605)
at haven.TextureAtlas.<init>(TextureAtlas.java:80)
at haven.Theme.<clinit>(Theme.java:113)
... 7 more
Caused by: haven.Resource$LoadException: Wrong res version (5 != 4)
at haven.Resource.load(Resource.java:1623)
at haven.Resource.access$600(Resource.java:39)
at haven.Resource$Pool.handle(Resource.java:385)
at haven.Resource$Pool.access$1100(Resource.java:286)
at haven.Resource$Pool$Loader.run(Resource.java:527)
... 1 more
Suppressed: haven.Resource$LoadException: Wrong res version (5 != 4)
... 6 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/jaru(v4), from filesystem res source (res)
at haven.Resource$Pool.handle(Resource.java:397)
... 3 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/jaru(v4), from local res source
... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/craft/jaru
at haven.Resource$JarSource.get(Resource.java:193)
at haven.Resource$Pool.handle(Resource.java:381)
... 3 more
Caused by: java.io.FileNotFoundException: res\paginae\craft\jaru.res (Системе не удается найти указанный путь)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:181)
at haven.Resource$Pool.handle(Resource.java:381)
... 3 more

Valkeru
 
Posts: 2
Joined: Thu Dec 10, 2015 6:33 am

Re: Ape Client

Postby boshaw » Thu Nov 03, 2016 12:43 pm

Valkeru wrote:
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at haven.Button.<init>(Button.java:69)
at haven.Button.<init>(Button.java:75)
at haven.Button.<init>(Button.java:84)
at haven.LoginScreen.<init>(LoginScreen.java:42)
at haven.Bootstrap.run(Bootstrap.java:72)
at haven.MainFrame.run(MainFrame.java:263)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/craft/jaru (v4), from forking source backed by HTTP res source (http://ga
me.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:340)
at haven.Resource$Pool$Queued.get(Resource.java:309)
at haven.Loading.waitforint(Loading.java:87)
at haven.Loading.waitfor(Loading.java:99)
at haven.Resource$Pool.loadwait(Resource.java:605)
at haven.TextureAtlas.<init>(TextureAtlas.java:80)
at haven.Theme.<clinit>(Theme.java:113)
... 7 more
Caused by: haven.Resource$LoadException: Wrong res version (5 != 4)
at haven.Resource.load(Resource.java:1623)
at haven.Resource.access$600(Resource.java:39)
at haven.Resource$Pool.handle(Resource.java:385)
at haven.Resource$Pool.access$1100(Resource.java:286)
at haven.Resource$Pool$Loader.run(Resource.java:527)
... 1 more
Suppressed: haven.Resource$LoadException: Wrong res version (5 != 4)
... 6 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/jaru(v4), from filesystem res source (res)
at haven.Resource$Pool.handle(Resource.java:397)
... 3 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/jaru(v4), from local res source
... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/craft/jaru
at haven.Resource$JarSource.get(Resource.java:193)
at haven.Resource$Pool.handle(Resource.java:381)
... 3 more
Caused by: java.io.FileNotFoundException: res\paginae\craft\jaru.res (Системе не удается найти указанный путь)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:181)
at haven.Resource$Pool.handle(Resource.java:381)
... 3 more



It'll be fixed in the next update.

For the time being go into 'data/ui-atlas-preload.ini' and change like 'paginae/craft/jaru=4' to 'paginae/craft/jaru=5' or 'paginae/craft/jaru=-1' i believe will work as well.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Ape Client

Postby boshaw » Sun Nov 06, 2016 2:41 am

peanutzrgud wrote:suggestion: saw it in the ender client

a branch off the equip screen that shows your total bonus from all clothing

would be useful to let me know just how much my stat gain is

The new Character window should incorporate this as stats are broken up via base + gear bonus + buff bonus = final number if it applies. Gear number is always in blue, buff number is always in yellow. The final number is colored like it used to be (white = no buff, red = debuff, green = buffed)

peanutzrgud wrote:Script idea:
To compliment some other scripts, could there be a script that simply picks up items over a selected area (exapmle: picking up dropped seeds/fibers)

Is now in, "pick-up" is the name

Valkeru wrote:
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at haven.Button.<init>(Button.java:69)
at haven.Button.<init>(Button.java:75)
at haven.Button.<init>(Button.java:84)
at haven.LoginScreen.<init>(LoginScreen.java:42)
at haven.Bootstrap.run(Bootstrap.java:72)
at haven.MainFrame.run(MainFrame.java:263)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/craft/jaru (v4), from forking source backed by HTTP res source (http://ga
me.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:340)
at haven.Resource$Pool$Queued.get(Resource.java:309)
at haven.Loading.waitforint(Loading.java:87)
at haven.Loading.waitfor(Loading.java:99)
at haven.Resource$Pool.loadwait(Resource.java:605)
at haven.TextureAtlas.<init>(TextureAtlas.java:80)
at haven.Theme.<clinit>(Theme.java:113)
... 7 more
Caused by: haven.Resource$LoadException: Wrong res version (5 != 4)
at haven.Resource.load(Resource.java:1623)
at haven.Resource.access$600(Resource.java:39)
at haven.Resource$Pool.handle(Resource.java:385)
at haven.Resource$Pool.access$1100(Resource.java:286)
at haven.Resource$Pool$Loader.run(Resource.java:527)
... 1 more
Suppressed: haven.Resource$LoadException: Wrong res version (5 != 4)
... 6 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/jaru(v4), from filesystem res source (res)
at haven.Resource$Pool.handle(Resource.java:397)
... 3 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/jaru(v4), from local res source
... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/craft/jaru
at haven.Resource$JarSource.get(Resource.java:193)
at haven.Resource$Pool.handle(Resource.java:381)
... 3 more
Caused by: java.io.FileNotFoundException: res\paginae\craft\jaru.res (Системе не удается найти указанный путь)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:181)
at haven.Resource$Pool.handle(Resource.java:381)
... 3 more


Should now be fixed for any future items as well

The new update also introduces a new theme: "xiv-like". You can change to it via UI Settings and click "xiv-like" under UI Theme. As the name implies it tries to copy the FFXIV theme as in color scheme, shapes of stuff, etc. Some stuff is fairly close, others are not, and some stuff did not change. In general the stuff is still subject to change as far as coloring, size, etc. Below is a example of this theme:
http://puu.sh/s7Vpw/0b5efb8e68.jpg
Image

The default theme should be minimally impacted by this update, but there were a few things that needed to change to allow for other generic themes to be properly added in. If you notice something very off let me know.

This update also brings an update to the character window (see pic above). The first tab in particular has been merged with the Abilities tab and the equipment view. Thus, your "Toggle Equipment" keybind will now just toggle the character window and show the stats tab when coming on. Clicking on a quest title will now go to the quest tab as it should do in default too. Also to buy new abilities points you hit the "+" circle right of the "Abilities LP: #### " line of the Stats tab. This will open a new window to let you allocate new stats.

update changelog:
(27)
27.1. window footers removed, never used anyway.
27.2. Bug with moving avatar didn't save it's pos right
27.3. fixed rendering bug with new textures
27.4. The login screen size matches your window size to avoid
Login wizard disappearing... The Options button is also
removed since it's broken outside of beign logged in anyway.
I'll maybe fix this at a later date
27.5. Fixed highlight bug with listbox
27.6. Character window has been redone to some extent.
Equipment window no longer exists, merged with Character.
27.7. Stats are shown in components now.
Format: base + gearbonus + buffbonus = final
gearbonus is in blue, won't be shown if = 0
buffbonus is in yellow, won't be shown if = 0
If no bonus format is just: final
27.8. Armor deflect/absorb is now shown in character window
27.9. Resources won't break client if they are upgrading to a newer version
27.10. The Equipment view cam is now rendered to match the pose your character currently is in rather than stretched out
27.11. pick-up script to let you pick up like items in a select area


Next update likely will include an update of the Chat UI and Options UI.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Ape Client

Postby Valkeru » Sun Nov 06, 2016 12:08 pm

after click button Equipment client freezed
After full download latest version bug fxed

New error in log

[LOG] Downloading new version file
[LOG] Comparing version files
java.io.FileNotFoundException: ver (Не удается найти указанный файл)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at ape.FileIO.loadIniFile(FileIO.java:10)
at ape.Updater.checkVer(Updater.java:47)
at ape.Updater.update(Updater.java:72)
at ape.Updater.main(Updater.java:17)
[LOG] Starting client
Valkeru
 
Posts: 2
Joined: Thu Dec 10, 2015 6:33 am

Re: Ape Client

Postby boshaw » Sun Nov 06, 2016 4:35 pm

Valkeru wrote:after click button Equipment client freezed
After full download latest version bug fxed

New error in log

[LOG] Downloading new version file
[LOG] Comparing version files
java.io.FileNotFoundException: ver (Не удается найти указанный файл)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at ape.FileIO.loadIniFile(FileIO.java:10)
at ape.Updater.checkVer(Updater.java:47)
at ape.Updater.update(Updater.java:72)
at ape.Updater.main(Updater.java:17)
[LOG] Starting client


Add a file to the folder where run.bat is named "ver". Open it in notepad and put a "0" at the top and save and run the run.bat again.

I need to update those full downloads to include the ver file by default...
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Ape Client

Postby Zya » Mon Nov 07, 2016 10:21 am

Download latest version.
Runed only to Choise Charter screen

[LOG] Moving over new version file
[LOG] Starting client
ноя 07, 2016 11:15:28 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Exception in thread "Render thread" java.lang.RuntimeException: haven.BGL$BGLException: java.lang.RuntimeException: FBO failed completeness test: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:476)
at haven.HavenPanel$6.run(HavenPanel.java:511)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.BGL$BGLException: java.lang.RuntimeException: FBO failed completeness test: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at haven.BufferBGL.run(BufferBGL.java:46)
at haven.HavenPanel.redraw(HavenPanel.java:413)
at haven.HavenPanel$1.display(HavenPanel.java:103)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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.lang.RuntimeException: FBO failed completeness test: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at haven.GLFrameBuffer$1.run(GLFrameBuffer.java:234)
at haven.BGL$3.run(BGL.java:110)
at haven.BufferBGL.run(BufferBGL.java:44)
... 22 more
Zya
 
Posts: 3
Joined: Fri Apr 08, 2016 11:10 pm

Re: Ape Client

Postby boshaw » Mon Nov 07, 2016 5:14 pm

Zya wrote:Download latest version.
Runed only to Choise Charter screen

[LOG] Moving over new version file
[LOG] Starting client
ноя 07, 2016 11:15:28 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Exception in thread "Render thread" java.lang.RuntimeException: haven.BGL$BGLException: java.lang.RuntimeException: FBO failed completeness test: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:476)
at haven.HavenPanel$6.run(HavenPanel.java:511)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.BGL$BGLException: java.lang.RuntimeException: FBO failed completeness test: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at haven.BufferBGL.run(BufferBGL.java:46)
at haven.HavenPanel.redraw(HavenPanel.java:413)
at haven.HavenPanel$1.display(HavenPanel.java:103)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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.lang.RuntimeException: FBO failed completeness test: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at haven.GLFrameBuffer$1.run(GLFrameBuffer.java:234)
at haven.BGL$3.run(BGL.java:110)
at haven.BufferBGL.run(BufferBGL.java:44)
... 22 more


Unfortunately this doesn't tell me much at all as far as what did it. I would suggest going into default client and typing ":gl reset" and then trying again with this client; otherwise idk. I've only had that happen before when I turned off outlines.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Ape Client

Postby peanutzrgud » Fri Nov 11, 2016 5:21 am

crashes when selecting equpment and stat sheets
User avatar
peanutzrgud
 
Posts: 198
Joined: Sat Oct 08, 2016 4:18 am

Re: Ape Client

Postby boshaw » Fri Nov 11, 2016 5:45 am

peanutzrgud wrote:crashes when selecting equpment and stat sheets


Can you paste the crash so I know what went wrong.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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