showma Posted July 6, 2017 Posted July 6, 2017 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?
0 Solomun Posted July 6, 2017 Posted July 6, 2017 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.
0 showma Posted July 7, 2017 Author Posted July 7, 2017 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. thank you, solved it!
Question
showma
I followed this guide https://acis.i-live.eu/index.php?topic=1681.0.
after I start the gameserver, get this error message:
where did I mess up?
3 answers to this question
Recommended Posts