Apoc Lite

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

Moderator: Phades

Re: Apoc Lite

Postby julian12it » Tue Jan 13, 2015 3:04 am

Xcom wrote:Does anyone know of a good file upload sight other then this sendspace sight? Its bothersome they provide false links to trick people into downloading Trojans.

Been a bit unmotivated with the next release but when it goes up it wont be in sendspace I hope.

Media Fire, Dropbox, and PornHub.
User avatar
julian12it
 
Posts: 787
Joined: Sat Sep 11, 2010 8:01 pm
Location: Topaz

Re: Apoc Lite

Postby borka » Tue Jan 13, 2015 3:19 am

PH is a fine idea - i smell drama posted when mum finds it in browser history :lol:
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Apoc Lite

Postby Xcom » Tue Jan 13, 2015 6:31 am

PornHub it is then. Thank you.
User avatar
Xcom
 
Posts: 1105
Joined: Wed Dec 14, 2011 1:43 pm

Re: Apoc Lite

Postby SuchWowee » Thu Jan 15, 2015 2:22 am

When I try to use run.bat, the command prompt shows up, but shortly afterwards, it disappears. Nothing else shows up too after the command prompt disappears. Does anyone know how i can fix this and use the client?
SuchWowee
 
Posts: 8
Joined: Sun Apr 20, 2014 4:28 pm

Re: Apoc Lite

Postby borka » Thu Jan 15, 2015 3:13 am

edit ( with Notepad) in a new line containing the word
Code: Select all
pause
only in run.bat and save
run it - the CMD window stays open so you can look there for error messages
If you have some post here so we can look into it

You might also check whether the Java path (and version number) is correct - hints you find in my signature
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Apoc Lite

Postby SuchWowee » Thu Jan 15, 2015 3:19 am

borka wrote:edit ( with Notepad) in a new line containing the word
Code: Select all
pause
only in run.bat and save
run it - the CMD window stays open so you can look there for error messages
If you have some post here so we can look into it

You might also check whether the Java path (and version number) is correct - hints you find in my signature

C:\Users\Aaron\Desktop\hnh>java -Xms512m -Xmx1024m -jar haven.jar moltke.seatrib
e.se -r ./res
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\Users
\Aaron\Desktop\hnh\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
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:82)
at haven.MainFrame.<init>(MainFrame.java:161)
at haven.MainFrame.main2(MainFrame.java:278)
at haven.MainFrame.access$100(MainFrame.java:54)
at haven.MainFrame$6.run(MainFrame.java:333)
at java.lang.Thread.run(Unknown Source)
java.io.IOException: closed
at javax.imageio.stream.ImageInputStreamImpl.checkClosed(Unknown Source)

at javax.imageio.stream.FileCacheImageInputStream.read(Unknown Source)
at javax.imageio.stream.ImageInputStreamImpl.readUnsignedByte(Unknown So
urce)
at com.sun.imageio.plugins.gif.GIFImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at haven.Resource$Image.<init>(Resource.java:550)
at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at haven.Resource.load(Resource.java:1101)
at haven.Resource.access$300(Resource.java:74)
at haven.Resource$Loader.handle(Resource.java:472)
at haven.Resource$Loader.run(Resource.java:451)
at java.lang.Thread.run(Unknown Source)

C:\Users\Aaron\Desktop\hnh>pause
Press any key to continue . . .
SuchWowee
 
Posts: 8
Joined: Sun Apr 20, 2014 4:28 pm

Re: Apoc Lite

Postby borka » Thu Jan 15, 2015 3:53 am

Code: Select all
Can't load AMD 64-bit .dll on a IA 32-bit platform

This is the error - you try to run the 64 Bit client on a 32 Bit Windows / 32 Bit Java
so you'd need to dowload and run the 32 Bit windows version of client and also the hotfix

if the default run.bat doesn't work use this:
Code: Select all
"C:\Program Files\Java\jre7\bin\javaw.exe" -Xms512m -Xmx1024m -jar haven.jar moltke.seatribe.se -r ./res


if you run Java 8 you'd need to change jre7 to jre8 in it
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Apoc Lite

Postby SuchWowee » Thu Jan 15, 2015 4:25 am

borka wrote:
Code: Select all
Can't load AMD 64-bit .dll on a IA 32-bit platform

This is the error - you try to run the 64 Bit client on a 32 Bit Windows / 32 Bit Java
so you'd need to dowload and run the 32 Bit windows version of client and also the hotfix

if the default run.bat doesn't work use this:
Code: Select all
"C:\Program Files\Java\jre7\bin\javaw.exe" -Xms512m -Xmx1024m -jar haven.jar moltke.seatribe.se -r ./res


if you run Java 8 you'd need to change jre7 to jre8 in it

Ah, thanks, now im off to follow my dreams. 8-)
SuchWowee
 
Posts: 8
Joined: Sun Apr 20, 2014 4:28 pm

Re: Apoc Lite

Postby Karede » Fri Jan 16, 2015 8:46 pm

Is there a way I can make this output map files that I can use with SalemMapTool?
User avatar
Karede
 
Posts: 769
Joined: Mon Jun 03, 2013 6:10 am

Re: Apoc Lite

Postby borka » Fri Jan 16, 2015 10:04 pm

edit SalemMapTool.exe.config
i.e.
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
   <appSettings>
      <add key="importminsize" value="10" />
      <add key="backcolor" value="4040ff" />
      <add key="importdir" value="%userprofile%\Desktop\HnH_ApocLite_x64_v25102015\map" />
      <add key="exportdir" value="%userprofile%\Desktop\HnH_ApocLite_x64_v25102015\map\merge" />
   </appSettings>
</configuration>
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

PreviousNext

Return to The Wizards' Tower

Who is online

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