MagicManICT wrote:thechad wrote:I am having problems with the bat file...
What, exactly, is the problem? In other words, what occurs when you launch the batch file?
The simplest file is this:
- Code: Select all
javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
tried that
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
and this
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
all it does is open with that line in a cmd windows and closes with the same line and my performance spikes to 50% and then nothing happens even tried reinstalling java and restart still nothing but the regular client works fine...
Interesting thing here I got Anthclient v0.37 off my external hard hard drive the batch file is this:
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
suffice to say client starts up fine only problem is when you log in says client is too old
so I tried to use the same line to start 64-bit ender's client and got this:
D:\Haven and Hearth>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -X
mx512m -jar haven.jar moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: D:\Haven
and Hearth\jogl.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoad
er.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:4
9)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeL
ibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:
103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:4
9)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109
)
at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(Windows
GLDrawableFactory.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.jav
a:106)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java
:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)
at haven.HavenPanel.<init>(HavenPanel.java:77)
at haven.MainFrame.<init>(MainFrame.java:141)
at haven.MainFrame.main2(MainFrame.java:254)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$6.run(MainFrame.java:309)
at java.lang.Thread.run(Unknown Source)
D:\Haven and Hearth>pause
Press any key to continue . . .