Jump to content

Question

Recommended Posts

  • 0
Posted

This error has nothing to do with L2J, it didn't even tried to load GameServer.java from l2jserver.jar, that means that the source of this error is the incorrect installment of the java required programs or you are oom

 

 

reisntall jre1.7 and jdk and make sure u get the one with same bits as your system

  • 0
Posted
  On 7/6/2013 at 8:07 AM, drake2wow said:

This error has nothing to do with L2J, it didn't even tried to load GameServer.java from l2jserver.jar, that means that the source of this error is the incorrect installment of the java required programs

 

 

reisntall jre1.7 and jdk and make sure u get the one with same bits as your system

i'll try it thank you

  • 0
Posted

 

As i can see gameserver has not enought space to load.

 

What about your RAM?

  • 0
Posted

Right click on your startGameServer and edit ram usage (read: decrease it).

 

  Quote

java -Xmx1536m -cp ./libs/*; net.sf.l2j.gameserver.GameServer

 

-Xmx1536m -Xms1024m -Xmn512m

 

This, you got 2 gb, so your -Xmx can't be even 1024, set it to 512.

 

This error happens on x32 bit OS, on x64 it's not gonna show this error if you're out of ram (at startup) :P

  • 0
Posted
  On 7/6/2013 at 11:46 AM, SweeTs said:

Right click on your startGameServer and edit ram usage (read: decrease it).

 

This, you got 2 gb, so your -Xmx can't be even 1024, set it to 512.

 

This error happens on x32 bit OS, on x64 it's not gonna show this error if you're out of ram (at startup) :P

thank you problem solved but when i set it to 512 GS try to start but another error apeared w/e thank you

  • 0
Posted
  On 7/6/2013 at 12:34 PM, HerðîŃ said:

thank you problem solved but when i set it to 512 GS try to start but another error apeared w/e thank you

 

512 is not enough to load l2j, try acis

  • 0
Posted
  On 7/6/2013 at 12:53 PM, HerðîŃ said:

this is the new error :(

2gukyac.png

 

your new problem is related with ur mysql password, check ur configs at server.properties

  • 0
Posted
  On 7/6/2013 at 12:58 PM, drake2wow said:

your new problem is related with ur mysql password, check ur configs at server.properties

i dont have any idea what are you talking about  :poker face:

  • 0
Posted

go on configs open server.properties and find this

 

set lsuser=root
set lspass=admin
set lsdb= l2jdb
set lshost=localhost

 

and on passwork leave it empty

 

set lsuser=root
set lspass=
set lsdb=l2jdb
set lshost=localhost

  • 0
Posted
  On 7/6/2013 at 1:16 PM, GOld3x said:

go on configs open server.properties and find this

 

set lsuser=root
set lspass=admin
set lsdb= l2jdb
set lshost=localhost

 

and on passwork leave it empty

 

set lsuser=root
set lspass=
set lsdb=l2jdb
set lshost=localhost

i cant find it :(

can you help me with TW maybe?

  • 0
Posted
  On 7/6/2013 at 1:30 PM, HerðîŃ said:

i cant find it :(

can you help me with TW maybe?

 

sto location tou gameserver.bat einai ena folder "config" mesa exei ena server.properties de3i click edit, kane afta pou sou leei kai save

  • 0
Posted

katalava ti theli na m pi re c alla i epiloges pou m leei den iparxoun mesa sto arxio

# ---------------------------------------------------------------------------
# Game Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------

# Where's the Login server this gameserver should connect to
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: 127.0.0.1
LoginHost = 127.0.0.1

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014

# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
GameserverHostname = *

# Default: 7777
GameserverPort = 7777

# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver

# Database URL
# URL = jdbc:mysql://localhost/l2jdb_3 (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jdb_3
# URL = jdbc:sqlserver://localhost/database = l2jdb_3/user = sa/password =
URL = jdbc:mysql://localhost/l2jdbfreya

# Database user info (default is "root" but it's not recommended)
Login = root

# Database connection password
Password = 

# Default: 100
MaximumDbConnections = 300

# Default: 0
MaximumDbIdleTime = 0

# ---------------------------------------------------------------------------
# Misc Server Settings
# ---------------------------------------------------------------------------
# This is the server ID that the Game Server will request.
# Example: 1 = Bartz
# Default: 1
RequestServerID = 1

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
# Default: True
AcceptAlternateID = True

# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
#DatapackRoot = C:\Users\Napster321\Videos\Freya server\l2j Freya server by cursing\l2maxter server\gameserver

# Define how many players are allowed to play simultaneously on your server.
# Default: 100
MaximumOnlineUsers = 300

# Numbers of protocol revisions that server allows to connect.
# Delimiter is ;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 216
AllowedProtocolRevisions = 216

# ---------------------------------------------------------------------------
# Misc Player Settings
# ---------------------------------------------------------------------------

# Character name template.
# Examples:
# CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]*
# The above setting will allow names with first capital letter, next three small letters,
# and any letter (case insensitive) or number, like OmfgWTF1
# CnameTemplate = [A-Z][a-z]*
# The above setting will allow names only of letters with first one capital, like Omfgwtf
# Default .* (allows any symbol)
CnameTemplate = .*

# This setting restricts names players can give to their pets.
# See CnameTemplate for details
PetNameTemplate = .*

# Maximum number of characters per account.
# Default: 7 (client limit)
CharMaxNumber = 7

Guest
This topic is now closed to further replies.


  • Posts

    • L2 PVPTOP - HTML DESIGN    
    • Do not trust this guy, he will scam you. I have sent proof to the mods, I have posted proof on another thread and I can send proof to anyone who DMs me. Avoid this guy. So not only did he scam me out of $51 USDTthen delete his messages and blocked me (I have proof) . You can see his Facebook group is constantly changing names depending on his most current scam. If you see this message and you still decide to go forward with sending your money to him, that’s on you. I can’t stress this enough. This guy is a scammer. 
    • So Goldbar thinks that deleted his side of the conversation makes it easier to claim he didn’t scam me. But I sent him $51 USDT to his ERC-20 account it was verified, he acted like it was fine but then deleted his messages and blocked me. Seriously do not trust this guy. 
    • Hi everyone, let me introduce myself—I'm Martin, a junior developer. I'm diving into the world of L2 servers, and honestly, I'm super overwhelmed about where to start learning the right way to set up, configure, and run a server. There are so many datapacks—free, private—but it's so much that my head feels like it's going to explode. I'm currently looking for someone or an active project willing to take me on as an intern. I'm not looking to make money—I'm just here to learn and grow out of pure passion for L2. I've already been working with L2jMobius H5. I managed to edit the Community Board, add a buffer, GM Shop, and teleports. I've also created custom NPCs for the GM Shop, and imported new custom weapons and armors—complete with original glow effects, like the Valakas and Antharas weapons. But there's still a lot I don't know, and it can get overwhelming. That’s why I’m looking for someone—or an active non-profit project—willing to take me on as an intern. I’m not looking to make money; I just want to learn, contribute, and grow out of pure passion for L2. If you’re working on a project and could use a motivated learner who’s eager to help, I’d love to connect!
    • Our next easy-botting project, Kain, is right around the corner! Launching tomorrow, Saturday, April 26th at 9:00 ET (UTC -4)! If you haven’t, check out the features and join our Discord to catch up on the latest drama. See you very soon! Read more about L2Toggle and Kain on our site and forum!  
  • Topics

×
×
  • Create New...