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 lachlaan » Sat Sep 06, 2014 3:33 pm

Just gave autohotkey a chance, seems to do the trick :) Cheers.
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 Kandarim » Sat Sep 06, 2014 8:24 pm

have a look at mousekeys, which is a feature of most operating systems and a standard solution to this "problem"
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 jlt314 » Sun Sep 07, 2014 1:28 am

for those running Win7 64bit with the latest java 7 update.
if after successfully updating the client with the updater.jar, the client loads, you log in, choose a character, then the area begins loading, then the UI appears, you can see the humor bars and the adventure/craft/etc. menu and the inventory/skills/etc. buttons, the minimap appears, including moving animal symbols, BUT the main screen stays black, though, with just the word "loading..." in the middle and then the client crashes to desktop.
and if the same happens with the default client, the crash coming shortly after the minimap:

read there, use the console command and pray: viewtopic.php?f=10&t=8322#p108059

if your error log looks like mine (see below), this may be your salvation.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1009e8f0, pid=2920, tid=1096
#
# 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+0x9e8f0]
#
# 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 (0x0575f400): JavaThread "AWT-EventQueue-2" [_thread_in_native, id=1096, stack(0x08c30000,0x08d30000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x00000318, ECX=0xffffffff, EDX=0x00000000
ESP=0x08d2eb8c, EBP=0x00000000, ESI=0x00000000, EDI=0x0c15b468
EIP=0x1009e8f0, EFLAGS=0x00010206

Top of Stack: (sp=0x08d2eb8c)
0x08d2eb8c: 0c15b468 04ffc804 00000004 04ffc804
0x08d2eb9c: 1009ebfc 00000004 00000318 00001403
0x08d2ebac: 00000000 00000318 00000000 00000000
0x08d2ebbc: 08d2ebe8 34c30b00 0575f400 34c30b00
0x08d2ebcc: 64513d04 00000004 00000318 00001403
0x08d2ebdc: 00000000 00000000 34acfc80 08d2ec44
0x08d2ebec: 02a1aabd 0575f530 08d2ec70 00000004
0x08d2ebfc: 00000318 00001403 00000000 00000000

Instructions: (pc=0x1009e8f0)
0x1009e8d0: 8b 04 aa 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b eb
0x1009e8e0: 7c ee eb 3f 33 ed 85 db 7e 39 8d 9b 00 00 00 00
0x1009e8f0: 0f b7 04 6a 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b
0x1009e900: 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=0x00000318 is an unknown value
ECX=0xffffffff is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x08d2eb8c is pointing into the stack for thread: 0x0575f400
EBP=0x00000000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x0c15b468 is an unknown value


Stack: [0x08c30000,0x08d30000], sp=0x08d2eb8c, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x9e8f0]

[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 1766 C1 haven.Widget.draw(Lhaven/GOut;Z)V (87 bytes) @ 0x02da9afc [0x02da9a40+0xbc]
j haven.Widget.draw(Lhaven/GOut;)V+3
j haven.GameUI.draw(Lhaven/GOut;)V+27
J 1766 C1 haven.Widget.draw(Lhaven/GOut;Z)V (87 bytes) @ 0x02da9afc [0x02da9a40+0xbc]
j haven.Widget.draw(Lhaven/GOut;)V+3
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 jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V+81
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 1358 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x02cf4187 [0x02cf4120+0x67]
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J 1194 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (295 bytes) @ 0x02cb776c [0x02cb70d0+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 )
0x05760c00 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1824, stack(0x0ec60000,0x0ed60000)]
0x05764000 JavaThread "Worker thread" daemon [_thread_blocked, id=2936, stack(0x0e100000,0x0e200000)]
0x0a4c7000 JavaThread "Worker thread" daemon [_thread_blocked, id=2988, stack(0x0df60000,0x0e060000)]
0x0a4c6800 JavaThread "Worker thread" daemon [_thread_in_Java, id=1976, stack(0x0acb0000,0x0adb0000)]
0x0a4c5400 JavaThread "Worker thread" daemon [_thread_blocked, id=3344, stack(0x0dc90000,0x0dd90000)]
0x05763800 JavaThread "Server time ticker" daemon [_thread_blocked, id=2500, stack(0x0eb30000,0x0ec30000)]
0x05763400 JavaThread "Session writer" daemon [_thread_blocked, id=2256, stack(0x0e9c0000,0x0eac0000)]
0x05762c00 JavaThread "Session reader" daemon [_thread_in_native, id=2300, stack(0x0e780000,0x0e880000)]
0x05762800 JavaThread "Haven UI thread" [_thread_blocked, id=1972, stack(0x0c470000,0x0c570000)]
0x05762000 JavaThread "Haven main thread" [_thread_blocked, id=3892, stack(0x0af50000,0x0b050000)]
0x05761c00 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=1988, stack(0x0ae40000,0x0af40000)]
0x05760800 JavaThread "Haven resource loader" daemon [_thread_in_native, id=2292, stack(0x083e0000,0x084e0000)]
0x0575d000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=1864, stack(0x07650000,0x07750000)]
0x0575d400 JavaThread "Haven resource loader" daemon [_thread_blocked, id=3332, stack(0x0a130000,0x0a230000)]
0x05760000 JavaThread "Haven main thread" [_thread_blocked, id=1088, stack(0x0a360000,0x0a460000)]
0x0575e000 JavaThread "Error reporter" daemon [_thread_blocked, id=3776, stack(0x0a260000,0x0a360000)]
0x0575dc00 JavaThread "TimerQueue" daemon [_thread_blocked, id=3476, stack(0x09bb0000,0x09cb0000)]
0x0575fc00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1020, stack(0x08db0000,0x08eb0000)]
=>0x0575f400 JavaThread "AWT-EventQueue-2" [_thread_in_native, id=1096, stack(0x08c30000,0x08d30000)]
0x0575f000 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=2036, stack(0x08650000,0x08750000)]
0x0575c800 JavaThread "AWT-Shutdown" [_thread_blocked, id=2896, stack(0x06920000,0x06a20000)]
0x00676000 JavaThread "DestroyJavaVM" [_thread_blocked, id=4040, stack(0x02860000,0x02960000)]
0x056f3000 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=1220, stack(0x06a40000,0x06b40000)]
0x056c7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3480, stack(0x02720000,0x02820000)]
0x056c6c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=908, stack(0x066c0000,0x067c0000)]
0x056c3400 JavaThread "CacheCleanUpThread" daemon [_thread_in_native, id=984, stack(0x06440000,0x06540000)]
0x056c9800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=3556, stack(0x05e00000,0x05f00000)]
0x056c9000 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=3560, stack(0x06260000,0x06360000)]
0x05648400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1916, stack(0x05860000,0x05960000)]
0x00710000 JavaThread "Service Thread" daemon [_thread_blocked, id=2644, stack(0x052f0000,0x053f0000)]
0x0070ac00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2032, stack(0x053f0000,0x054f0000)]
0x00709400 JavaThread "Attach Listener" daemon [_thread_blocked, id=1740, stack(0x05030000,0x05130000)]
0x00706400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1248, stack(0x051c0000,0x052c0000)]
0x0069d400 JavaThread "Finalizer" daemon [_thread_blocked, id=676, stack(0x04f00000,0x05000000)]
0x00698400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3316, stack(0x04bc0000,0x04cc0000)]

Other Threads:
0x00697000 VMThread [stack: 0x04a10000,0x04b10000] [id=2904]
0x0072bc00 WatcherThread [stack: 0x05540000,0x05640000] [id=1244]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 54976K, used 12382K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 12% used [0x14600000, 0x14c27828, 0x175c0000)
from space 6080K, 100% used [0x175c0000, 0x17bb0000, 0x17bb0000)
to space 6080K, 0% used [0x17bb0000, 0x17bb0000, 0x181a0000)
tenured generation total 121980K, used 106683K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 87% used [0x1f0a0000, 0x258cefb8, 0x258cf000, 0x267bf000)
compacting perm gen total 12288K, used 11555K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 94% used [0x34600000, 0x35148c18, 0x35148e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)

Card table byte_map: [0x01160000,0x01290000] byte_map_base: 0x010bd000

Polling page: 0x00190000

Code Cache [0x02a10000, 0x02e50000, 0x04a10000)
total_blobs=2534 nmethods=2098 adapters=372 free_code_cache=28446Kb largest_free_block=29128384

Compilation events (10 events):
Event: 47.577 Thread 0x0070ac00 2093 haven.MapMesh$3$1::compare (16 bytes)
Event: 47.577 Thread 0x0070ac00 nmethod 2093 0x02e3cd08 code [0x02e3ce00, 0x02e3cee0]
Event: 47.577 Thread 0x0070ac00 2094 haven.MapMesh$3$1::compare (10 bytes)
Event: 47.577 Thread 0x0070ac00 nmethod 2094 0x02e3d008 code [0x02e3d100, 0x02e3d190]
Event: 47.578 Thread 0x0070ac00 2095 java.util.TimSort::gallopLeft (335 bytes)
Event: 47.578 Thread 0x0070ac00 nmethod 2095 0x02e3d248 code [0x02e3d3a0, 0x02e3d6d0]
Event: 47.579 Thread 0x0070ac00 2096 java.util.TimSort::gallopRight (335 bytes)
Event: 47.580 Thread 0x0070ac00 nmethod 2096 0x02e3da08 code [0x02e3db60, 0x02e3deb0]
Event: 47.620 Thread 0x0070ac00 2097 java.util.ArrayList$SubList::checkForComodification (23 bytes)
Event: 47.620 Thread 0x0070ac00 nmethod 2097 0x02e3e208 code [0x02e3e310, 0x02e3e40c]

GC Heap History (10 events):
Event: 45.729 GC heap before
{Heap before GC invocations=56 (full 6):
def new generation total 54976K, used 52518K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 99% used [0x14600000, 0x175aa2b0, 0x175c0000)
from space 6080K, 61% used [0x175c0000, 0x1795f618, 0x17bb0000)
to space 6080K, 0% used [0x17bb0000, 0x17bb0000, 0x181a0000)
tenured generation total 121980K, used 86396K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 70% used [0x1f0a0000, 0x244ff010, 0x244ff200, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d58, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
Event: 45.739 GC heap after
Heap after GC invocations=57 (full 6):
def new generation total 54976K, used 4332K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 0% used [0x14600000, 0x14600000, 0x175c0000)
from space 6080K, 71% used [0x17bb0000, 0x17feb068, 0x181a0000)
to space 6080K, 0% used [0x175c0000, 0x175c0000, 0x17bb0000)
tenured generation total 121980K, used 89174K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 73% used [0x1f0a0000, 0x247b5b68, 0x247b5c00, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d58, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
}
Event: 46.197 GC heap before
{Heap before GC invocations=57 (full 6):
def new generation total 54976K, used 53228K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 100% used [0x14600000, 0x175c0000, 0x175c0000)
from space 6080K, 71% used [0x17bb0000, 0x17feb068, 0x181a0000)
to space 6080K, 0% used [0x175c0000, 0x175c0000, 0x17bb0000)
tenured generation total 121980K, used 89174K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 73% used [0x1f0a0000, 0x247b5b68, 0x247b5c00, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d58, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
Event: 46.204 GC heap after
Heap after GC invocations=58 (full 6):
def new generation total 54976K, used 1958K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 0% used [0x14600000, 0x14600000, 0x175c0000)
from space 6080K, 32% used [0x175c0000, 0x177a9928, 0x17bb0000)
to space 6080K, 0% used [0x17bb0000, 0x17bb0000, 0x181a0000)
tenured generation total 121980K, used 92635K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 75% used [0x1f0a0000, 0x24b16f38, 0x24b17000, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d58, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
}
Event: 46.651 GC heap before
{Heap before GC invocations=58 (full 6):
def new generation total 54976K, used 50854K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 100% used [0x14600000, 0x175c0000, 0x175c0000)
from space 6080K, 32% used [0x175c0000, 0x177a9928, 0x17bb0000)
to space 6080K, 0% used [0x17bb0000, 0x17bb0000, 0x181a0000)
tenured generation total 121980K, used 92635K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 75% used [0x1f0a0000, 0x24b16f38, 0x24b17000, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d78, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
Event: 46.658 GC heap after
Heap after GC invocations=59 (full 6):
def new generation total 54976K, used 4219K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 0% used [0x14600000, 0x14600000, 0x175c0000)
from space 6080K, 69% used [0x17bb0000, 0x17fcee18, 0x181a0000)
to space 6080K, 0% used [0x175c0000, 0x175c0000, 0x17bb0000)
tenured generation total 121980K, used 92635K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 75% used [0x1f0a0000, 0x24b16f38, 0x24b17000, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d78, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
}
Event: 47.071 GC heap before
{Heap before GC invocations=59 (full 6):
def new generation total 54976K, used 53115K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 100% used [0x14600000, 0x175c0000, 0x175c0000)
from space 6080K, 69% used [0x17bb0000, 0x17fcee18, 0x181a0000)
to space 6080K, 0% used [0x175c0000, 0x175c0000, 0x17bb0000)
tenured generation total 121980K, used 92635K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 75% used [0x1f0a0000, 0x24b16f38, 0x24b17000, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d78, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
Event: 47.080 GC heap after
Heap after GC invocations=60 (full 6):
def new generation total 54976K, used 4738K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 0% used [0x14600000, 0x14600000, 0x175c0000)
from space 6080K, 77% used [0x175c0000, 0x17a60b08, 0x17bb0000)
to space 6080K, 0% used [0x17bb0000, 0x17bb0000, 0x181a0000)
tenured generation total 121980K, used 94282K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 77% used [0x1f0a0000, 0x24cb2920, 0x24cb2a00, 0x267bf000)
compacting perm gen total 12288K, used 11495K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35139d78, 0x35139e00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
}
Event: 47.386 GC heap before
{Heap before GC invocations=60 (full 6):
def new generation total 54976K, used 52623K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 97% used [0x14600000, 0x174c34d8, 0x175c0000)
from space 6080K, 77% used [0x175c0000, 0x17a60b08, 0x17bb0000)
to space 6080K, 0% used [0x17bb0000, 0x17bb0000, 0x181a0000)
tenured generation total 121980K, used 94282K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 77% used [0x1f0a0000, 0x24cb2920, 0x24cb2a00, 0x267bf000)
compacting perm gen total 12288K, used 11546K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35146a88, 0x35146c00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
Event: 47.405 GC heap after
Heap after GC invocations=61 (full 6):
def new generation total 54976K, used 6080K [0x14600000, 0x181a0000, 0x1f0a0000)
eden space 48896K, 0% used [0x14600000, 0x14600000, 0x175c0000)
from space 6080K, 100% used [0x17bb0000, 0x181a0000, 0x181a0000)
to space 6080K, 0% used [0x175c0000, 0x175c0000, 0x17bb0000)
tenured generation total 121980K, used 99395K [0x1f0a0000, 0x267bf000, 0x34600000)
the space 121980K, 81% used [0x1f0a0000, 0x251b0c60, 0x251b0e00, 0x267bf000)
compacting perm gen total 12288K, used 11546K [0x34600000, 0x35200000, 0x38600000)
the space 12288K, 93% used [0x34600000, 0x35146a88, 0x35146c00, 0x35200000)
ro space 10240K, 42% used [0x38600000, 0x38a34650, 0x38a34800, 0x39000000)
rw space 12288K, 52% used [0x39000000, 0x3964be40, 0x3964c000, 0x39c00000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 47.547 Thread 0x0575f400 Threw 0x15878b10 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.561 Thread 0x05762800 Threw 0x158da8a8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.561 Thread 0x05762800 Threw 0x158db228 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.561 Thread 0x05762800 Threw 0x158db528 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.561 Thread 0x05762800 Threw 0x158ded30 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.562 Thread 0x05762800 Threw 0x158df6d8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.562 Thread 0x05762800 Threw 0x158df9e0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.564 Thread 0x05762800 Threw 0x158e60d8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.564 Thread 0x05762800 Threw 0x158e6978 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 47.564 Thread 0x05762800 Threw 0x158e6c50 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 47.546 loading class 0x07fe9d08
Event: 47.546 loading class 0x07fe9d08 done
Event: 47.547 loading class 0x081e7a78
Event: 47.547 loading class 0x081e7a78 done
Event: 47.560 loading class 0x07f073b0
Event: 47.560 loading class 0x07f073b0 done
Event: 47.561 loading class 0x0a52e058
Event: 47.561 loading class 0x0a52e058 done
Event: 47.564 loading class 0x07efee10
Event: 47.564 loading class 0x07efee10 done


Dynamic libraries:
0x01290000 - 0x012a6000 C:\Program Files (x86)\Java\jre7\bin\jp2launcher.exe
0x77520000 - 0x776a0000 C:\Windows\SysWOW64\ntdll.dll
0x75280000 - 0x75390000 C:\Windows\syswow64\kernel32.dll
0x76e30000 - 0x76e77000 C:\Windows\syswow64\KERNELBASE.dll
0x74760000 - 0x7481f000 C:\Program Files (x86)\Java\jre7\bin\MSVCR100.dll
0x76790000 - 0x76890000 C:\Windows\syswow64\USER32.dll
0x76370000 - 0x76400000 C:\Windows\syswow64\GDI32.dll
0x76580000 - 0x7658a000 C:\Windows\syswow64\LPK.dll
0x751e0000 - 0x7527d000 C:\Windows\syswow64\USP10.dll
0x74fa0000 - 0x7504c000 C:\Windows\syswow64\msvcrt.dll
0x76d60000 - 0x76e00000 C:\Windows\syswow64\ADVAPI32.dll
0x76760000 - 0x76779000 C:\Windows\SysWOW64\sechost.dll
0x76e80000 - 0x76f70000 C:\Windows\syswow64\RPCRT4.dll
0x74f20000 - 0x74f80000 C:\Windows\syswow64\SspiCli.dll
0x74f10000 - 0x74f1c000 C:\Windows\syswow64\CRYPTBASE.dll
0x753e0000 - 0x7553c000 C:\Windows\syswow64\ole32.dll
0x75560000 - 0x755ef000 C:\Windows\syswow64\OLEAUT32.dll
0x732c0000 - 0x7330c000 C:\Windows\system32\apphelp.dll
0x74640000 - 0x746cd000 C:\Windows\AppPatch\AcLayers.DLL
0x75650000 - 0x7629a000 C:\Windows\syswow64\SHELL32.dll
0x75070000 - 0x750c7000 C:\Windows\syswow64\SHLWAPI.dll
0x75050000 - 0x75067000 C:\Windows\syswow64\USERENV.dll
0x76750000 - 0x7675b000 C:\Windows\syswow64\profapi.dll
0x74270000 - 0x742c1000 C:\Windows\system32\WINSPOOL.DRV
0x70cf0000 - 0x70d02000 C:\Windows\system32\MPR.dll
0x75180000 - 0x751e0000 C:\Windows\system32\IMM32.DLL
0x762a0000 - 0x7636c000 C:\Windows\syswow64\MSCTF.dll
0x70ca0000 - 0x70cc1000 C:\Windows\system32\ntmarta.dll
0x76530000 - 0x76575000 C:\Windows\syswow64\WLDAP32.dll
0x6c010000 - 0x6c398000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x73740000 - 0x73747000 C:\Windows\system32\WSOCK32.dll
0x753a0000 - 0x753d5000 C:\Windows\syswow64\WS2_32.dll
0x75170000 - 0x75176000 C:\Windows\syswow64\NSI.dll
0x74b90000 - 0x74bc2000 C:\Windows\system32\WINMM.dll
0x75160000 - 0x75165000 C:\Windows\syswow64\PSAPI.DLL
0x748c0000 - 0x748cc000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x748a0000 - 0x748c0000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x744f0000 - 0x74633000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x74730000 - 0x74757000 C:\Program Files (x86)\Java\jre7\bin\jli.dll
0x741e0000 - 0x74264000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll
0x70f60000 - 0x70fe0000 C:\Windows\system32\uxtheme.dll
0x74840000 - 0x74853000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x746d0000 - 0x7472d000 C:\Program Files (x86)\Java\jre7\bin\deploy.dll
0x73730000 - 0x73739000 C:\Windows\system32\VERSION.dll
0x76590000 - 0x7674d000 C:\Windows\syswow64\WININET.dll
0x74f80000 - 0x74f84000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x76780000 - 0x76784000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x76fe0000 - 0x76fe4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x76ff0000 - 0x76ff3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x76fd0000 - 0x76fd3000 C:\Windows\syswow64\normaliz.DLL
0x76b40000 - 0x76d5a000 C:\Windows\syswow64\iertutil.dll
0x774f0000 - 0x774f5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x76400000 - 0x76528000 C:\Windows\syswow64\urlmon.dll
0x75390000 - 0x75394000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
0x74820000 - 0x74834000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x72290000 - 0x722cc000 C:\Windows\system32\mswsock.dll
0x72210000 - 0x72216000 C:\Windows\System32\wship6.dll
0x748d0000 - 0x748df000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x74b70000 - 0x74b83000 C:\Windows\system32\dwmapi.dll
0x72660000 - 0x72668000 C:\Windows\system32\Secur32.dll
0x74a50000 - 0x74a54000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x734a0000 - 0x734bc000 C:\Windows\system32\IPHLPAPI.DLL
0x73490000 - 0x73497000 C:\Windows\system32\WINNSI.DLL
0x72220000 - 0x72225000 C:\Windows\System32\wshtcpip.dll
0x73330000 - 0x73374000 C:\Windows\system32\DNSAPI.dll
0x72230000 - 0x72236000 C:\Windows\system32\rasadhlp.dll
0x72240000 - 0x72278000 C:\Windows\System32\fwpuclnt.dll
0x70cd0000 - 0x70cd4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x76890000 - 0x76913000 C:\Windows\syswow64\CLBCatQ.DLL
0x72070000 - 0x72082000 C:\Windows\system32\dhcpcsvc.DLL
0x72060000 - 0x7206d000 C:\Windows\system32\dhcpcsvc6.DLL
0x749f0000 - 0x74a4a000 C:\Windows\System32\netprofm.dll
0x72300000 - 0x72310000 C:\Windows\System32\nlaapi.dll
0x72fd0000 - 0x72fe6000 C:\Windows\system32\CRYPTSP.dll
0x72f90000 - 0x72fcb000 C:\Windows\system32\rsaenh.dll
0x72a30000 - 0x72a3e000 C:\Windows\system32\RpcRtRemote.dll
0x73900000 - 0x73908000 C:\Windows\System32\npmproxy.dll
0x74860000 - 0x74899000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x744c0000 - 0x744f0000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x70fe0000 - 0x7117e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
0x70640000 - 0x70770000 C:\Windows\system32\WindowsCodecs.dll
0x77000000 - 0x77120000 C:\Windows\syswow64\CRYPT32.dll
0x74f90000 - 0x74f9c000 C:\Windows\syswow64\MSASN1.dll
0x74440000 - 0x74471000 C:\Windows\system32\EhStorShell.dll
0x76920000 - 0x76abd000 C:\Windows\syswow64\SETUPAPI.dll
0x75620000 - 0x75647000 C:\Windows\syswow64\CFGMGR32.dll
0x75540000 - 0x75552000 C:\Windows\syswow64\DEVOBJ.dll
0x6c7b0000 - 0x6c8a5000 C:\Windows\system32\PROPSYS.dll
0x74360000 - 0x743d0000 C:\Windows\system32\ntshrui.dll
0x72170000 - 0x72189000 C:\Windows\system32\srvcli.dll
0x744b0000 - 0x744bb000 C:\Windows\system32\cscapi.dll
0x74c30000 - 0x74c3a000 C:\Windows\system32\slc.dll
0x74480000 - 0x744a5000 C:\Program Files (x86)\Java\jre7\bin\jpeg.dll
0x637c0000 - 0x637cb000 C:\Users\Jaroslav\AppData\Local\Temp\jogamp_0000\file_cache\jln8066903186090844940\jln3158453095843298667\gluegen-rt.dll
0x74430000 - 0x74436000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44b000 C:\Users\Jaroslav\AppData\Local\Temp\jogamp_0000\file_cache\jln8066903186090844940\jln3158453095843298667\nativewindow_awt.dll
0x00c60000 - 0x00c6c000 C:\Users\Jaroslav\AppData\Local\Temp\jogamp_0000\file_cache\jln8066903186090844940\jln3158453095843298667\nativewindow_win32.dll
0x71450000 - 0x71518000 C:\Windows\system32\OpenGL32.dll
0x74400000 - 0x74422000 C:\Windows\system32\GLU32.dll
0x6bf20000 - 0x6c007000 C:\Windows\system32\DDRAW.dll
0x743f0000 - 0x743f6000 C:\Windows\system32\DCIMAN32.dll
0x64500000 - 0x64592000 C:\Users\Jaroslav\AppData\Local\Temp\jogamp_0000\file_cache\jln8066903186090844940\jln3158453095843298667\jogl_desktop.dll
0x10000000 - 0x10aa2000 C:\Windows\system32\ig4icd32.dll
0x74330000 - 0x7435d000 C:\Program Files (x86)\Java\jre7\bin\kcms.dll
0x743d0000 - 0x743f0000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x722f0000 - 0x72300000 C:\Windows\system32\napinsp.dll
0x722d0000 - 0x722e2000 C:\Windows\system32\pnrpnsp.dll
0x72280000 - 0x72288000 C:\Windows\System32\winrnr.dll
0x74320000 - 0x74329000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x6bd30000 - 0x6be1b000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xbootclasspath/a:C:\Program Files (x86)\Java\jre7\lib\deploy.jar;C:\Program Files (x86)\Java\jre7\lib\javaws.jar;C:\Program Files (x86)\Java\jre7\lib\plugin.jar -Xverify:remote -Djava.security.policy=file:C:\Program Files (x86)\Java\jre7\lib\security\javaws.policy -DtrustProxy=true -Djnlpx.home=C:\Program Files (x86)\Java\jre7\bin -Djnlpx.origFilenameArg=D:\salem.jnlp -Djnlpx.remove=true -Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://login.salemthegame.com/portal/tostore -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Xmx512M -Djnlpx.heapsize=NULL,512M -Djnlpx.splashport=49402 -Djnlpx.jvm=C:\Program Files (x86)\Java\jre7\bin\javaw.exe -Djnlpx.vmargs=LURqbmxwLmhhdmVuLmVycm9ydXJsPWh0dHA6Ly9nYW1lLnNhbGVtdGhlZ2FtZS5jb20vamF2YS9lcnJvcgAtRGpubHAuaGF2ZW4uZGVmc2Vydj1nYW1lLnNhbGVtdGhlZ2FtZS5jb20ALURq3aduKlwg19cgr88ikddnlSo+QJM83Odj4thskJ5mjm8+QEAgr9lrnio+QEAgqoV14NBlyI5hhWAvKlwgntxyoZQKiZVu0NZ0eV4gn9d1p5kKXIxh0d1y0uFvsU8Kk5Jl6ad5RoVy5dpjkyogIC1Eam5scC5oYXZlbi5zdG9yZXVybD1odHRwOi8vbG9naW4uc2FsZW10aGVnYW1lLmNvbS9wb3J0YWwvdG9zdG9yZQAtRGpubHAuaGF2ZW4ucmVndXJsPWh0dHA6Ly9sb2dpbi5zYWxlbXRoZWdhbWUuY29tL2JldGEvbnJlZ2lzdGVyAA==
java_command: com.sun.javaws.Main C:\Users\Jaroslav\AppData\Local\Temp\javaws2
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Java\jre7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Calibre2\;"C:\Program Files (x86)\Java\jre7\bin"
USERNAME=Jaroslav
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel



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

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

Memory: 4k page, physical 4027268k(2324964k free), swap 8052672k(6367352k 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 Sep 07 01:44:04 2014
elapsed time: 48 seconds
jlt314
 
Posts: 1
Joined: Sun Nov 25, 2012 3:00 am

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

Postby Kandarim » Sun Sep 07, 2014 8:24 am

yes, as shown in one of the treads linked in the linked thread, this bug can be recognised by the lines
Code: Select all
# Problematic frame:
# C [ig4icd32.dll+0x9e8f0]
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 Blood » Tue Sep 09, 2014 11:30 am

I was wondering if you have any ideas what would cause sheds and cupboards to have a .5 - 1 second delay when opening them, this only happens on these 2 inventory sizes it seems and only outside whereas inside my cupboards are fine. I have a couple dozen sheds and i love jumping through them, i tried deleting Salem and re downloading it all again and same thing, i can live with it but yea it gets irritating because i like all the features of this client vs enders.
Blood
 
Posts: 259
Joined: Sat Nov 17, 2012 5:09 pm

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

Postby Procne » Tue Sep 09, 2014 11:52 am

I think it's because client need to loads container's contents before it can display the window. But it shouldn't be an issue unless your connection to the server is slow or the server is overloaded. I had it happen too, but it was accompanied by a general lag
Image
Procne
 
Posts: 3696
Joined: Mon Sep 03, 2012 11:34 pm

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

Postby Kandarim » Tue Sep 09, 2014 4:02 pm

Procne wrote:I think it's because client need to loads container's contents before it can display the window. But it shouldn't be an issue unless your connection to the server is slow or the server is overloaded. I had it happen too, but it was accompanied by a general lag
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 colesie » Wed Sep 10, 2014 6:53 pm

I'm having issues with the client updater

It worked fine for me a while ago but when I tried to run it again I started running into problems.
If I run the jar file it will update and go through that process but then the updater box will just close and nothing else will happen.

I run the other jnlp file and it just says that my security settings are blocking it.
http://puu.sh/btxCR.png

I've went into my firewall and can't seem to find anything that would be stopping this.

Also the run.bat file doesn't work for me at all

I have java 7


Here is my error when I run the custom client
java.lang.SecurityException: illegal URL redirect
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Beep Boop Bop
My builds (Under Occupation)
Image
Have you given haven a try? ◕‿◕
User avatar
colesie
 
Posts: 4753
Joined: Thu Oct 04, 2012 6:20 pm
Location: Ontario, Canada

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

Postby lachlaan » Wed Sep 10, 2014 7:10 pm

A veteran that can't use the search function ._.

Go into control panel, java options thinger, security tab, slide to medium, or check the forum for the post instructing on how to do it.
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 colesie » Wed Sep 10, 2014 7:15 pm

lachlaan wrote:A veteran that can't use the search function ._.

Go into control panel, java options thinger, security tab, slide to medium, or check the forum for the post instructing on how to do it.

I did use search but didn't come up with a working option that would fix my problem
Beep Boop Bop
My builds (Under Occupation)
Image
Have you given haven a try? ◕‿◕
User avatar
colesie
 
Posts: 4753
Joined: Thu Oct 04, 2012 6:20 pm
Location: Ontario, Canada

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 1 guest