Skip to content
La2Base
Home
DownloadsWikiForumFAQ
Search
ruen
Sign up Login
HomeFilesWikiLogin
  • Home
  • Downloads
  • Wiki
  • FAQ
  • Contact Us
  • About
  • Rules
  • Privacy
  • Terms of Service

© 2026 la2base.com · All rights reserved

ruen
Forum/Ошибки LoginServer -/- GameServer/[help] [error] В ГС
Search

[help] [error] В ГС

16 replies301 viewsCurrently viewing: 1
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/21/2009, 05:38 PM

Не могу понять в чём дело! Подскажите что делать?
Гейм сервер ругаеться:
###################################
## L2JOneo KvN Mode is Disabled. ##
###################################
Damn! Registeration Failed: Reason: wrong hexid
Connecting to login on 127.0.0.1:9014
Damn! Registeration Failed: Reason: wrong hexid
Логин сервер ругаеться:
?? :127.0.0.1
GameServer (127.0.0.1): Connection lost: socket closed
Removing a flood protection for a GameServer that was not in the connection map?
?? :127.0.0.1
GameServer (127.0.0.1): Connection lost: socket closed
Removing a flood protection for a GameServer that was not in the connection map?
?? :127.0.0.1

Помогите...
З.Ы.
Сборка Oneon Hellboun (l2jFree)

0
С
Санёк

User

Участник

Posts: 92

На форуме с: 12/13/2008

Репутация: +8

Рейтинг: 0

· 01/21/2009, 05:55 PM

Создай hexid файл...С помощью .bat файла RegisterServer.bat

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/21/2009, 05:56 PM

Создал и переименновал и запихал в конфиг ГС

0
С
Санёк

User

Участник

Posts: 92

На форуме с: 12/13/2008

Репутация: +8

Рейтинг: 0

· 01/21/2009, 06:10 PM

Зайди через навикат или как ты там заходишь в таблицу gameserver
[attachment=2360:gs.JPG]
Потом удали всё, что там есть через "delete" на клавиатуре, некоторые просто не знают как))
[attachment=2361:tabl.JPG]
Создай заного, переименуй в hexid. Вставь в конфиги GameServer и на всякий случай LoginServer(я всегда атк делаю 3c2f1c34aa11.gif )

И пробуй.

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/22/2009, 01:02 AM

Да спс помогло. Только в саму игру не пускает... :(
Проверьте конфиги:
ЛОгин серв:
============================
= TheMentaL's Preconfigure =
============================



# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jserver.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ================================================================================
===================

# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=*

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=127.0.0.1

# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan=20
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan=600
GMMinLevel=100

# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname=127.0.0.1

# The port on which login will listen for GameServers
LoginPort=9014

# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = False

# If false, the licence (after the login) will not be shown
# It is highly recomended for Account Seciurity to leave this option as defalut (True)
ShowLicence = 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=
Login=root
Password=*
MaximumDbConnections=50
MaximumStateMents=100
MaxPoolSize=50
MinPoolSize=10
AquireIncrement=1
IdleConnectionTest=10800
MaxIdleTime=0

# Useable values: "true" - "false", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=true

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
IpUpdateTime=0


# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================

Debug = False
Assert = False
Developer = False

# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=True

#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50

Гейм сервер:
============================
= TheMentaL's Preconfigure =
============================






# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jserver.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ================================================================================
===================

# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=0.0.0.0
GameserverPort=7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=*

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=*

# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1

# 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 = 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=*.45
MaximumDbConnections=50
MaximumStateMents=100
MaxPoolSize=50
MinPoolSize=10
AquireIncrement=1
IdleConnectionTest=10800
MaxIdleTime=0

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = С:/l2jfree_datapack_ct15

# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=.111
PetNameTemplate=.111

# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=500


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 740
MaxProtocolRevision = 746

0
С
Санёк

User

Участник

Posts: 92

На форуме с: 12/13/2008

Репутация: +8

Рейтинг: 0

· 01/22/2009, 04:05 AM

ExternalHostname=* вместо * впиши 127.0.0.1 (Ну если на такой хост ставил машину)

LoginserverHostname=* аналогично


URL=jdbc:mysql://localhost/l2jdb Если устанавливал на localhost, то оставь, если на 127.0.0.1, то попробуй поменять с localhost на 127.0.0.1

Login=root
Password=* пароль впиши от базы


ГС


GameserverHostname=0.0.0.0 вместо 0.0.0.0 впиши 127.0.0.1

ExternalHostname=* вместо * впиши 127.0.0.1

InternalHostname=* аналогично

URL=jdbc:mysql://localhost/l2jdb тоже самое попробуй, как описал выше

Login=root
Password=*.45 пароль впиши

CnameTemplate=.111 тут смени после ровно на .*
PetNameTemplate=.111 аналогично


Ну вот....Впринципе я так всегда делаю и всё норм работает.

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/22/2009, 07:18 AM

Shaigy
Я всё ето делаю я просто на форум выложил спец со звёздочками а то мало ли :)

0
С
Санёк

User

Участник

Posts: 92

На форуме с: 12/13/2008

Репутация: +8

Рейтинг: 0

· 01/22/2009, 11:11 AM

В ГС чтонибудь пишет?L2.ini проверь...

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/23/2009, 02:10 AM

Теперь с ГС и ЛС всё ок! Ток в саму игру зайти не могу... Вот ини

0
Николай
Николай

User

Бывалый

Posts: 121

На форуме с: 03/27/2008

Репутация: +70

Рейтинг: 0

· 01/23/2009, 02:13 AM

Что при этом пишет Game Server ?
Не можешь зайти дальше логина и пароля?

— 24

0
Хам
Хам

User

Бывалый

Posts: 179

На форуме с: 03/16/2008

Репутация: +45

Рейтинг: 0

· 01/23/2009, 05:03 AM

сборка похожа на рт, попробуй вписать дб нейм логин и пароль сюды
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/23/2009, 10:40 AM

Сборка не РТ. РТ вообще сборок на хелбаунд не делала.
С ГС и ЛС всё ок пишут реди.

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/25/2009, 01:52 PM

Теперь пишет странную штуку...
Всё ок захожу выбираю сервак и жму ок и вот ета беребельда появляеться в ГС и ЛС.
Что сделать над чтоб норм было?
###################################
## L2JOneo KvN Mode is Disabled. ##
###################################
Registered on login as Server 1 : Bartz
Unknown Packet: e on State: CONNECTED Client: [IP: 92.127.70.237]
0000: 3f 03 00 00 09 07 54 56 03 09 0b 01 07 02 54 54 ?.....TV......TT
0010: 56 07 00 02 55 56 00 51 00 53 57 04 07 55 08 54 V...UV.Q.SW..U.T
0020: 01 07 01 53 00 56 55 56 01 06 05 04 51 03 08 51 ...S.VUV....Q..Q
0030: 08 51 56 04 54 06 55 08 02 09 51 56 01 53 06 55 .QV.T.U...QV.S.U
0040: 04 53 00 56 56 53 01 09 02 09 01 51 54 51 09 55 .S.VVS.....QTQ.U
0050: 56 09 03 04 07 05 55 04 06 55 04 06 09 04 51 01 V.....U..U....Q.
0060: 08 08 06 05 52 06 04 01 07 54 03 06 52 55 06 55 ....R....T..RU.U
0070: 55 51 01 02 04 54 03 55 54 01 57 51 55 05 52 05 UQ...T.UT.WQU.R.
0080: 54 07 51 51 55 07 02 53 53 00 52 05 52 07 01 54 T.QQU..SS.R.R..T
0090: 00 03 05 05 08 06 05 05 06 03 00 0d 08 01 07 09 ................
00a0: 03 51 03 07 53 09 51 06 07 54 0a 50 56 02 52 04 .Q..S.Q..T.PV.R.
00b0: 05 55 51 02 53 00 08 54 04 52 56 06 02 09 00 08 .UQ.S..T.RV.....
00c0: 03 53 56 01 05 00 55 06 08 56 04 0d 06 07 52 06 .SV...U..V....R.
00d0: 07 04 0a 06 01 04 54 04 00 05 02 04 54 00 09 52 ......T.....T..R
00e0: 53 05 04 01 04 05 05 01 52 51 52 0d 06 51 08 09 S.......RQR..Q..
00f0: 54 53 00 0d 01 02 03 54 53 01 05 03 08 56 54 07 TS.....TS....VT.
0100: 02 54 0b 06 fb 87 b9 4a .T.....J

0
O
onset

User

Новичок

Posts: 5

На форуме с: 11/26/2007

Репутация: +4

Рейтинг: 0

· 01/25/2009, 05:33 PM

раньше помню такая ошибка вылазила когда с другого клиента заходишь, например у тебя сервер Хелбаун, а заходишь например через интрерлюд

0
Данил
Данил

User

Участник

Posts: 84

На форуме с: 01/17/2009

Репутация: +1

Рейтинг: 0

· 01/26/2009, 07:29 AM

НУ серв хеллбануд... И захожу от туда же... Оо
НУ попробую другую сборку... О результатах отпишу...

0
O
onset

User

Новичок

Posts: 5

На форуме с: 11/26/2007

Репутация: +4

Рейтинг: 0

· 01/26/2009, 11:07 AM

ну хз, там ясно написанно что клиент шлет серверу неизвестные пакеты. а вот этот код и есть пакет.

0
Войдите или зарегистрируйтесь чтобы ответить