Jump to content
  • 0

[Help] from window 32bit to 64bit java error on gameserver


Question

Posted

Hello guys,

 

I need your help with this issue, I'm using xp 64bit, but i get this error, it was something to do with java and

I have try installing new version 32bit and 64bit but it always get stuck in the segment:

 

76494929qu7.th.jpg

 

Any ideas on how to solve this issue?? I was using xp 32bit with no problems. I think I have done everything I could think of.. from compiling to trying all version of navicat and my sql.

 

Thanx

2 answers to this question

Recommended Posts

  • 0
Posted

try adding the path of jre in your gameserver.bat and loginserver.bat

 

REM set PATH="type here your path to java jdk/jre (including bin folder)"

  • 0
Posted

Thank you mafia... I did try that but it was not the solution it's close though ! :)

It was in front of my eyes all this time. I will give the solution that maybe other could benefit from it. In the gameserver.bat

you will find this:

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF-8 -Xmx1536m com.l2jarchid.gameserver.GameServer

REM

REM If you have a big server and lots of memory, you could experiment for example with

REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

REM -------------------------------------

 

Just change the writing in red and increase the memory size as necessary... damn it ... L0L All after 4 hrs of serching :)

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...