У меня тоже какая то проблема с hexidom. Запускаю startGameServer.bat и оно пишет
Подскажите плиз в чем тут проблема?
Код:
Starting L2R Game Server.
18:36:21.859 Loading gameserver config.
18:36:21.890 Gameserver Version: 5436M, build date: 2007.12.29 08:39: root/Linu
x
18:36:21.906 Abuse: Loaded 12 abuse words.
18:36:21.937 loading xml GMAccess
18:36:21.984 MLog clients using java 1.4+ standard logging.
18:36:22.078 Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true
; trace: 10]
18:36:22.156 Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSourc
e [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 100,
autoCommitOnClose -> true, automaticTestTable -> null, breakAfterAcquireFailure
-> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectio
nTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSource
Name -> 1hge2xo7ze09gq81c0s7l3|119dc16, debugUnreturnedConnectionStackTraces ->
false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLo
cation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hg
e2xo7ze09gq81c0s7l3|119dc16, idleConnectionTestPeriod -> 10, initialPoolSize ->
1, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxC
onnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolS
ize -> 50, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize ->
1, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferred
TestQuery -> null, properties -> {user=******, password=******}, propertyCycle -
> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unretu
rnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
18:36:22.359 Loaded 414 translit entrys
18:36:22.375 Clear characters online status and accesslevel.
18:36:22.390 BitSet ID Factory could not be initialized correctly
java.sql.BatchUpdateException: Table 'l2jdb.couples' doesn't exist
at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:1008)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeBatch(NewProxyState
ment.java:743)
at l2r.database.FiltredStatement.executeBatch(FiltredStatement.java:40)
at l2r.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(IdFactory
.java:217)
at l2r.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFactory.j
ava:43)
at l2r.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactory.java:
31)
at l2r.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:25)
at l2r.gameserver.GameServer.<init>(GameServer.java:144)
at l2r.gameserver.GameServer.main(GameServer.java:384)
18:36:22.406 IDFactory: 102912 id's avaliable.
18:36:22.406 Could not read object IDs from DB. Please Check Your Data.
Exception in thread "main" java.lang.Exception: Could not initialize the ID fact
ory
at l2r.gameserver.GameServer.<init>(GameServer.java:148)
at l2r.gameserver.GameServer.main(GameServer.java:384)