probocis Posted October 19, 2008 Posted October 19, 2008 I just installed vista for first time and when i want to run gameserver i get this http://img407.imageshack.us/my.php?image=78210517bf3.jpg maybe some1 can help me ;) ty for your help Quote
0 xKenji Posted October 19, 2008 Posted October 19, 2008 I just installed vista for first time and when i want to run gameserver i get this http://img407.imageshack.us/my.php?image=78210517bf3.jpg maybe some1 can help me ;) ty for your help it restarts on it's own :D? Quote
0 probocis Posted October 19, 2008 Author Posted October 19, 2008 install java :) the problem is that i have java installed in vista but this os is cool, but i cant do nothing on me server >< Quote
0 fdLP. Posted October 19, 2008 Posted October 19, 2008 the problem is that i have java installed damn and i thinked vista is cool but i cant do nothing to me server >< add path to your gs , ls and other bats you need set PATH="type here your path to java jdk/jre (including bin folder)" add it inside the bats Quote
0 probocis Posted October 19, 2008 Author Posted October 19, 2008 add path to your gs , ls and other bats you need set PATH="type here your path to java jdk/jre (including bin folder)" add it inside the bats sry but i cant understand what you mean :( ty for help anyway :) Quote
0 Stefoulis15 Posted October 19, 2008 Posted October 19, 2008 Well Check These Out : They Might Help Ya http://forums.sun.com/thread.jspa?threadID=445885 http://forums.sun.com/thread.jspa?threadID=776671 Quote
0 fdLP. Posted October 19, 2008 Posted October 19, 2008 sry but i cant understand what you mean :( ty for help anyway :) gs.bat is smth like that @echo off title Game Server Console :start echo Starting l2jfree echo. SET OLDCLASSPATH=%CLASSPATH% call setenv.bat REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xmx512m com.l2jfree.gameserver.GameServer REM REM For debug purpose (for devs), use this : REM java -Dfile.encoding=UTF-8 -Xmx512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 com.l2jfree.gameserver.GameServer REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Dfile.encoding=UTF-8 -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts REM ------------------------------------- SET CLASSPATH=%OLDCLASSPATH% if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause and make it smth like that @echo off title Game Server Console :start echo Starting l2jfree echo. SET OLDCLASSPATH=%CLASSPATH% call setenv.bat set PATH="type here your path to java jdk/jre (including bin folder)" REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xmx512m com.l2jfree.gameserver.GameServer REM REM For debug purpose (for devs), use this : REM java -Dfile.encoding=UTF-8 -Xmx512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 com.l2jfree.gameserver.GameServer REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Dfile.encoding=UTF-8 -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts REM ------------------------------------- SET CLASSPATH=%OLDCLASSPATH% if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause Quote
0 l2link Posted November 9, 2008 Posted November 9, 2008 I have a similar problem with windows vista 64 bit. I changed my bat files and have no problem with the login server however the game server has a problem with "Main" Java.lang.OutofMemoryError:GC overhead limit exceeded. Then it just never finishes loading.... I have 4 gigs of memory? Should I switch to 32 bit Vista? Did not want to because have 4 gigs of ram on laptop and would lose 1 gig.... I have xp running with interlude server on desktop no problems.... just want to be able to travel and edit my server offline on laptop then apple changes to main server when I return from business trips... Quote
Question
probocis
I just installed vista for first time and when i want to run gameserver i get this http://img407.imageshack.us/my.php?image=78210517bf3.jpg
maybe some1 can help me ;)
ty for your help
8 answers to this question
Recommended Posts
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.