Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Custom client by Latikai, building on Ender's client

Postby Necrobane » Sat Aug 09, 2014 10:49 am

lachlaan wrote:Usually C:\users\[youruserfolder]\Salem\bin\
Alternatively documents and settings for XP users.


Fixed. thanks.
Loyal servant of Her Majesty Lallaith
User avatar
Necrobane
Customer
 
Posts: 1092
Joined: Tue May 07, 2013 9:34 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sat Aug 09, 2014 10:50 am

dranoz wrote:Kandarim, as will the question of the description of the items in the shortcuts craft?


granted, haven't looked into it yet. I probably won't have time today, but I should be able to squeeze it in tomorrow :)
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby dranoz » Sat Aug 09, 2014 4:47 pm

Kandarim wrote:
dranoz wrote:Kandarim, as will the question of the description of the items in the shortcuts craft?


granted, haven't looked into it yet. I probably won't have time today, but I should be able to squeeze it in tomorrow :)


Thank you for attention Kandarim. I hope everything goes well, I'd love to use Latikai again.
User avatar
dranoz
 
Posts: 6
Joined: Fri Mar 21, 2014 12:05 am

Re: Custom client by Latikai, building on Ender's client

Postby alagar » Sat Aug 09, 2014 7:51 pm

Necrobane wrote:
alagar wrote:Got this error, halp pl0x.

ava.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:397)
at haven.MainFrame.main2(MainFrame.java:410)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:480)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:388)
... 4 more
Caused by: java.lang.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.TexGL$TexDraw.<clinit>(TexGL.java:83)
at haven.TexGL.<init>(TexGL.java:154)
at haven.TexGL.<init>(TexGL.java:282)
at haven.TexI.<init>(TexI.java:42)
at haven.Resource$Image$1.<init>(Resource.java:626)
at haven.Resource$Image.tex(Resource.java:626)
at haven.Resource.loadtex(Resource.java:1528)
at haven.LoginScreen.<clinit>(LoginScreen.java:47)
at haven.MainFrame$5.run(MainFrame.java:391)
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.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more

and this other
Error Report

Reported at: 2014-08-08 22:14:18

Properties

Name Value
cpus 2
jar.git-rev 25.03.2014 13:26
java.vendor Oracle Corporation
java.version 1.7.0_67
mem.free 10.243.816
mem.max 778.502.144
mem.total 16.252.928
os.arch x86
os.name Windows 8
os.version 6.2
thcl haven.HackThread
thnm Haven main thread
Exception chain

java.lang.Error

java.lang.reflect.InvocationTargetException

Class Function File Line
haven.MainFrame javabughack MainFrame.java 393
haven.MainFrame main2 MainFrame.java 406
haven.MainFrame access$100 MainFrame.java 63
haven.MainFrame$8 run MainFrame.java 476
java.lang.Thread run (null) -1
java.lang.reflect.InvocationTargetException

(null)

Class Function File Line
java.awt.EventQueue invokeAndWait (null) -1
java.awt.EventQueue invokeAndWait (null) -1
javax.swing.SwingUtilities invokeAndWait (null) -1
haven.MainFrame javabughack MainFrame.java 384
haven.MainFrame main2 MainFrame.java 406
haven.MainFrame access$100 MainFrame.java 63
haven.MainFrame$8 run MainFrame.java 476
java.lang.Thread run (null) -1
java.lang.NoClassDefFoundError

com/jogamp/common/type/WriteCloneable

Class Function File Line
java.lang.ClassLoader defineClass1 (null) -2
java.lang.ClassLoader defineClass (null) -1
java.security.SecureClassLoader defineClass (null) -1
java.net.URLClassLoader defineClass (null) -1
java.net.URLClassLoader access$100 (null) -1
java.net.URLClassLoader$1 run (null) -1
java.net.URLClassLoader$1 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.net.URLClassLoader findClass (null) -1
java.lang.ClassLoader loadClass (null) -1
sun.misc.Launcher$AppClassLoader loadClass (null) -1
java.lang.ClassLoader loadClass (null) -1
haven.TexGL$TexDraw <clinit> TexGL.java 83
haven.TexGL <init> TexGL.java 154
haven.TexGL <init> TexGL.java 282
haven.TexI <init> TexI.java 42
haven.Resource$Image$1 <init> Resource.java 626
haven.Resource$Image tex Resource.java 626
haven.Resource loadtex Resource.java 1523
haven.LoginScreen <clinit> LoginScreen.java 47
haven.MainFrame$5 run MainFrame.java 387
java.awt.event.InvocationEvent dispatch (null) -1
java.awt.EventQueue dispatchEventImpl (null) -1
java.awt.EventQueue access$200 (null) -1
java.awt.EventQueue$3 run (null) -1
java.awt.EventQueue$3 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.security.ProtectionDomain$1 doIntersectionPrivilege (null) -1
java.awt.EventQueue dispatchEvent (null) -1
java.awt.EventDispatchThread pumpOneEventForFilters (null) -1
java.awt.EventDispatchThread pumpEventsForFilter (null) -1
java.awt.EventDispatchThread pumpEventsForHierarchy (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread run (null) -1
java.lang.ClassNotFoundException

com.jogamp.common.type.WriteCloneable

Class Function File Line
java.net.URLClassLoader$1 run (null) -1
java.net.URLClassLoader$1 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.net.URLClassLoader findClass (null) -1
java.lang.ClassLoader loadClass (null) -1
sun.misc.Launcher$AppClassLoader loadClass (null) -1
java.lang.ClassLoader loadClass (null) -1
java.lang.ClassLoader defineClass1 (null) -2
java.lang.ClassLoader defineClass (null) -1
java.security.SecureClassLoader defineClass (null) -1
java.net.URLClassLoader defineClass (null) -1
java.net.URLClassLoader access$100 (null) -1
java.net.URLClassLoader$1 run (null) -1
java.net.URLClassLoader$1 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.net.URLClassLoader findClass (null) -1
java.lang.ClassLoader loadClass (null) -1
sun.misc.Launcher$AppClassLoader loadClass (null) -1
java.lang.ClassLoader loadClass (null) -1
haven.TexGL$TexDraw <clinit> TexGL.java 83
haven.TexGL <init> TexGL.java 154
haven.TexGL <init> TexGL.java 282
haven.TexI <init> TexI.java 42
haven.Resource$Image$1 <init> Resource.java 626
haven.Resource$Image tex Resource.java 626
haven.Resource loadtex Resource.java 1523
haven.LoginScreen <clinit> LoginScreen.java 47
haven.MainFrame$5 run MainFrame.java 387
java.awt.event.InvocationEvent dispatch (null) -1
java.awt.EventQueue dispatchEventImpl (null) -1
java.awt.EventQueue access$200 (null) -1
java.awt.EventQueue$3 run (null) -1
java.awt.EventQueue$3 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.security.ProtectionDomain$1 doIntersectionPrivilege (null) -1
java.awt.EventQueue dispatchEvent (null) -1
java.awt.EventDispatchThread pumpOneEventForFilters (null) -1
java.awt.EventDispatchThread pumpEventsForFilter (null) -1
java.awt.EventDispatchThread pumpEventsForHierarchy (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread run (null) -1


Same trouble. latikai and ender doesnt work properly on 8. you need win 8 fix.


Ok, downgraded to seven.
REMOVE STALLS!
User avatar
alagar
 
Posts: 475
Joined: Wed Mar 13, 2013 8:13 pm

Re: Custom client by Latikai, building on Ender's client

Postby Necrobane » Sun Aug 10, 2014 8:54 am

alagar wrote:
Necrobane wrote:
alagar wrote:Got this error, halp pl0x.

ava.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:397)
at haven.MainFrame.main2(MainFrame.java:410)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:480)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:388)
... 4 more
Caused by: java.lang.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.TexGL$TexDraw.<clinit>(TexGL.java:83)
at haven.TexGL.<init>(TexGL.java:154)
at haven.TexGL.<init>(TexGL.java:282)
at haven.TexI.<init>(TexI.java:42)
at haven.Resource$Image$1.<init>(Resource.java:626)
at haven.Resource$Image.tex(Resource.java:626)
at haven.Resource.loadtex(Resource.java:1528)
at haven.LoginScreen.<clinit>(LoginScreen.java:47)
at haven.MainFrame$5.run(MainFrame.java:391)
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.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more

and this other
Error Report

Reported at: 2014-08-08 22:14:18

Properties

Name Value
cpus 2
jar.git-rev 25.03.2014 13:26
java.vendor Oracle Corporation
java.version 1.7.0_67
mem.free 10.243.816
mem.max 778.502.144
mem.total 16.252.928
os.arch x86
os.name Windows 8
os.version 6.2
thcl haven.HackThread
thnm Haven main thread
Exception chain

java.lang.Error

java.lang.reflect.InvocationTargetException

Class Function File Line
haven.MainFrame javabughack MainFrame.java 393
haven.MainFrame main2 MainFrame.java 406
haven.MainFrame access$100 MainFrame.java 63
haven.MainFrame$8 run MainFrame.java 476
java.lang.Thread run (null) -1
java.lang.reflect.InvocationTargetException

(null)

Class Function File Line
java.awt.EventQueue invokeAndWait (null) -1
java.awt.EventQueue invokeAndWait (null) -1
javax.swing.SwingUtilities invokeAndWait (null) -1
haven.MainFrame javabughack MainFrame.java 384
haven.MainFrame main2 MainFrame.java 406
haven.MainFrame access$100 MainFrame.java 63
haven.MainFrame$8 run MainFrame.java 476
java.lang.Thread run (null) -1
java.lang.NoClassDefFoundError

com/jogamp/common/type/WriteCloneable

Class Function File Line
java.lang.ClassLoader defineClass1 (null) -2
java.lang.ClassLoader defineClass (null) -1
java.security.SecureClassLoader defineClass (null) -1
java.net.URLClassLoader defineClass (null) -1
java.net.URLClassLoader access$100 (null) -1
java.net.URLClassLoader$1 run (null) -1
java.net.URLClassLoader$1 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.net.URLClassLoader findClass (null) -1
java.lang.ClassLoader loadClass (null) -1
sun.misc.Launcher$AppClassLoader loadClass (null) -1
java.lang.ClassLoader loadClass (null) -1
haven.TexGL$TexDraw <clinit> TexGL.java 83
haven.TexGL <init> TexGL.java 154
haven.TexGL <init> TexGL.java 282
haven.TexI <init> TexI.java 42
haven.Resource$Image$1 <init> Resource.java 626
haven.Resource$Image tex Resource.java 626
haven.Resource loadtex Resource.java 1523
haven.LoginScreen <clinit> LoginScreen.java 47
haven.MainFrame$5 run MainFrame.java 387
java.awt.event.InvocationEvent dispatch (null) -1
java.awt.EventQueue dispatchEventImpl (null) -1
java.awt.EventQueue access$200 (null) -1
java.awt.EventQueue$3 run (null) -1
java.awt.EventQueue$3 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.security.ProtectionDomain$1 doIntersectionPrivilege (null) -1
java.awt.EventQueue dispatchEvent (null) -1
java.awt.EventDispatchThread pumpOneEventForFilters (null) -1
java.awt.EventDispatchThread pumpEventsForFilter (null) -1
java.awt.EventDispatchThread pumpEventsForHierarchy (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread run (null) -1
java.lang.ClassNotFoundException

com.jogamp.common.type.WriteCloneable

Class Function File Line
java.net.URLClassLoader$1 run (null) -1
java.net.URLClassLoader$1 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.net.URLClassLoader findClass (null) -1
java.lang.ClassLoader loadClass (null) -1
sun.misc.Launcher$AppClassLoader loadClass (null) -1
java.lang.ClassLoader loadClass (null) -1
java.lang.ClassLoader defineClass1 (null) -2
java.lang.ClassLoader defineClass (null) -1
java.security.SecureClassLoader defineClass (null) -1
java.net.URLClassLoader defineClass (null) -1
java.net.URLClassLoader access$100 (null) -1
java.net.URLClassLoader$1 run (null) -1
java.net.URLClassLoader$1 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.net.URLClassLoader findClass (null) -1
java.lang.ClassLoader loadClass (null) -1
sun.misc.Launcher$AppClassLoader loadClass (null) -1
java.lang.ClassLoader loadClass (null) -1
haven.TexGL$TexDraw <clinit> TexGL.java 83
haven.TexGL <init> TexGL.java 154
haven.TexGL <init> TexGL.java 282
haven.TexI <init> TexI.java 42
haven.Resource$Image$1 <init> Resource.java 626
haven.Resource$Image tex Resource.java 626
haven.Resource loadtex Resource.java 1523
haven.LoginScreen <clinit> LoginScreen.java 47
haven.MainFrame$5 run MainFrame.java 387
java.awt.event.InvocationEvent dispatch (null) -1
java.awt.EventQueue dispatchEventImpl (null) -1
java.awt.EventQueue access$200 (null) -1
java.awt.EventQueue$3 run (null) -1
java.awt.EventQueue$3 run (null) -1
java.security.AccessController doPrivileged (null) -2
java.security.ProtectionDomain$1 doIntersectionPrivilege (null) -1
java.awt.EventQueue dispatchEvent (null) -1
java.awt.EventDispatchThread pumpOneEventForFilters (null) -1
java.awt.EventDispatchThread pumpEventsForFilter (null) -1
java.awt.EventDispatchThread pumpEventsForHierarchy (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread pumpEvents (null) -1
java.awt.EventDispatchThread run (null) -1


Same trouble. latikai and ender doesnt work properly on 8. you need win 8 fix.


Ok, downgraded to seven.


:D To fix, you need delete anything in c:/users/salem/bin/ . sorry
Loyal servant of Her Majesty Lallaith
User avatar
Necrobane
Customer
 
Posts: 1092
Joined: Tue May 07, 2013 9:34 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sun Aug 10, 2014 2:44 pm

updated for new tribe wiki templates

Still working on showing food glutton modifiers on the recipes, that should be coming along shortly.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby lachlaan » Sun Aug 10, 2014 4:19 pm

Error Code :
java.lang.RuntimeException: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
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.uglyjoglhack(HavenPanel.java:420)
at haven.HavenPanel.run(HavenPanel.java:455)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at org.ender.wiki.Wiki.parseTime(Wiki.java:307)
at org.ender.wiki.Wiki.parse_cache_food(Wiki.java:508)
at org.ender.wiki.Wiki.load_cache(Wiki.java:435)
at org.ender.wiki.Wiki.get_cache(Wiki.java:417)
at org.ender.wiki.Wiki.get(Wiki.java:122)
at org.ender.wiki.Wiki.get(Wiki.java:106)
at haven.ToolBeltWdg.tooltip(ToolBeltWdg.java:382)
at haven.Widget.tooltip(Widget.java:831)
at haven.Widget.tooltip(Widget.java:831)
at haven.HavenPanel.redraw(HavenPanel.java:324)
at haven.HavenPanel$1.display(HavenPanel.java:94)
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$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)


Related to the new wiki template code?
Exactly 6.022 x 10^23 worth of Lach molecules.
lachlaan
Customer
 
Posts: 2043
Joined: Tue Mar 12, 2013 3:11 pm

Re: Custom client by Latikai, building on Ender's client

Postby Nezrukas » Sun Aug 10, 2014 4:35 pm

Hi, i have problem with client.
I chose charcter, and see loading... also minimap, and interface. After a few seconds the client closes
Somebody can help?

Code: Select all
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1009e640, pid=11808, tid=11736
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Client VM (24.65-b04 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [ig4icd32.dll+0x9e640]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x03fbf800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=11736, stack(0x04ad0000,0x04b20000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x00000480, ECX=0xffffffff, EDX=0x00000000
ESP=0x04b1e37c, EBP=0x00000000, ESI=0x00000000, EDI=0x07cbc028
EIP=0x1009e640, EFLAGS=0x00010202

Top of Stack: (sp=0x04b1e37c)
0x04b1e37c:   00000004 04ffe804 07cbc028 04ffe407
0x04b1e38c:   1009e94c 00000004 00000480 00001403
0x04b1e39c:   00000000 00000480 00000000 00000000
0x04b1e3ac:   04b1e3d8 33e07a90 03fbf800 33e07a90
0x04b1e3bc:   64513d04 00000004 00000480 00001403
0x04b1e3cc:   00000000 298db738 24eb8980 04b1e434
0x04b1e3dc:   01a8aabd 03fbf930 04b1e460 00000004
0x04b1e3ec:   00000480 00001403 00000000 00000000

Instructions: (pc=0x1009e640)
0x1009e620:   8b 04 aa 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b eb
0x1009e630:   7c ee eb 3f 33 ed 85 db 7e 39 8d 9b 00 00 00 00
0x1009e640:   0f b7 04 6a 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b
0x1009e650:   eb 7c ed eb 1e 33 ed 85 db 7e 18 eb 03 8d 49 00


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000480 is an unknown value
ECX=0xffffffff is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x04b1e37c is pointing into the stack for thread: 0x03fbf800
EBP=0x00000000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x07cbc028 is an unknown value


Stack: [0x04ad0000,0x04b20000],  sp=0x04b1e37c,  free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ig4icd32.dll+0x9e640]

[error occurred during error reporting (printing native stack), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawElements1(IIIJJ)V+0
j  jogamp.opengl.gl4.GL4bcImpl.glDrawElements(IIIJ)V+47
j  haven.FastMesh$VAOCompiler$VAOCompiled.draw(Lhaven/GOut;)V+35
j  haven.FastMesh.draw(Lhaven/GOut;)V+190
j  haven.RenderList.render(Lhaven/GOut;Lhaven/Rendered;)V+2
j  haven.RenderList.render(Lhaven/GOut;)V+82
j  haven.PView.draw(Lhaven/GOut;)V+473
j  haven.MapView.draw(Lhaven/GOut;)V+60
J 986 C1 haven.Widget.draw(Lhaven/GOut;Z)V (87 bytes) @ 0x01ca3bfc [0x01ca3b40+0xbc]
J 1529 C1 haven.Widget.draw(Lhaven/GOut;)V (7 bytes) @ 0x01d71fa8 [0x01d71f80+0x28]
j  haven.GameUI.draw(Lhaven/GOut;)V+2
J 986 C1 haven.Widget.draw(Lhaven/GOut;Z)V (87 bytes) @ 0x01ca3bfc [0x01ca3b40+0xbc]
J 1529 C1 haven.Widget.draw(Lhaven/GOut;)V (7 bytes) @ 0x01d71fa8 [0x01d71f80+0x28]
j  haven.RootWidget.draw(Lhaven/GOut;)V+2
j  haven.UI.draw(Lhaven/GOut;)V+5
j  haven.HavenPanel.redraw(Ljavax/media/opengl/GL2;)V+197
j  haven.HavenPanel$1.display(Ljavax/media/opengl/GLAutoDrawable;)V+37
J 1974 C1 jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V (105 bytes) @ 0x01e53364 [0x01e530e0+0x284]
j  jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
j  javax.media.opengl.awt.GLCanvas$9.run()V+118
j  jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+206
j  jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+80
j  javax.media.opengl.awt.GLCanvas$10.run()V+73
j  java.awt.event.InvocationEvent.dispatch()V+11
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j  java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
J 1053  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x01cb65c7 [0x01cb6560+0x67]
J 2005 C1 java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object; (32 bytes) @ 0x01e5f310 [0x01e5f270+0xa0]
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J 1536 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (295 bytes) @ 0x01d73fac [0x01d73910+0x69c]
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x05ed2000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=8296, stack(0x088b0000,0x08900000)]
  0x05ed5800 JavaThread "Worker thread" daemon [_thread_blocked, id=8680, stack(0x09710000,0x09760000)]
  0x05ed5400 JavaThread "Worker thread" daemon [_thread_blocked, id=11924, stack(0x09770000,0x097c0000)]
  0x05ed4c00 JavaThread "Worker thread" daemon [_thread_in_native, id=11928, stack(0x09810000,0x09860000)]
  0x05ed4800 JavaThread "Worker thread" daemon [_thread_in_native, id=11916, stack(0x09860000,0x098b0000)]
  0x05ed4000 JavaThread "Timer Thread" daemon [_thread_blocked, id=11484, stack(0x0b290000,0x0b2e0000)]
  0x05ed3c00 JavaThread "Server time ticker" daemon [_thread_blocked, id=11896, stack(0x0a090000,0x0a0e0000)]
  0x05ed3400 JavaThread "Session writer" daemon [_thread_blocked, id=11864, stack(0x084a0000,0x084f0000)]
  0x05ed2c00 JavaThread "Session reader" daemon [_thread_in_native, id=9608, stack(0x0a140000,0x0a190000)]
  0x05ed2800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_in_native, id=11340, stack(0x09ca0000,0x09cf0000)]
  0x05ed1c00 JavaThread "Haven resource loader" daemon [_thread_in_native, id=11756, stack(0x09df0000,0x09e40000)]
  0x05ed1400 JavaThread "Haven resource loader" daemon [_thread_blocked, id=11752, stack(0x09d40000,0x09d90000)]
  0x05ed1000 JavaThread "Haven UI thread" [_thread_blocked, id=11748, stack(0x05a20000,0x05a70000)]
  0x05ed0000 JavaThread "Haven main thread" [_thread_blocked, id=11744, stack(0x08550000,0x085a0000)]
  0x05ed0800 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=11740, stack(0x04a70000,0x04ac0000)]
  0x0403b800 JavaThread "Haven resource loader" daemon [_thread_in_Java, id=11668, stack(0x05940000,0x05990000)]
  0x03fa0000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=11560, stack(0x05840000,0x05890000)]
  0x0037c000 JavaThread "DestroyJavaVM" [_thread_blocked, id=11420, stack(0x009a0000,0x009f0000)]
  0x04027800 JavaThread "Haven main thread" [_thread_blocked, id=11012, stack(0x04a10000,0x04a60000)]
=>0x03fbf800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=11736, stack(0x04ad0000,0x04b20000)]
  0x03fba000 JavaThread "Error reporter" daemon [_thread_blocked, id=11540, stack(0x04950000,0x049a0000)]
  0x03fb9400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=11504, stack(0x03e10000,0x03e60000)]
  0x03fc4000 JavaThread "AWT-Shutdown" [_thread_blocked, id=11500, stack(0x047d0000,0x04820000)]
  0x03fc3400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11496, stack(0x04760000,0x047b0000)]
  0x03fc2c00 JavaThread "Wiki loader 2" daemon [_thread_blocked, id=11380, stack(0x03cd0000,0x03d20000)]
  0x03fa8800 JavaThread "Wiki loader 1" daemon [_thread_blocked, id=11492, stack(0x04500000,0x04550000)]
  0x03fa8000 JavaThread "Wiki loader 0" daemon [_thread_blocked, id=11388, stack(0x04470000,0x044c0000)]
  0x007e2c00 JavaThread "Service Thread" daemon [_thread_blocked, id=11456, stack(0x03c40000,0x03c90000)]
  0x007e1400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=11452, stack(0x03e80000,0x03ed0000)]
  0x007e0000 JavaThread "Attach Listener" daemon [_thread_blocked, id=11448, stack(0x03ab0000,0x03b00000)]
  0x007dd000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11532, stack(0x03d30000,0x03d80000)]
  0x00771400 JavaThread "Finalizer" daemon [_thread_blocked, id=11432, stack(0x03b60000,0x03bb0000)]
  0x0076fc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=11428, stack(0x03bb0000,0x03c00000)]

Other Threads:
  0x0076e400 VMThread [stack: 0x03b10000,0x03b60000] [id=11424]
  0x00807c00 WatcherThread [stack: 0x03db0000,0x03e00000] [id=11460]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 41920K, used 32701K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K,  75% used [0x23a00000, 0x25570c18, 0x25e70000)
  from space 4608K,  99% used [0x25e70000, 0x262ee988, 0x262f0000)
  to   space 4608K,   0% used [0x262f0000, 0x262f0000, 0x26770000)
 tenured generation   total 92960K, used 77828K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  83% used [0x28f50000, 0x2db51298, 0x2db51400, 0x2ea18000)
 compacting perm gen  total 12288K, used 10382K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  84% used [0x33a00000, 0x34423a10, 0x34423c00, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)

Card table byte_map: [0x008c0000,0x00970000] byte_map_base: 0x007a3000

Polling page: 0x00360000

Code Cache  [0x01a80000, 0x01eb0000, 0x03a80000)
 total_blobs=2515 nmethods=2086 adapters=365 free_code_cache=28501Kb largest_free_block=29184128

Compilation events (10 events):
Event: 33.065 Thread 0x007e1400 2103   !         haven.ResDrawable::setup (19 bytes)
Event: 33.065 Thread 0x007e1400 nmethod 2103 0x01eaa3c8 code [0x01eaa4e0, 0x01eaa5c8]
Event: 33.066 Thread 0x007e1400 2104             haven.MapView::access$200 (5 bytes)
Event: 33.066 Thread 0x007e1400 nmethod 2104 0x01eaa688 code [0x01eaa780, 0x01eaa800]
Event: 33.069 Thread 0x007e1400 2105             haven.MapMesh$3::cmp (5 bytes)
Event: 33.069 Thread 0x007e1400 nmethod 2105 0x01eaa888 code [0x01eaa980, 0x01eaaa00]
Event: 33.069 Thread 0x007e1400 2106             haven.MapMesh$3$1::compare (16 bytes)
Event: 33.069 Thread 0x007e1400 nmethod 2106 0x01eaaa48 code [0x01eaab40, 0x01eaac20]
Event: 33.069 Thread 0x007e1400 2107             haven.MapMesh$3$1::compare (10 bytes)
Event: 33.070 Thread 0x007e1400 nmethod 2107 0x01eaad48 code [0x01eaae40, 0x01eaaed0]

GC Heap History (10 events):
Event: 30.957 GC heap before
{Heap before GC invocations=62 (full 5):
 def new generation   total 41920K, used 40104K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K, 100% used [0x23a00000, 0x25e70000, 0x25e70000)
  from space 4608K,  60% used [0x262f0000, 0x265aa0a0, 0x26770000)
  to   space 4608K,   0% used [0x25e70000, 0x25e70000, 0x262f0000)
 tenured generation   total 92960K, used 67739K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  72% used [0x28f50000, 0x2d176c40, 0x2d176e00, 0x2ea18000)
 compacting perm gen  total 12288K, used 10297K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e7e8, 0x3440e800, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
Event: 30.965 GC heap after
Heap after GC invocations=63 (full 5):
 def new generation   total 41920K, used 1820K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K,   0% used [0x23a00000, 0x23a00000, 0x25e70000)
  from space 4608K,  39% used [0x25e70000, 0x26037260, 0x262f0000)
  to   space 4608K,   0% used [0x262f0000, 0x262f0000, 0x26770000)
 tenured generation   total 92960K, used 69423K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  74% used [0x28f50000, 0x2d31bfa8, 0x2d31c000, 0x2ea18000)
 compacting perm gen  total 12288K, used 10297K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e7e8, 0x3440e800, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
}
Event: 31.406 GC heap before
{Heap before GC invocations=63 (full 5):
 def new generation   total 41920K, used 39132K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K, 100% used [0x23a00000, 0x25e70000, 0x25e70000)
  from space 4608K,  39% used [0x25e70000, 0x26037260, 0x262f0000)
  to   space 4608K,   0% used [0x262f0000, 0x262f0000, 0x26770000)
 tenured generation   total 92960K, used 69423K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  74% used [0x28f50000, 0x2d31bfa8, 0x2d31c000, 0x2ea18000)
 compacting perm gen  total 12288K, used 10297K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e7e8, 0x3440e800, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
Event: 31.410 GC heap after
Heap after GC invocations=64 (full 5):
 def new generation   total 41920K, used 2919K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K,   0% used [0x23a00000, 0x23a00000, 0x25e70000)
  from space 4608K,  63% used [0x262f0000, 0x265c9d48, 0x26770000)
  to   space 4608K,   0% used [0x25e70000, 0x25e70000, 0x262f0000)
 tenured generation   total 92960K, used 69423K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  74% used [0x28f50000, 0x2d31bfa8, 0x2d31c000, 0x2ea18000)
 compacting perm gen  total 12288K, used 10297K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e7e8, 0x3440e800, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
}
Event: 31.871 GC heap before
{Heap before GC invocations=64 (full 5):
 def new generation   total 41920K, used 40231K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K, 100% used [0x23a00000, 0x25e70000, 0x25e70000)
  from space 4608K,  63% used [0x262f0000, 0x265c9d48, 0x26770000)
  to   space 4608K,   0% used [0x25e70000, 0x25e70000, 0x262f0000)
 tenured generation   total 92960K, used 69423K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  74% used [0x28f50000, 0x2d31bfa8, 0x2d31c000, 0x2ea18000)
 compacting perm gen  total 12288K, used 10297K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e7e8, 0x3440e800, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
Event: 31.877 GC heap after
Heap after GC invocations=65 (full 5):
 def new generation   total 41920K, used 3440K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K,   0% used [0x23a00000, 0x23a00000, 0x25e70000)
  from space 4608K,  74% used [0x25e70000, 0x261cc0e8, 0x262f0000)
  to   space 4608K,   0% used [0x262f0000, 0x262f0000, 0x26770000)
 tenured generation   total 92960K, used 70356K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  75% used [0x28f50000, 0x2d4051f8, 0x2d405200, 0x2ea18000)
 compacting perm gen  total 12288K, used 10297K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e7e8, 0x3440e800, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
}
Event: 32.171 GC heap before
{Heap before GC invocations=65 (full 5):
 def new generation   total 41920K, used 40752K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K, 100% used [0x23a00000, 0x25e70000, 0x25e70000)
  from space 4608K,  74% used [0x25e70000, 0x261cc0e8, 0x262f0000)
  to   space 4608K,   0% used [0x262f0000, 0x262f0000, 0x26770000)
 tenured generation   total 92960K, used 70356K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  75% used [0x28f50000, 0x2d4051f8, 0x2d405200, 0x2ea18000)
 compacting perm gen  total 12288K, used 10298K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e818, 0x3440ea00, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
Event: 32.183 GC heap after
Heap after GC invocations=66 (full 5):
 def new generation   total 41920K, used 4608K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K,   0% used [0x23a00000, 0x23a00000, 0x25e70000)
  from space 4608K, 100% used [0x262f0000, 0x26770000, 0x26770000)
  to   space 4608K,   0% used [0x25e70000, 0x25e70000, 0x262f0000)
 tenured generation   total 92960K, used 72916K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  78% used [0x28f50000, 0x2d685010, 0x2d685200, 0x2ea18000)
 compacting perm gen  total 12288K, used 10298K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x3440e818, 0x3440ea00, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
}
Event: 32.616 GC heap before
{Heap before GC invocations=66 (full 5):
 def new generation   total 41920K, used 41920K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K, 100% used [0x23a00000, 0x25e70000, 0x25e70000)
  from space 4608K, 100% used [0x262f0000, 0x26770000, 0x26770000)
  to   space 4608K,   0% used [0x25e70000, 0x25e70000, 0x262f0000)
 tenured generation   total 92960K, used 72916K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  78% used [0x28f50000, 0x2d685010, 0x2d685200, 0x2ea18000)
 compacting perm gen  total 12288K, used 10309K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x344115c0, 0x34411600, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
Event: 32.656 GC heap after
Heap after GC invocations=67 (full 5):
 def new generation   total 41920K, used 4602K [0x23a00000, 0x26770000, 0x28f50000)
  eden space 37312K,   0% used [0x23a00000, 0x23a00000, 0x25e70000)
  from space 4608K,  99% used [0x25e70000, 0x262ee988, 0x262f0000)
  to   space 4608K,   0% used [0x262f0000, 0x262f0000, 0x26770000)
 tenured generation   total 92960K, used 77828K [0x28f50000, 0x2ea18000, 0x33a00000)
   the space 92960K,  83% used [0x28f50000, 0x2db51298, 0x2db51400, 0x2ea18000)
 compacting perm gen  total 12288K, used 10309K [0x33a00000, 0x34600000, 0x37a00000)
   the space 12288K,  83% used [0x33a00000, 0x344115c0, 0x34411600, 0x34600000)
    ro space 10240K,  42% used [0x37a00000, 0x37e34650, 0x37e34800, 0x38400000)
    rw space 12288K,  52% used [0x38400000, 0x38a4be40, 0x38a4c000, 0x39000000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 32.841 Thread 0x03fa0000 Threw 0x2493dad0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 33.013 Thread 0x03fbf800 Threw 0x24eaf1b0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 33.014 Thread 0x03fbf800 Threw 0x24eb1508 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 33.025 Thread 0x05ed1000 Threw 0x24ec8390 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 33.027 Thread 0x05ed1000 Threw 0x24ecd6e0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 33.027 Thread 0x05ed1000 Threw 0x24ecf118 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 33.066 Thread 0x03fbf800 Threw 0x24fad350 at C:\re\jdk7u67\1368\hotspot\src\share\vm\runtime\reflection.cpp:1030
Event: 33.067 Thread 0x03fbf800 Threw 0x25079868 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1248
Event: 33.067 Thread 0x03fbf800 Threw 0x2507cbf0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1248
Event: 33.067 Thread 0x03fbf800 Threw 0x2507f758 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1248

Events (10 events):
Event: 33.013 loading class 0x05f71518
Event: 33.013 loading class 0x05f71518 done
Event: 33.014 loading class 0x06124820
Event: 33.014 loading class 0x06124820 done
Event: 33.025 loading class 0x0404a810
Event: 33.025 loading class 0x0404a810 done
Event: 33.027 loading class 0x0402f460
Event: 33.027 loading class 0x0402f460 done
Event: 33.027 loading class 0x0615b318
Event: 33.027 loading class 0x0615b318 done


Dynamic libraries:
0x00a60000 - 0x00a8f000    C:\Program Files\Java\jre7\bin\java.exe
0x77820000 - 0x7795c000    C:\Windows\SYSTEM32\ntdll.dll
0x77970000 - 0x77a44000    C:\Windows\system32\kernel32.dll
0x75ad0000 - 0x75b1b000    C:\Windows\system32\KERNELBASE.dll
0x77620000 - 0x776c0000    C:\Windows\system32\ADVAPI32.dll
0x75c10000 - 0x75cbc000    C:\Windows\system32\msvcrt.dll
0x76fd0000 - 0x76fe9000    C:\Windows\SYSTEM32\sechost.dll
0x776c0000 - 0x77762000    C:\Windows\system32\RPCRT4.dll
0x773c0000 - 0x77489000    C:\Windows\system32\USER32.dll
0x775d0000 - 0x7761e000    C:\Windows\system32\GDI32.dll
0x775c0000 - 0x775ca000    C:\Windows\system32\LPK.dll
0x77320000 - 0x773bd000    C:\Windows\system32\USP10.dll
0x74760000 - 0x748fe000    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75bb0000 - 0x75c07000    C:\Windows\system32\SHLWAPI.dll
0x75760000 - 0x757ac000    C:\Windows\system32\apphelp.dll
0x55390000 - 0x5541d000    C:\Windows\AppPatch\AcLayers.DLL
0x75740000 - 0x7575b000    C:\Windows\system32\SspiCli.dll
0x760b0000 - 0x76cfa000    C:\Windows\system32\SHELL32.dll
0x77160000 - 0x772bc000    C:\Windows\system32\ole32.dll
0x77530000 - 0x775bf000    C:\Windows\system32\OLEAUT32.dll
0x75a80000 - 0x75a97000    C:\Windows\system32\USERENV.dll
0x75890000 - 0x7589b000    C:\Windows\system32\profapi.dll
0x71130000 - 0x71181000    C:\Windows\system32\WINSPOOL.DRV
0x71af0000 - 0x71b02000    C:\Windows\system32\MPR.dll
0x76d00000 - 0x76d1f000    C:\Windows\system32\IMM32.DLL
0x76d20000 - 0x76dec000    C:\Windows\system32\MSCTF.dll
0x540c0000 - 0x5417f000    C:\Program Files\Java\jre7\bin\msvcr100.dll
0x6d870000 - 0x6dbf8000    C:\Program Files\Java\jre7\bin\client\jvm.dll
0x72370000 - 0x72377000    C:\Windows\system32\WSOCK32.dll
0x76df0000 - 0x76e25000    C:\Windows\system32\WS2_32.dll
0x77960000 - 0x77966000    C:\Windows\system32\NSI.dll
0x70950000 - 0x70982000    C:\Windows\system32\WINMM.dll
0x75cc0000 - 0x75cc5000    C:\Windows\system32\PSAPI.DLL
0x73c10000 - 0x73c1c000    C:\Program Files\Java\jre7\bin\verify.dll
0x5dec0000 - 0x5dee0000    C:\Program Files\Java\jre7\bin\java.dll
0x5db40000 - 0x5db53000    C:\Program Files\Java\jre7\bin\zip.dll
0x50080000 - 0x501c3000    C:\Program Files\Java\jre7\bin\awt.dll
0x5d350000 - 0x5d364000    C:\Program Files\Java\jre7\bin\net.dll
0x75290000 - 0x752cc000    C:\Windows\system32\mswsock.dll
0x75280000 - 0x75286000    C:\Windows\System32\wship6.dll
0x65d50000 - 0x65d5f000    C:\Program Files\Java\jre7\bin\nio.dll
0x74510000 - 0x74550000    C:\Windows\system32\uxtheme.dll
0x65d30000 - 0x65d41000    C:\Program Files\Mail.Ru\Guard\GuardMailRu.dll
0x74220000 - 0x74233000    C:\Windows\system32\dwmapi.dll
0x757b0000 - 0x757bc000    C:\Windows\system32\CRYPTBASE.dll
0x57070000 - 0x570a9000    C:\Program Files\Java\jre7\bin\fontmanager.dll
0x77490000 - 0x77513000    C:\Windows\system32\CLBCatQ.DLL
0x74060000 - 0x74190000    C:\Windows\system32\WindowsCodecs.dll
0x70e10000 - 0x70e41000    C:\Windows\system32\EhStorShell.dll
0x76e30000 - 0x76fcd000    C:\Windows\system32\SETUPAPI.dll
0x75a40000 - 0x75a67000    C:\Windows\system32\CFGMGR32.dll
0x75a00000 - 0x75a12000    C:\Windows\system32\DEVOBJ.dll
0x745c0000 - 0x746b5000    C:\Windows\system32\PROPSYS.dll
0x70d70000 - 0x70de0000    C:\Windows\system32\ntshrui.dll
0x756b0000 - 0x756c9000    C:\Windows\system32\srvcli.dll
0x70cf0000 - 0x70cfb000    C:\Windows\system32\cscapi.dll
0x73a40000 - 0x73a4a000    C:\Windows\system32\slc.dll
0x573b0000 - 0x573e0000    C:\Program Files\Java\jre7\bin\t2k.dll
0x752d0000 - 0x752e6000    C:\Windows\system32\CRYPTSP.dll
0x75070000 - 0x750ab000    C:\Windows\system32\rsaenh.dll
0x739e0000 - 0x739fc000    C:\Windows\system32\IPHLPAPI.DLL
0x739d0000 - 0x739d7000    C:\Windows\system32\WINNSI.DLL
0x738d0000 - 0x738e2000    C:\Windows\system32\dhcpcsvc.DLL
0x73240000 - 0x7324d000    C:\Windows\system32\dhcpcsvc6.DLL
0x57550000 - 0x57575000    C:\Program Files\Java\jre7\bin\jpeg.dll
0x637c0000 - 0x637cb000    C:\Users\nts\AppData\Local\Temp\jogamp_0000\file_cache\jln793253516221971221\jln3725620282009146434\gluegen-rt.dll
0x72220000 - 0x72226000    C:\Program Files\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44b000    C:\Users\nts\AppData\Local\Temp\jogamp_0000\file_cache\jln793253516221971221\jln3725620282009146434\nativewindow_awt.dll
0x6c100000 - 0x6c10c000    C:\Users\nts\AppData\Local\Temp\jogamp_0000\file_cache\jln793253516221971221\jln3725620282009146434\nativewindow_win32.dll
0x19160000 - 0x19228000    C:\Windows\system32\OpenGL32.dll
0x57380000 - 0x573a2000    C:\Windows\system32\GLU32.dll
0x709a0000 - 0x70a87000    C:\Windows\system32\DDRAW.dll
0x63fe0000 - 0x63fe6000    C:\Windows\system32\DCIMAN32.dll
0x64500000 - 0x64592000    C:\Users\nts\AppData\Local\Temp\jogamp_0000\file_cache\jln793253516221971221\jln3725620282009146434\jogl_desktop.dll
0x10000000 - 0x10aa4000    C:\Windows\system32\ig4icd32.dll
0x03c00000 - 0x03c37000    C:\Program Files\eMachines\eMachines Power Management\SysHook.dll
0x74d90000 - 0x74d95000    C:\Windows\System32\wshtcpip.dll
0x71360000 - 0x71387000    C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x75150000 - 0x75194000    C:\Windows\system32\DNSAPI.dll
0x71350000 - 0x71356000    C:\Windows\system32\rasadhlp.dll
0x737b0000 - 0x737e8000    C:\Windows\System32\fwpuclnt.dll
0x57040000 - 0x5706d000    C:\Program Files\Java\jre7\bin\kcms.dll
0x5d150000 - 0x5d170000    C:\Program Files\Java\jre7\bin\sunec.dll
0x73b10000 - 0x73b20000    C:\Windows\system32\NLAapi.dll
0x741e0000 - 0x741f0000    C:\Windows\system32\napinsp.dll
0x73f50000 - 0x73f62000    C:\Windows\system32\pnrpnsp.dll
0x741c0000 - 0x741c8000    C:\Windows\System32\winrnr.dll
0x646c0000 - 0x646c9000    C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x758c0000 - 0x759e0000    C:\Windows\system32\CRYPT32.dll
0x758a0000 - 0x758ac000    C:\Windows\system32\MSASN1.dll
0x70070000 - 0x7015b000    C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xmx256m -Djava.library.path=%PATH%;.
java_command: lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Java\jre7\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Windows Live\Shared;"C:\Program Files\Java\jre7\bin"
USERNAME=nts
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 5, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, popcnt, tsc, tscinvbit

Memory: 4k page, physical 1825600k(281164k free), swap 3651200k(844512k free)

vm_info: Java HotSpot(TM) Client VM (24.65-b04) for windows-x86 JRE (1.7.0_67-b01), built on Jul 25 2014 10:20:53 by "java_re" with unknown MS VC++:1600

time: Sun Aug 10 20:30:45 2014
elapsed time: 33 seconds
User avatar
Nezrukas
 
Posts: 134
Joined: Wed Aug 08, 2012 12:45 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sun Aug 10, 2014 4:38 pm

lachlaan wrote:Error Code :
Related to the new wiki template code?


yes.

Which item are you getting this from?

ps: just pushed the update which will let you see debuffs in the crafting menu. Because undebuffs are not fixed for food (but rather, dependent on ingredients) I can't show those in the craft menu.
Last edited by Kandarim on Sun Aug 10, 2014 4:41 pm, edited 1 time in total.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sun Aug 10, 2014 4:40 pm

Nezrukas wrote:Hi, i have problem with client.
I chose charcter, and see loading... also minimap, and interface. After a few seconds the client closes
Somebody can help?


Try following this post. Basically, type
Code: Select all
:gl meshmode d
in the console before logging into the world.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 3 guests