AthenaEventEngine / AthenaCore

Athena Event Engine Core
GNU General Public License v3.0
16 stars 20 forks source link

Error on Start Server #174

Closed iCodyRo closed 7 years ago

iCodyRo commented 7 years ago

I've make fresh install and i get this error I've make every each step from the Install Guide error

Lucheti29 commented 7 years ago

I don't know if you solve the issue but look at the wiki. In the steps 2 and 3:

  1. Open EventEngine.rar, go to 'libs' folder and copy L2J_EventEngine.jar. Paste it inside dist/libs in L2J_Server project.
  2. Inside L2J_Server project, run gradlew.bat to compile the project (also, you can do it with IDE, it's your choice). We need this to get a l2jserver.jar which recognizes the engine. Inside build/distributions will appear the last compilation and open it.

Basicly, that error is because the core don't recognize the engine. Did you add L2J_EventEngine.jar inside libs folder and recompile the L2J server? You must use that l2jserver.jar.

iCodyRo commented 7 years ago

Already solved ty. But i have another problem... Buttons appears like %Button% etc...

Lucheti29 commented 7 years ago

@iCodyRo do you have the language folder inside dist/game/eventengine? Could you show me a screen of the game?

iCodyRo commented 7 years ago

I have this problem just on the Event INFO This error has occurred since the installation.

1 2

Lucheti29 commented 7 years ago

@iCodyRo That should be fixed in the LAST RELEASE. Please, checkout.

Keep in mind you must follow the setup guide again because the engine jar name changed (you have to recompile the l2jserver.jar with the new engine jar inside libs folder). Also, remove the old jar (L2J_EventEngine.jar).

iCodyRo commented 7 years ago

Solved. Thank you.