L2JMobius

Free Users => General Discussion => Topic started by: Kilika on May 02, 2019, 12:48:12 PM

Title: NOT OPEN.
Post by: Kilika on May 02, 2019, 12:48:12 PM
I added in the two sections for me and the system, Environment variables:
(http://i65.tinypic.com/alopbt.png)

JAVA:

java -version
java version "10.0.2" 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

(I had download here in forum)


When I run other versions of Mobius like Grand Crusade and Seven Signs it works normal.
When I run Fafurion it does not open gameserver and loginserver.


I have already reinstalled Mysql for versions 5.7 and 8
I have already installed versions 10 and 12 of java, I have already put the JDK and JRE folders together.

I have a version of MySQL Server 5.6, jdk & jre -10.0.2
Windows 10 pro


who can help me, thank you!
Title: Re: NOT OPEN.
Post by: GMavenging on May 02, 2019, 02:08:37 PM
Remember for free reviews there is no support, you have to compile the free project so you can review it, https://l2jmobius.org/forum/index.php?topic=3231.0


pd: version 12 of java uninstalls, uses only version 10
Title: Re: NOT OPEN.
Post by: champzix1 on May 02, 2019, 03:55:06 PM
Need more information.
Also post your log.
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 04:55:38 PM
what log you want and need?
Title: Re: NOT OPEN.
Post by: champzix1 on May 02, 2019, 05:40:27 PM
Try uninstall java 12 like GMavenging said.

Or try my recommend.
- Uninstall every version of java on you machine.
- Remove every java path vars that you added manually.
- Install java 8 then java 10. (Both jdk, jre)
- Do not add any java path vars.
- Run servers.

Kill the process in task manager might be help.
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 06:44:22 PM

- Uninstall every version of java on you machine.

done

- Remove every java path vars that you added manually.

done

- Install java 8 then java 10. (Both jdk, jre)

done  jdk1.8.0_181 / jdk-10.0.2  *(JRE TOO)*

- Do not add any java path vars.

NOT OPEN GAMESERVER AND LOGIN.

- Run servers.

I ADD ALL LINES AGAIN IN PATH AND JAVA_HOME STILL NOT OPEN :S
Title: Re: NOT OPEN.
Post by: champzix1 on May 02, 2019, 07:00:13 PM
I said do NOT add any java path vars.

Is process stuck? Try to kill process in task manager.
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 07:28:41 PM
YES I REMOVED ALL!! when i try open, in task open normally but not load.
i trying now in that:

https://l2jmobius.org/forum/index.php?topic=3231.0

but i get this error

    [javac] Usage: javac <options> <source files>
    [javac] use -help for a list of possible options
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 07:29:56 PM
      <javac srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="10" target="10" encoding="UTF-8" />


on this line i get error.
Title: Re: NOT OPEN.
Post by: Mobius on May 02, 2019, 07:33:29 PM
You used the guide?
Title: Re: NOT OPEN.
Post by: Liamxroy on May 02, 2019, 07:45:18 PM
give me team viewer .. It ll take less time to fix it than to explain
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 07:45:58 PM
yes.
i stucked here.


6. Compile the project.
- From the "Package Explorer" expand the project tree to see "build.xml".
- Right click "build.xml".
- Select "Run as..".
- Click on "1 Ant Build".   <<<<<<<<<< gave me this error i told
- Wait for the "BUILD SUCCESSFUL" console message.
- Go to C:\eclipse\workspace\L2J_Mobius\build folder to get your L2J_Mobius.zip file.

*Some people have reported that they get an error here with JDK 10.
  Copying C:\Program Files\Java\jdk-10.0.2 contents into C:\Program Files\Java\jre-10.0.2 may help
Title: Re: NOT OPEN.
Post by: Mobius on May 02, 2019, 07:57:44 PM
*Some people have reported that they get an error here with JDK 10.
  Copying C:\Program Files\Java\jdk-10.0.2 contents into C:\Program Files\Java\jre-10.0.2 may help
Title: Re: NOT OPEN.
Post by: champzix1 on May 02, 2019, 08:07:04 PM
*If you have a "JRE System Library [JavaSE-10]' in project" warnings.
 Add JDK 10 from menu Window -> Preferences -> Java -> Installed JREs.
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 08:43:18 PM
*If you have a "JRE System Library [JavaSE-10]' in project" warnings.
 Add JDK 10 from menu Window -> Preferences -> Java -> Installed JREs.
I'll follow step by step again, all from 0.
I installed all programs again and I will mention it in case of an error.
Title: Re: NOT OPEN.
Post by: Liamxroy on May 02, 2019, 08:47:46 PM
give me team viewer .. It ll take less time to fix it than to explain
Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 09:07:41 PM
*Some people have reported that they get an error here with JDK 10.
  Copying C:\Program Files\Java\jdk-10.0.2 contents into C:\Program Files\Java\jre-10.0.2 may help
now get error compiling.

Buildfile: C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\L2J_Mobius_6.0_Fafurion\build.xml
checkRequirements:
init:
   [delete] Deleting directory C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\bin
    [mkdir] Created dir: C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\bin
compile:
    [javac] Compiling 2369 source files to C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\bin
jar:
      [jar] Building jar: C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\dist\libs\LoginServer.jar
      [jar] Building jar: C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\dist\libs\GameServer.jar
      [jar] Building jar: C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\dist\db_installer\Database_Installer_GS.jar
      [jar] Building jar: C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\dist\db_installer\Database_Installer_LS.jar
adding-core:

BUILD FAILED
C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\L2J_Mobius_6.0_Fafurion\build.xml:134: Problem reading C:\Eclipse\workspace\L2J_Mobius\l2j_mobius\build\L2J_Mobius_6.0_Fafurion.zip

Total time: 1 minute 32 seconds

Title: Re: NOT OPEN.
Post by: Kilika on May 02, 2019, 10:27:50 PM
thx for all, working normally!