Apoc Lite

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

Moderator: Phades

Re: Apoc Lite

Postby Fostik » Thu May 28, 2015 8:21 am

molenga wrote:I cant open script UI by using the page up key.

How do I fix that?
Btw, the console shows that msg at client start, pressing page up key does nothing.

Im on a 32-bits windows 7 btw.


Be sure that you using script client rather than apoc lite.
For launch script client you must add to your run.bat "-v script"

Code: Select all
java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res -v script
Known as zunzon. Contact discord: zunzon.
User avatar
Fostik
 
Posts: 2002
Joined: Tue Jul 05, 2011 4:08 pm
Location: EU

Re: Apoc Lite

Postby molenga » Thu Jun 04, 2015 7:27 pm

Fostik wrote:
molenga wrote:I cant open script UI by using the page up key.

How do I fix that?
Btw, the console shows that msg at client start, pressing page up key does nothing.

Im on a 32-bits windows 7 btw.


Be sure that you using script client rather than apoc lite.
For launch script client you must add to your run.bat "-v script"

Code: Select all
java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res -v script

That was it, thanks.
molenga
 
Posts: 357
Joined: Wed Feb 25, 2015 7:00 pm

Re: Apoc Lite

Postby Fostik » Sun Jun 21, 2015 12:49 pm

http://clip2net.com/s/3jC3amN
In this case PF cant find a way.
Known as zunzon. Contact discord: zunzon.
User avatar
Fostik
 
Posts: 2002
Joined: Tue Jul 05, 2011 4:08 pm
Location: EU

Re: Apoc Lite

Postby Metruption » Thu Jul 23, 2015 10:56 pm

What the heck is this crap, I can login to the game and pick char but after choosing to spawn at HS screen is black and I get this crap
Code: Select all
Jul 23, 2015 5:51:07 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Exception in thread "Haven UI thread" java.lang.RuntimeException: javax.media.op
engl.GLException: Caught GLException: GL Error: 1281 (invalid value) on thread A
WT-EventQueue-0
        at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:
58)
        at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadin
gPlugin.java:103)
        at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:2
01)
        at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:202)

        at javax.media.opengl.Threading.invoke(Threading.java:221)
        at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:525)
        at haven.HavenPanel.uglyjoglhack(HavenPanel.java:433)
        at haven.HavenPanel.run(HavenPanel.java:462)
        at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Caught GLException: GL Error: 1281 (i
nvalid value) on thread AWT-EventQueue-0
        at javax.media.opengl.GLException.newGLException(GLException.java:75)
        at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:131
1)
        at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1131)
        at javax.media.opengl.awt.GLCanvas$11.run(GLCanvas.java:1394)
        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$1.doIntersectionPrivilege(Unknown Sour
ce)
        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: haven.GOut$GLException: GL Error: 1281 (invalid value)
        at haven.GOut.checkerr(GOut.java:82)
        at haven.TexRT.fill(TexRT.java:79)
        at haven.TexGL.create(TexGL.java:64)
        at haven.TexGL.render(TexGL.java:90)
        at haven.TexRT.render(TexRT.java:67)
        at haven.Tex.crender(Tex.java:85)
        at haven.Tex.crender(Tex.java:89)
        at haven.GOut.image(GOut.java:117)
        at haven.MapView.drawmap(MapView.java:1707)
        at haven.MapView.draw(MapView.java:1929)
        at haven.Widget.draw(Widget.java:291)
        at haven.RootWidget.draw(RootWidget.java:163)
        at haven.UI.draw(UI.java:181)
        at haven.HavenPanel.redraw(HavenPanel.java:305)
        at haven.HavenPanel$1.display(HavenPanel.java:97)
        at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:690)

        at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:672)
        at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1383)
        at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:127
7)
        ... 16 more

my current java install is version 8 update 51
os is win7 64 bit
User avatar
Metruption
 
Posts: 358
Joined: Tue Jun 10, 2014 12:26 am

Re: Apoc Lite

Postby borka » Sat Jul 25, 2015 2:46 pm

Code: Select all
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.

This one just tells you that it wasn't able to create the key
Code: Select all
HKEY_CURRENT_USER\Software\JavaSoft\Prefs
in windows registry - fix this by using regedit and put it in manually
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Apoc Lite

Postby Metruption » Wed Jul 29, 2015 6:18 pm

Image
Same exact errors. When I open HnH the registry related error appears and then when I click "at hearth fire" or "where you logged out" all of the other errors suddenly appear. This also happens when I try to create a new character.

edit: it also happens when I try launching ender's client but not vanilla HnH...
User avatar
Metruption
 
Posts: 358
Joined: Tue Jun 10, 2014 12:26 am

Re: Apoc Lite

Postby shubla » Thu Jul 30, 2015 12:11 pm

Apoc wont work on windows 10 64 bit, might be just java issue tho.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13043
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Apoc Lite

Postby borka » Fri Jul 31, 2015 9:13 pm

have you tried with reinstalling the Java 8 64 Bit Java "offline" version on your Windows 10 ?

http://www.oracle.com/technetwork/java/ ... 33155.html
second last one
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Apoc Lite

Postby Saltrack » Sat Aug 01, 2015 1:53 am

Is there a way to get autoflask into enders client somehow?Or is there a download link for autoflask?
Saltrack
 
Posts: 6
Joined: Thu Jul 30, 2015 11:43 pm
Location: Earth

Re: Apoc Lite

Postby Xcom » Sat Aug 01, 2015 2:27 am

The code is quite imbedded into the client. It's not possible to simply drag drop a few files to make it work.
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: No registered users and 4 guests