Jump to content
  • 0

Cannot Start The Gameserver Directly From Eclipse


showma

Question

I followed this guide https://acis.i-live.eu/index.php?topic=1681.0.

 

after I start the gameserver, get this error message:

 

 

Exception in thread "main" java.io.FileNotFoundException: config\log.cfg (A rendszer nem találja a megadott elérési utat)

at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:374)

 

where did I mess up?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Error is pretty clear i think, file not found in config/log.cfg. Which means, you have to create a .cfg file inside config folder.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...