Jump to content
Sign in to follow this  
Wisard

не могу запустить сервер helios

Recommended Posts

вот что пишет ГС оперативки 8 гб процессор райзен все форубы облазел, в гс менял выделение оперативки не чего не помогает. Помогите пожалуйста 

Starting Game Server


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.4.0.RELEASE)

15.03 03:58:13 INFO  Starting GameServer on DESKTOP-GOF5HBI with PID 8012 (E:\l2helios\game\libs\game-0.0.1.jar started by LoneWolf in E:\l2helios\game)
15.03 03:58:13 INFO  No active profile set, falling back to default profiles: default
15.03 03:58:13 INFO  Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1121db3: startup date [Sun Mar 15 03:58:13 MSK 2020]; root of context hierarchy
15.03 03:58:14 INFO  Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]]
15.03 03:58:15 INFO  Building JPA container EntityManagerFactory for persistence unit 'default'
15.03 03:58:15 INFO  HHH000204: Processing PersistenceUnitInfo [
        name: default
        ...]
15.03 03:58:15 INFO  HHH000412: Hibernate Core {5.0.9.Final}
15.03 03:58:15 INFO  HHH000206: hibernate.properties not found
15.03 03:58:15 INFO  HHH000021: Bytecode provider name : javassist
15.03 03:58:15 INFO  HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
15.03 03:58:16 INFO  HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
15.03 03:58:16 INFO  HHH000228: Running hbm2ddl schema update
15.03 03:58:16 INFO  Initialized JPA EntityManagerFactory for persistence unit 'default'
15.03 03:58:16 INFO  =================================================
15.03 03:58:16 INFO  Authserver host info: IP[127.0.0.1], PORT[9014]
15.03 03:58:16 INFO  =================================================
15.03 03:58:16 INFO  Gameserver host info:
15.03 03:58:16 INFO  ID[1], IP[127.0.0.1], INNER_IP[127.0.0.1], PORT[7777]
15.03 03:58:16 INFO  =================================================
15.03 03:58:16 INFO  Abuse: Loaded 18 abuse words.
15.03 03:58:19 INFO  HikariPool-1 - Started.
15.03 03:58:19 INFO  IdFactory: Clear characters online status.
15.03 03:58:19 INFO  IdFactory: Cleaned 0 elements from database in 0sec.
15.03 03:58:19 INFO  IdFactory: Extracted total 0 used id's.
15.03 03:58:19 INFO  IdFactory: 102912 id's available.
15.03 03:58:19 INFO  Hidden items loaded size: 0
15.03 03:58:19 INFO  CustomHeroDAO: loaded 0 custom heroes.
15.03 03:58:19 INFO  Scripts: Loading...
15.03 03:58:22 INFO  Scripts: Loaded 1325 classes.
15.03 03:58:22 INFO  Loaded 418 translit entries.
15.03 03:58:22 INFO  GameTimeController: initialized. Current time is 5:50 in the night.
15.03 03:58:22 INFO  World: Creating regions: [256][272][32].
15.03 03:58:22 INFO  HtmCache: disabled.
15.03 03:58:22 INFO  StringsHolder: load strings: 677 for lang: ENGLISH
15.03 03:58:22 INFO  StringsHolder: load strings: 677 for lang: RUSSIAN
15.03 03:58:22 INFO  SkillEnchantInfoHolder: loaded 30 skill enchant info(s) count.
Exception in thread "GeneralSTPool-1" java.lang.OutOfMemoryError: Java heap space
        at java.util.BitSet.initWords(Unknown Source)
        at java.util.BitSet.<init>(Unknown Source)
        at studio.lineage2.gameserver.idfactory.BitSetIDFactory.increaseBitSetCapacity(BitSetIDFactory.java:135)
        at studio.lineage2.gameserver.idfactory.BitSetIDFactory$BitSetCapacityCheck.runImpl(BitSetIDFactory.java:27)
        at studio.lineage2.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
        at studio.lineage2.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:36)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
15.03 03:59:21 WARN  Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gameServer': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$e5a5ea57]: Constructor threw exception; nested exception is java.lang.OutOfMemoryError: Java heap space
15.03 03:59:21 INFO  Closing JPA EntityManagerFactory for persistence unit 'default'
15.03 03:59:22 INFO

Error starting ApplicationContext. To display the auto-configuration report enable debug logging (start with --debug)


15.03 03:59:22 ERROR Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gameServer': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$e5a5ea57]: Constructor threw exception; nested exception is java.lang.OutOfMemoryError: Java heap space
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1105)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:369)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:313)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1185)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1174)
        at studio.lineage2.gameserver.GameServer.main(GameServer.java:421)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$e5a5ea57]: Constructor threw exception; nested exception is java.lang.OutOfMemoryError: Java heap space
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:154)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
        ... 16 common frames omitted
Caused by: java.lang.OutOfMemoryError: Java heap space
        at java.lang.Object.clone(Native Method)
        at studio.lineage2.gameserver.network.l2.components.SystemMsg.values(SystemMsg.java:13)
        at studio.lineage2.gameserver.network.l2.components.SystemMsg.valueOf(SystemMsg.java:2560)
        at studio.lineage2.gameserver.stats.conditions.Condition.setSystemMsg(Condition.java:15)
        at studio.lineage2.gameserver.data.xml.parser.SkillParser.readData(SkillParser.java:247)
        at studio.lineage2.commons.data.xml.AbstractParser.parseDocument(AbstractParser.java:33)
        at studio.lineage2.commons.data.xml.AbstractDirParser.parseDir(AbstractDirParser.java:63)
        at studio.lineage2.commons.data.xml.AbstractDirParser.parse(AbstractDirParser.java:33)
        at studio.lineage2.commons.data.xml.AbstractParser.load(AbstractParser.java:55)
        at studio.lineage2.gameserver.data.xml.Parsers.parseAll(Parsers.java:73)
        at studio.lineage2.gameserver.GameServer.<init>(GameServer.java:193)
        at studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$e5a5ea57.<init>(<generated>)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:369)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:313)
Exception in thread "GeneralSTPool-2" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-5" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-6" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-7" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-8" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-9" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-6" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-11" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space
Exception in thread "GeneralSTPool-14" java.lang.OutOfMemoryError: Java heap space

Share this post


Link to post
Реклама

Выделите 3G оперативной памяти.

Удалите java и скачайте той же версии x64.

Share this post


Link to post

скачал джаву создал в папке бин папку сервер закинул туда из папки клиент все файлы, поменял в StartGameServer  java -server -Dfile.encoding=UTF-8 -Xmx3400m -cp ./libs/*;./../build/* studio.lineage2.gameserver.GameServer не помогло писал так же Xmx3G тоже не помогло 

Share this post


Link to post
3 часа назад, Wisard сказал:

скачал джаву создал в папке бин папку сервер закинул туда из папки клиент все файлы, поменял в StartGameServer  java -server -Dfile.encoding=UTF-8 -Xmx3400m -cp ./libs/*;./../build/* studio.lineage2.gameserver.GameServer не помогло писал так же Xmx3G тоже не помогло 

Точно java x64? Вы удалили перед установкой все java которые есть на ПК?

Share this post


Link to post

поседнюю версию скачал с офф сайта Version 8 Update 241

Share this post


Link to post
42 минуты назад, Wisard сказал:

поседнюю версию скачал с офф сайта Version 8 Update 241

Напишите личным сообщением Id и пароль от teamviewer

Share this post


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

Как решили проблему? 

Вроде редактировал через блокнот, сбилась кодировка, лучше через notepad++.

Русские буквы по пути к сборке.

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