Jump to content
Sign in to follow this  
NonStop

Добрый вечер!

Recommended Posts

Может быть я не внимательный, а может и вовсе нет такой темы на форуме, но столкнулся со следующей проблемой. При запуске сервера Lineage2 Interlude по гайду, вот такая беда Login всё замечательно, а вот Game Server не хотит ничего делать, и сервер весит в Оффлайне.

Цитата

Starting GameServer.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Server terminated abnormaly ...


Server terminated ...

Для продолжения нажмите любую клавишу . . .

 

Share this post


Link to post
Реклама

Забыл добавить вот внутрянка Батника 

Цитата

@echo off
:start
echo Starting GameServer.
echo.
java -server -Dfile.encoding=UTF-8 -Xmx1500m -cp config;./* l2.gameserver.GameServer

REM Debug ...
REM java -Dfile.encoding=UTF-8 -cp config;./* -Xmx1G -Xnoclassgc -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 l2.gameserver.GameServer

if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Server restarted ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly ...
echo.
:end
echo.
echo Server terminated ...
echo.

pause
 

 

Share this post


Link to post

Эмм... Показания REM менял, ну чёт не помогало, может я не те пропорции ставлю.

Share this post


Link to post

Поменял в Батнике -Xmx1G на Xmx3G и вот что в оконцовке вышло

Цитата

Starting GameServer.

[15:04:09]  INFO =================================================
[15:04:09]  INFO Revision: ................ exported
[15:04:09]  INFO Build date: .............. 2018.07.19 16:26
[15:04:09]  INFO Compiler version: ........ 1.8.0_171-b11 (Oracle Corporation)
[15:04:09]  INFO =================================================
[15:04:09]  INFO ChatFilters: loaded 3 filter(s).
[15:04:10]  INFO DatabaseFactory: Database connection tested and working.
[15:04:10]  INFO IdFactory: Clear characters online status.
[15:04:10]  INFO IdFactory: Extracted total 0 used id's.
[15:04:10]  INFO IdFactory: 102912 id's available.
[15:04:10]  INFO Scripts: Loading...
[15:04:11]  INFO Scripts: Loaded 709 classes.
[15:04:11]  INFO Extensions: Loading...
Exception in thread "main" java.lang.UnsupportedClassVersionError: phantoms/Phan
tomConfig : Unsupported major.minor version 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at l2.gameserver.scripts.Scripts.loadExt(Scripts.java:168)
        at l2.gameserver.scripts.Scripts.<init>(Scripts.java:56)
        at l2.gameserver.scripts.Scripts.<clinit>(Scripts.java:39)
        at l2.gameserver.GameServer.<init>(GameServer.java:198)
        at l2.gameserver.GameServer.main(GameServer.java:413)
 

 

Share this post


Link to post

Попробовал удалить все ранее зарегистрированные сервера, и добавил 1, и снова выскочила таже ошибка в батнике что и изначальная!

Share this post


Link to post
5 минут назад, NonStop сказал:

Попробовал удалить все ранее зарегистрированные сервера, и добавил 1, и снова выскочила таже ошибка в батнике что и изначальная!

Приношу свои извинения за такие частые посты, просто перезагрузил Логин сервер и Навикет, и всё, ошибка та же что в последнем посте

Share this post


Link to post

Отпишите личным сообщением id и пароль тим вивера, зайду посмотрю.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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.

Sign in to follow this  
×
×
  • Create New...