Цитата(iandi @ 28.3.2009, 1:46)

_http://mysql.com/
C Явой у него все в порядке, а загрузка сервера обрывается после конекта.
как я понял там трабла с mysql and framework
а когда запускал на ХР то все норм было но изза тогочто нету звука на ХР хочетс чтобсервер был на висте а тут такое выдает ((((
Воть конфиги логин сервера# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=Мой ИП
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=Мой ИП
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown
ShowLicence = False
# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=Мой пароль
Configs from GameServer# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = MYIP
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = MYIP
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = MYIP
# Note: You can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort = 9014
LoginHost = MYIP
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other ID to the server if the requested ID is allready reserved
AcceptAlternateID = True
# Database info
Driver = com.mysql.jdbc.Driver
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
URL = jdbc:mysql://localhost/l2jdb
# URL = jdbc:hsqldb:hsql://localhost/l2jdb
# URL = jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
# Database user info (using root user is not recommended)
Login = root
Password = MYPASS
MaximumDbConnections = 50
Сообщение отредактировал electro4598 - 28.3.2009, 8:55