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/Гс Error
Search

Гс Error

7 replies77 viewsCurrently viewing: 1
hhhhhh
hhhhhh

User

Бывалый

Posts: 128

На форуме с: 03/14/2009

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

Рейтинг: 0

· 12/23/2009, 09:37 AM

в Gameserver пишент

Раскрывающийся текст
WARNING Master access level set for character Leki! Just a warning to be careful

WARNING SpawnTable: Could not store spawn in the DB:com.mysql.jdbc.exceptions.My
SQLIntegrityConstraintViolationException: Duplicate entry '2355' for key 1
NpcBufferSkillIdsTable: Loaded 1 buffers and 51 skills.
WARNING Bad RequestBypassToServer:
java.lang.NullPointerException
at com.l2jarchid.gameserver.model.actor.L2Npc.showQuestWindow(L2Npc.java
:1338)
at com.l2jarchid.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.jav
a:967)
at com.l2jarchid.gameserver.model.actor.instance.L2NpcInstance.onBypassF
eedback(L2NpcInstance.java:321)
at com.l2jarchid.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:199)
at com.l2jarchid.gameserver.network.basepackets.L2GameClientPacket.run(L
2GameClientPacket.java:77)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

WARNING Bad RequestBypassToServer:
java.lang.NullPointerException
at com.l2jarchid.gameserver.model.actor.L2Npc.showQuestWindow(L2Npc.java
:1338)
at com.l2jarchid.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.jav
a:967)
at com.l2jarchid.gameserver.model.actor.instance.L2NpcInstance.onBypassF
eedback(L2NpcInstance.java:321)
at com.l2jarchid.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:199)
at com.l2jarchid.gameserver.network.basepackets.L2GameClientPacket.run(L
2GameClientPacket.java:77)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

WARNING Bad RequestBypassToServer:
java.lang.NullPointerException
at com.l2jarchid.gameserver.model.actor.L2Npc.showQuestWindow(L2Npc.java
:1338)
at com.l2jarchid.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.jav
a:967)
at com.l2jarchid.gameserver.model.actor.instance.L2NpcInstance.onBypassF
eedback(L2NpcInstance.java:321)
at com.l2jarchid.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:199)
at com.l2jarchid.gameserver.network.basepackets.L2GameClientPacket.run(L
2GameClientPacket.java:77)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

WARNING SpawnTable: Could not store spawn in the DB:com.mysql.jdbc.exceptions.My
SQLIntegrityConstraintViolationException: Duplicate entry '2356' for key 1
WARNING SpawnTable: Spawn 2356 could not be insert into DB: com.mysql.jdbc.excep
tions.MySQLSyntaxErrorException: Table 'l2jdb.custom_notspawned' doesn't exist
WARNING SpawnTable: Spawn 2355 could not be insert into DB: com.mysql.jdbc.excep
tions.MySQLSyntaxErrorException: Table 'l2jdb.custom_notspawned' doesn't exist
WARNING SpawnTable: Could not store spawn in the DB:com.mysql.jdbc.exceptions.My
SQLIntegrityConstraintViolationException: Duplicate entry '2357' for key 1


и NPC исчезают на рестарт сервера

0
M
mhost
· 12/23/2009, 10:26 AM

Залей табличку custom_notspawned в базу свою.

0
hhhhhh
hhhhhh

User

Бывалый

Posts: 128

На форуме с: 03/14/2009

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

Рейтинг: 0

· 12/23/2009, 10:37 AM

откуда? в sql папке нет такого beee.gif

0
FA113N
FA113N

User

Бывалый

Posts: 197

На форуме с: 08/03/2009

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

Рейтинг: 0

· 12/23/2009, 10:57 AM

Создай, попробуй взять структуру от custom_spawnlist.

0
Игорь
Игорь

User

Бывалый

Posts: 184

На форуме с: 09/19/2007

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

Рейтинг: 0

· 12/23/2009, 10:59 AM

начни с этого

Цитата
WARNING SpawnTable: Could not store spawn in the DB:com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '2355' for key 1

L2NextGen
http://www.l2nextgen.ru

0
hhhhhh
hhhhhh

User

Бывалый

Posts: 128

На форуме с: 03/14/2009

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

Рейтинг: 0

· 12/23/2009, 11:06 AM

вот custom_spawnlit

Раскрывающийся текст
--
-- Table structure for table `spawnlist`
--

DROP TABLE IF EXISTS `custom_spawnlist`;
CREATE TABLE `custom_spawnlist` (
`id` int(11) NOT NULL auto_increment,
`location` varchar(40) NOT NULL default '',
`count` int(9) NOT NULL default '0',
`npc_templateid` int(9) NOT NULL default '0',
`locx` int(9) NOT NULL default '0',
`locy` int(9) NOT NULL default '0',
`locz` int(9) NOT NULL default '0',
`randomx` int(9) NOT NULL default '0',
`randomy` int(9) NOT NULL default '0',
`heading` int(9) NOT NULL default '0',
`respawn_delay` int(9) NOT NULL default '0',
`loc_id` int(9) NOT NULL default '0',
`periodOfDay` decimal(2,0) default '0',
PRIMARY KEY (id),
KEY `key_npc_templateid` (`npc_templateid`)
) TYPE=MyISAM;

--
-- Dumping data for table `spawnlist`
--


но не понял как сделать custom_notspawned

0
hhhhhh
hhhhhh

User

Бывалый

Posts: 128

На форуме с: 03/14/2009

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

Рейтинг: 0

· 12/23/2009, 06:44 PM

Не кто не знаеть? cray.gif

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