Starting Game Server.
Loading GameServer Configuration Files...
Network Config: ipconfig.xml doesn't exists using automatic configuration...
Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
Network Config: Adding new subnet: 10.253.0.0/20 address: 10.253.1.131
Network Config: Adding new subnet: 192.168.1.0/24 address: 192.168.1.66
Network Config: Adding new subnet: 0.0.0.0/0 address: <html><head><title>Loading...</title></head><body><script type='text/javascript'>window.location.replace('
Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками
Вход или
Регистрация
</script></body></html>
Could not load HexID file (./config/hexid.txt). Hopefully login will give us one.
Loaded 707 Filter Words.
-----------------------------------------------------------------=[ Database ]
Could not update characters online status: Table 'l2bd.characters' doesn't exist
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2bd.characters' doesn't exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
at com.mysql.jdbc.Util.getInstance(Util.java:386)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2828)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1842)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1764)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:184)
at l2e.gameserver.idfactory.IdFactory.setAllCharacterOffline(IdFactory.java:164)
at l2e.gameserver.idfactory.IdFactory.<init>(IdFactory.java:129)
at l2e.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactory.java:45)
at l2e.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:148)
at l2e.gameserver.GameServer.<init>(GameServer.java:242)
at l2e.gameserver.GameServer.main(GameServer.java:741)
Could not clean up database: Table 'l2bd.account_gsdata' doesn't exist
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2bd.account_gsdata' doesn't exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
at com.mysql.jdbc.Util.getInstance(Util.java:386)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2828)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1842)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1764)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:184)
at l2e.gameserver.idfactory.IdFactory.cleanUpDB(IdFactory.java:181)
at l2e.gameserver.idfactory.IdFactory.<init>(IdFactory.java:136)
at l2e.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactory.java:45)
at l2e.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:148)
at l2e.gameserver.GameServer.<init>(GameServer.java:242)
at l2e.gameserver.GameServer.main(GameServer.java:741)
BitSetIDFactory: Could not be initialized properly: Table 'l2bd.characters' doesn't exist
BitSetIDFactory: 102912 id's available.
Could not read object IDs from DB. Please Check Your Data.
Exception in thread "main" java.lang.Exception: Could not initialize the ID factory
at l2e.gameserver.GameServer.<init>(GameServer.java:247)
at l2e.gameserver.GameServer.main(GameServer.java:741)