Updated: Stuttering after exploring (Solved?)

The worst monsters in the Hearthlands warp the fabric of space and time...

Re: Updated: Stuttering after exploring (Solved)

Postby sMartins » Sat Aug 27, 2016 6:50 pm

Can you explain me how to launch the default client with this memory improved thing? Thx
Make friends with the other crabs or try to escape the bucket.
I'd hardly call anything the Bible of our times. » special thanks to MagicManICT
I only logged in to say this sentence. by neeco » 30 Oct 2018, 02:57
Default Client, Best Client!
User avatar
sMartins
 
Posts: 3046
Joined: Wed Nov 11, 2015 10:21 pm
Location: Italy

Re: Updated: Stuttering after exploring (Solved)

Postby InvaderDoom » Sun Aug 28, 2016 4:21 am

sMartins wrote:Can you explain me how to launch the default client with this memory improved thing? Thx


Sure thing! Lemme put something together with some images and a legitimate guide and I'll throw it up here!
I just love to stalk the Jorbtar
#Memories
User avatar
InvaderDoom
 
Posts: 216
Joined: Sun Jul 31, 2016 8:06 am

Re: Updated: Stuttering after exploring (Solved)

Postby sMartins » Sun Aug 28, 2016 3:00 pm

InvaderDoom wrote:
sMartins wrote:Can you explain me how to launch the default client with this memory improved thing? Thx


Sure thing! Lemme put something together with some images and a legitimate guide and I'll throw it up here!


Thx man, take your time.
Make friends with the other crabs or try to escape the bucket.
I'd hardly call anything the Bible of our times. » special thanks to MagicManICT
I only logged in to say this sentence. by neeco » 30 Oct 2018, 02:57
Default Client, Best Client!
User avatar
sMartins
 
Posts: 3046
Joined: Wed Nov 11, 2015 10:21 pm
Location: Italy

Re: Updated: Stuttering after exploring (Solved)

Postby InvaderDoom » Sun Aug 28, 2016 9:09 pm

Update: it seems the stuttering still continues in certain areas and am currently working on editing the .jar file
I just love to stalk the Jorbtar
#Memories
User avatar
InvaderDoom
 
Posts: 216
Joined: Sun Jul 31, 2016 8:06 am

Re: Updated: Stuttering after exploring (Solved)

Postby InvaderDoom » Mon Aug 29, 2016 8:47 am

Update #2: So I've slightly modified the actual Ender's client .jar file. Made a few changes to the memory allocation, stuff like that.

If anyone is having this issue, download this File and play with it a bit and see if it works.

I was playing for the better part of the whole day using this file instead of the other one, and it has not appeared to come back. I will continue to do further testing to see if this was the fix.

Note: I have a very limited knowledge of Java, and I only modified things that I recognized. I will continue to try and figure out and break down as much as I can, but how much I can do will be vastly limited.
I just love to stalk the Jorbtar
#Memories
User avatar
InvaderDoom
 
Posts: 216
Joined: Sun Jul 31, 2016 8:06 am

Re: Updated: Stuttering after exploring (Solved)

Postby Granger » Mon Aug 29, 2016 9:49 am

InvaderDoom wrote:If anyone is having this issue, download this File and play with it a bit and see if it works.

Please provide the patch you made against the original, so others can apply it themselves.
⁎ Mon Mar 22, 2010 ✝ Thu Jan 23, 2020
User avatar
Granger
 
Posts: 9264
Joined: Mon Mar 22, 2010 2:00 pm

Re: Updated: Stuttering after exploring (Solved)

Postby InvaderDoom » Mon Aug 29, 2016 6:15 pm

Granger wrote:Please provide the patch you made against the original, so others can apply it themselves.


If you're already using the Ender client, you should not need a full patch file. I only modified the the config.xml file. I just replaced my "updater-hafen" file in my Ender directory with this one, and provided it works the way it should, it should allocate more memory to Java.exe when it launches the client. I modified as little as possible so that you would not need to continuously download and update a new file when a new version is released.

This is still in mere testing and I know a couple people have said that they were having the same problem with the Ender client, so I figured I would post my progress and see if it does anything for them, or if I'm just having short periods of luck.
I just love to stalk the Jorbtar
#Memories
User avatar
InvaderDoom
 
Posts: 216
Joined: Sun Jul 31, 2016 8:06 am

Re: Updated: Stuttering after exploring (Solved)

Postby Granger » Mon Aug 29, 2016 6:26 pm

GPL Software, please distribute the source code.
⁎ Mon Mar 22, 2010 ✝ Thu Jan 23, 2020
User avatar
Granger
 
Posts: 9264
Joined: Mon Mar 22, 2010 2:00 pm

Re: Updated: Stuttering after exploring (Solved)

Postby InvaderDoom » Mon Aug 29, 2016 9:47 pm

Granger wrote:GPL Software, please distribute the source code.


I don't know what you mean by source code, since I simply changed 4 numbers in the config.xml(and I don't even know if it really worked, since I honestly don't know what I'm doing) so that's why I was just going to throw it up here for some people to test, but if you really want the "source code", here you go:

Code: Select all
<config jar="hafen.jar" mem="2048m" res="http://www.havenandhearth.com/hres/" server="game.havenandhearth.com">
   <!-- WINDOWS -->
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-windows-i586.jar" file="jogl-natives-windows-i586.jar" os="Windows" arch="x86" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-windows-i586.jar" os="Windows" arch="x86" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-windows-amd64.jar" file="jogl-natives-windows-amd64.jar" os="Windows" arch="amd64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-windows-amd64.jar" os="Windows" arch="amd64" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-windows-amd64.jar" file="jogl-natives-windows-amd64.jar" os="Windows" arch="x86_64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-windows-amd64.jar" os="Windows" arch="x86_64" />
   
   <!-- SOLARIS -->
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-solaris-sparc.jar" file="jogl-natives-solaris-sparc.jar" os="SunOS" arch="sparc" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-solaris-sparc.jar" os="SunOS" arch="sparc" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-solaris-sparcv9.jar" file="jogl-natives-solaris-sparcv9.jar" os="SunOS" arch="sparcv9" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-solaris-sparcv9.jar" os="SunOS" arch="sparcv9" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-solaris-i586.jar" file="jogl-natives-solaris-i586.jar" os="SunOS" arch="x86" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-solaris-i586.jar" os="SunOS" arch="x86" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-solaris-amd64.jar" file="jogl-natives-solaris-amd64.jar" os="SunOS" arch="amd64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-solaris-amd64.jar" os="SunOS" arch="amd64" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-solaris-amd64.jar" file="jogl-natives-solaris-amd64.jar" os="SunOS" arch="x86_64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-solaris-amd64.jar" os="SunOS" arch="x86_64" />
   
   <!-- LINUX -->
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-linux-i586.jar" file="jogl-natives-linux-i586.jar" os="Linux" arch="i386" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-linux-i586.jar" os="Linux" arch="i386" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-linux-i586.jar" file="jogl-natives-linux-i586.jar" os="Linux" arch="x86" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-linux-i586.jar" os="Linux" arch="x86" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-linux-amd64.jar" file="jogl-natives-linux-amd64.jar" os="Linux" arch="amd64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-linux-amd64.jar" os="Linux" arch="amd64" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-linux-amd64.jar" file="jogl-natives-linux-amd64.jar" os="Linux" arch="x86_64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-linux-amd64.jar" os="Linux" arch="x86_64" />
   
   <!-- MAC OS X -->
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-macosx-universal.jar" file="jogl-natives-macosx-universal.jar" os="Mac OS X" arch="i386" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-macosx-universal.jar" os="Mac OS X" arch="i386" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-macosx-i586.jar" file="jogl-natives-macosx-i586.jar" os="Mac OS X" arch="ppc" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-macosx-i586.jar" os="Mac OS X" arch="ppc" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all-natives-macosx-universal.jar" file="jogl-natives-macosx-universal.jar" os="Mac OS X" arch="x86_64" />
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt-natives-macosx-universal.jar" os="Mac OS X" arch="x86_64" />
   
   <item link="http://www.havenandhearth.com/java/jogl2/jar/jogl-all.jar" file="jogl.jar"/>
   <item link="http://www.havenandhearth.com/java/jogl2/jar/gluegen-rt.jar"/>
   <item link="http://www.havenandhearth.com/java/hafen-res.jar" />
   <item link="http://www.havenandhearth.com/java/builtin-res.jar" />
   <item link="http://enderwiggin.github.io/hafen/hafen.jar" />
   <item link="http://enderwiggin.github.io/hafen/client-res.jar" />
</config>
I just love to stalk the Jorbtar
#Memories
User avatar
InvaderDoom
 
Posts: 216
Joined: Sun Jul 31, 2016 8:06 am

Re: Updated: Stuttering after exploring (Solved)

Postby Granger » Mon Aug 29, 2016 9:59 pm

Thank you.

Background to the request is: once upon a time there was a client that contained a keylogger.

With the contents the file to educate themselves even the paranoid can now patch their client in case of the problem without the (however rational) fear of endangering hundreds or thousands of hours put into a character or a village.

Or Loftar could pull it into the official one.
⁎ Mon Mar 22, 2010 ✝ Thu Jan 23, 2020
User avatar
Granger
 
Posts: 9264
Joined: Mon Mar 22, 2010 2:00 pm

PreviousNext

Return to Bugs

Who is online

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