Kann eigenem Server nicht joinen!

Moderators: Docere, Gordon der Eiserne


BleckHall
 
Posts: 1
Joined: 31 Mar 2017, 20:12

Kann eigenem Server nicht joinen!

Post by BleckHall » 31 Mar 2017, 20:16

Hallo leute,

ich habe eine server aufgesetzt von LiF:YO das geht auhc alles soweit aber ich und kein anderer kann drauf joinen man findet ihn auch nirgends...

Ports sind freigegeben!

Ich hoffe hier kann mir jemand helfen.

Hier meine auszug aus der LOG-File:

Code: Select all
WARN 2017-03-31 20:55:39.400 {02} <createWorld> [0] DB::noRS(0 ms) COMMIT;
WARN 2017-03-31 20:55:39.400 {02} <createWorld> [0] DB::RS(1 ms) SELECT m.ID, m.CarrierCharacterID, m.ObjectTypeID, c.GeoID, c.GeoAlt FROM movable_objects m JOIN `character` c ON c.ID=m.CarrierCharacterID AND c.GeoID>=117702656 AND c.GeoID<117964800;
ECHO 2017-03-31 20:55:39.400 {02} <createWorld> [0] _attachTerrain: 449, server
ECHO 2017-03-31 20:55:39.400 {02} <createWorld> [0] TerrainDeformer::_createTerrainBlock() - create ter from: data/terrains/t450.ter
ECHO 2017-03-31 20:55:39.471 {02} <createWorld> [0] Terrain [450] loaded from file in 70ms. Memory usage: 5.016 MB
INFO 2017-03-31 20:55:40.294 {02} <createWorld> [0] TerrainDeformer::_registerTerrain(450)!
INFO 2017-03-31 20:55:40.294 {02} <createWorld> [0] CmClaimsManager::TerrainLoaded() - loaded 450
INFO 2017-03-31 20:55:40.295 {02} <createWorld> [0] cClaimsGeoCache::initClaimsGeoCacheOneTer() - loaded 450
WARN 2017-03-31 20:55:40.295 {02} <createWorld> [0] DB::noRS(0 ms) START TRANSACTION;
WARN 2017-03-31 20:55:40.296 {02} <createWorld> [0] DB::RS(1 ms) SELECT `ForestVersion` FROM `terrain_blocks` WHERE `ID`=450
WARN 2017-03-31 20:55:40.335 {02} <createWorld> [0] DB::RS(39 ms) select GeoDataID, TreeType, SubcellMask, AgeTime, Quality from forest where GeoDataID >= 117964800 and GeoDataID < 118226944 order by GeoDataID;
WARN 2017-03-31 20:55:40.336 {02} <createWorld> [0] DB::noRS(0 ms) COMMIT;
INFO 2017-03-31 20:55:40.508 {02} <createWorld> [0] CmPatcher::attachTerrain(450) -- creating new (full load: 1)!
INFO 2017-03-31 20:55:40.508 {02} <createWorld> [0] CmChangeStore::init(450) -- was not inited before!
WARN 2017-03-31 20:55:40.508 {02} <createWorld> [0] DB::RS(1 ms) SELECT TerCRC, GeoIdxCRC, GeoDatCRC, ObjectsCRC, ForestCRC FROM `terrain_blocks` WHERE `ID`=450
WARN 2017-03-31 20:55:40.509 {02} <createWorld> [0] DB::noRS(0 ms) START TRANSACTION;
WARN 2017-03-31 20:55:40.509 {02} <createWorld> [0] DB::RS(1 ms) SELECT `GeoVersion` FROM `terrain_blocks` WHERE `ID`=450
WARN 2017-03-31 20:55:40.509 {02} <createWorld> [0] DB::RS(0 ms) SELECT `Version`, `ChangeIndex`, `IsServerOnly`, `Action`, `GeoDataID`, `Altitude`, `Substance`, `LevelFlags`, `Quantity`, `Quality` FROM `geo_patch` WHERE `TerID` = 450 and `Version` > 0 ORDER BY `Version`, `ChangeIndex`;
WARN 2017-03-31 20:55:40.510 {02} <createWorld> [0] DB::noRS(0 ms) COMMIT;
WARN 2017-03-31 20:55:40.510 {02} <createWorld> [0] DB::noRS(1 ms) START TRANSACTION;
WARN 2017-03-31 20:55:40.510 {02} <createWorld> [0] DB::RS(0 ms) SELECT `ObjectsVersion` FROM `terrain_blocks` WHERE `ID`=450
WARN 2017-03-31 20:55:40.510 {02} <createWorld> [0] DB::RS(0 ms) SELECT `Version`, `Action`, `ObjectSuperType`, `ObjectID`, `ObjectTypeID`, `GeoDataID`, `TurnAngle`, `Altitude`, `OffsetX`, `OffsetY`, `OffsetZ`, `IsComplete`, `Slope` FROM `objects_patch` WHERE `TerID`=450 ORDER BY `Version`
WARN 2017-03-31 20:55:40.511 {02} <createWorld> [0] DB::noRS(0 ms) COMMIT;
WARN 2017-03-31 20:55:40.511 {02} <createWorld> [0] DB::noRS(0 ms) START TRANSACTION;
WARN 2017-03-31 20:55:40.511 {02} <createWorld> [0] DB::RS(1 ms) SELECT `ForestVersion` FROM `terrain_blocks` WHERE `ID`=450
WARN 2017-03-31 20:55:40.555 {02} <createWorld> [0] DB::RS(44 ms) SELECT `Version`, `Action`, `GeoDataID`, `SubcellMask`, `TreeType`, `TreeHealth`, `AddTime` FROM `forest_patch` WHERE `TerID`=450 ORDER BY `Version`
WARN 2017-03-31 20:55:40.555 {02} <createWorld> [0] DB::noRS(0 ms) COMMIT;
WARN 2017-03-31 20:55:40.572 {02} <createWorld> [0] DB::noRS(0 ms) START TRANSACTION;
WARN 2017-03-31 20:55:40.573 {02} <createWorld> [0] DB::RS(1 ms) SELECT `ObjectsVersion` FROM `terrain_blocks` WHERE `ID`=450
WARN 2017-03-31 20:55:40.573 {02} <createWorld> [0] DB::RS(0 ms) SELECT u.ID, u.ObjectTypeID, u.GeoDataID, u.TurnAngle, u.isComplete, u.Slope, u.CreatedDurability, u.Durability, IFNULL(u.OwnerID, 0) as OwnerID, IFNULL(GREATEST(TIMESTAMPDIFF(SECOND, u.DroppedTime, now()), 0), 0) as SecSinceDrop, c.Name, c.LastName FROM unmovable_objects u LEFT JOIN `character` c on c.ID = u.OwnerID WHERE GeoDataID>=117964800 AND GeoDataID<118226944 ORDER BY u.ID;
WARN 2017-03-31 20:55:40.574 {02} <createWorld> [0] DB::RS(1 ms) SELECT m.ID, m.ObjectTypeID, m.GeoDataID, m.TurnAngle, m.isComplete, m.OffsetMmX, m.OffsetMmY, m.OffsetMmZ, m.Altitude, m.CreatedDurability, m.Durability, IFNULL(m.OwnerID, 0) as OwnerID, IFNULL(GREATEST(TIMESTAMPDIFF(SECOND, m.DroppedTime, now()), 0), 0) as SecSinceDrop, c.Name, c.LastName FROM movable_objects m LEFT JOIN `character` c on c.ID=m.OwnerID WHERE CarrierCharacterID IS NULL AND GeoDataID>=117964800 AND GeoDataID<118226944 ORDER BY m.ID;
WARN 2017-03-31 20:55:40.574 {02} <createWorld> [0] DB::noRS(0 ms) COMMIT;
WARN 2017-03-31 20:55:40.575 {02} <createWorld> [0] DB::RS(0 ms) SELECT m.ID, m.CarrierCharacterID, m.ObjectTypeID, c.GeoID, c.GeoAlt FROM movable_objects m JOIN `character` c ON c.ID=m.CarrierCharacterID AND c.GeoID>=117964800 AND c.GeoID<118226944;
ECHO 2017-03-31 20:55:40.575 {02} <createWorld> [0] _attachTerrain: 450, server
ECHO 2017-03-31 20:55:40.575 {02} <createWorld> [0] nav mesh loading: data/navMeshes/nm1.nmesh
INFO 2017-03-31 20:55:41.091 {02} <createWorld> [0] nav mesh loaded in 0.516 sec from: data/navMeshes/nm1.nmesh
ECHO 2017-03-31 20:55:41.091 {02} <createWorld> [0] applying 0 geo changes of ter#442 to navMesh#1339
ECHO 2017-03-31 20:55:41.091 {02} <createWorld> [0] applying 0 obj changes of ter#442 to navMesh#1339
ECHO 2017-03-31 20:55:41.092 {02} <createWorld> [0] applying 5565 forest changes of ter#442 to navMesh#1339
ECHO 2017-03-31 20:55:46.108 {02} <createWorld> [0] applying 0 geo changes of ter#443 to navMesh#1339
ECHO 2017-03-31 20:55:46.108 {02} <createWorld> [0] applying 0 obj changes of ter#443 to navMesh#1339
ECHO 2017-03-31 20:55:46.108 {02} <createWorld> [0] applying 10031 forest changes of ter#443 to navMesh#1339
ECHO 2017-03-31 20:55:54.146 {02} <createWorld> [0] applying 0 geo changes of ter#444 to navMesh#1339
ECHO 2017-03-31 20:55:54.146 {02} <createWorld> [0] applying 0 obj changes of ter#444 to navMesh#1339
ECHO 2017-03-31 20:55:54.146 {02} <createWorld> [0] applying 2402 forest changes of ter#444 to navMesh#1339
ECHO 2017-03-31 20:55:55.945 {02} <createWorld> [0] applying 0 geo changes of ter#445 to navMesh#1339
ECHO 2017-03-31 20:55:55.945 {02} <createWorld> [0] applying 0 obj changes of ter#445 to navMesh#1339
ECHO 2017-03-31 20:55:55.945 {02} <createWorld> [0] applying 9301 forest changes of ter#445 to navMesh#1339
ECHO 2017-03-31 20:56:03.834 {02} <createWorld> [0] applying 0 geo changes of ter#446 to navMesh#1339
ECHO 2017-03-31 20:56:03.834 {02} <createWorld> [0] applying 0 obj changes of ter#446 to navMesh#1339
ECHO 2017-03-31 20:56:03.834 {02} <createWorld> [0] applying 16652 forest changes of ter#446 to navMesh#1339
ECHO 2017-03-31 20:56:16.607 {02} <createWorld> [0] applying 0 geo changes of ter#447 to navMesh#1339
ECHO 2017-03-31 20:56:16.607 {02} <createWorld> [0] applying 0 obj changes of ter#447 to navMesh#1339
ECHO 2017-03-31 20:56:16.607 {02} <createWorld> [0] applying 3820 forest changes of ter#447 to navMesh#1339
ECHO 2017-03-31 20:56:19.708 {02} <createWorld> [0] applying 0 geo changes of ter#448 to navMesh#1339
ECHO 2017-03-31 20:56:19.708 {02} <createWorld> [0] applying 0 obj changes of ter#448 to navMesh#1339
ECHO 2017-03-31 20:56:19.708 {02} <createWorld> [0] applying 3986 forest changes of ter#448 to navMesh#1339
ECHO 2017-03-31 20:56:23.019 {02} <createWorld> [0] applying 0 geo changes of ter#449 to navMesh#1339
ECHO 2017-03-31 20:56:23.019 {02} <createWorld> [0] applying 0 obj changes of ter#449 to navMesh#1339
ECHO 2017-03-31 20:56:23.019 {02} <createWorld> [0] applying 10103 forest changes of ter#449 to navMesh#1339
ECHO 2017-03-31 20:56:31.150 {02} <createWorld> [0] applying 0 geo changes of ter#450 to navMesh#1339
ECHO 2017-03-31 20:56:31.150 {02} <createWorld> [0] applying 0 obj changes of ter#450 to navMesh#1339
ECHO 2017-03-31 20:56:31.150 {02} <createWorld> [0] applying 5079 forest changes of ter#450 to navMesh#1339
ECHO 2017-03-31 20:56:42.853 {02} <createWorld> [0] NavMesh updating: 41000 tiles left.
ECHO 2017-03-31 20:56:50.325 {02} <createWorld> [0] NavMesh updating: 40000 tiles left.
ECHO 2017-03-31 20:56:57.764 {02} <createWorld> [0] NavMesh updating: 39000 tiles left.
ECHO 2017-03-31 20:57:06.030 {02} <createWorld> [0] NavMesh updating: 38000 tiles left.
ECHO 2017-03-31 20:57:13.254 {02} <createWorld> [0] NavMesh updating: 37000 tiles left.
ECHO 2017-03-31 20:57:21.226 {02} <createWorld> [0] NavMesh updating: 36000 tiles left.
ECHO 2017-03-31 20:57:29.653 {02} <createWorld> [0] NavMesh updating: 35000 tiles left.
ECHO 2017-03-31 20:57:37.854 {02} <createWorld> [0] NavMesh updating: 34000 tiles left.
ECHO 2017-03-31 20:57:45.435 {02} <createWorld> [0] NavMesh updating: 33000 tiles left.
ECHO 2017-03-31 20:57:53.564 {02} <createWorld> [0] NavMesh updating: 32000 tiles left.
ECHO 2017-03-31 20:58:01.244 {02} <createWorld> [0] NavMesh updating: 31000 tiles left.
ECHO 2017-03-31 20:58:09.119 {02} <createWorld> [0] NavMesh updating: 30000 tiles left.
ECHO 2017-03-31 20:58:17.294 {02} <createWorld> [0] NavMesh updating: 29000 tiles left.
ECHO 2017-03-31 20:58:24.617 {02} <createWorld> [0] NavMesh updating: 28000 tiles left.
ECHO 2017-03-31 20:58:32.890 {02} <createWorld> [0] NavMesh updating: 27000 tiles left.
ECHO 2017-03-31 20:58:40.430 {02} <createWorld> [0] NavMesh updating: 26000 tiles left.
ECHO 2017-03-31 20:58:49.443 {02} <createWorld> [0] NavMesh updating: 25000 tiles left.
ECHO 2017-03-31 20:58:56.805 {02} <createWorld> [0] NavMesh updating: 24000 tiles left.
ECHO 2017-03-31 20:59:04.650 {02} <createWorld> [0] NavMesh updating: 23000 tiles left.
ECHO 2017-03-31 20:59:12.757 {02} <createWorld> [0] NavMesh updating: 22000 tiles left.
ECHO 2017-03-31 20:59:21.177 {02} <createWorld> [0] NavMesh updating: 21000 tiles left.
ECHO 2017-03-31 20:59:28.216 {02} <createWorld> [0] NavMesh updating: 20000 tiles left.
ECHO 2017-03-31 20:59:35.651 {02} <createWorld> [0] NavMesh updating: 19000 tiles left.
ECHO 2017-03-31 20:59:42.410 {02} <createWorld> [0] NavMesh updating: 18000 tiles left.
ECHO 2017-03-31 20:59:49.794 {02} <createWorld> [0] NavMesh updating: 17000 tiles left.
ECHO 2017-03-31 20:59:56.888 {02} <createWorld> [0] NavMesh updating: 16000 tiles left.
ECHO 2017-03-31 21:00:03.592 {02} <createWorld> [0] NavMesh updating: 15000 tiles left.
ECHO 2017-03-31 21:00:10.982 {02} <createWorld> [0] NavMesh updating: 14000 tiles left.
ECHO 2017-03-31 21:00:18.421 {02} <createWorld> [0] NavMesh updating: 13000 tiles left.
ECHO 2017-03-31 21:00:25.811 {02} <createWorld> [0] NavMesh updating: 12000 tiles left.
ECHO 2017-03-31 21:00:32.310 {02} <createWorld> [0] NavMesh updating: 11000 tiles left.
ECHO 2017-03-31 21:00:39.639 {02} <createWorld> [0] NavMesh updating: 10000 tiles left.
ECHO 2017-03-31 21:00:46.624 {02} <createWorld> [0] NavMesh updating: 9000 tiles left.
ECHO 2017-03-31 21:00:53.162 {02} <createWorld> [0] NavMesh updating: 8000 tiles left.
ECHO 2017-03-31 21:01:00.907 {02} <createWorld> [0] NavMesh updating: 7000 tiles left.
ECHO 2017-03-31 21:01:07.940 {02} <createWorld> [0] NavMesh updating: 6000 tiles left.
ECHO 2017-03-31 21:01:15.042 {02} <createWorld> [0] NavMesh updating: 5000 tiles left.
ECHO 2017-03-31 21:01:21.853 {02} <createWorld> [0] NavMesh updating: 4000 tiles left.
ECHO 2017-03-31 21:01:29.274 {02} <createWorld> [0] NavMesh updating: 3000 tiles left.
ECHO 2017-03-31 21:01:36.388 {02} <createWorld> [0] NavMesh updating: 2000 tiles left.
ECHO 2017-03-31 21:01:43.833 {02} <createWorld> [0] NavMesh updating: 1000 tiles left.
ECHO 2017-03-31 21:01:50.935 {02} <createWorld> [0] NavMesh updating: 0 tiles left.
ECHO 2017-03-31 21:01:50.935 {02} <createWorld> [0] NavMesh update finished!
INFO 2017-03-31 21:01:50.938 {02} <createWorld> [0] CmClaimsManager::fillClaimsGeoCache() timing=0.002 sec
WARN 2017-03-31 21:01:50.984 {02} <createWorld> [0] DB::RS(46 ms) SELECT wc.UnmovableObjectID, TIMESTAMPDIFF(SECOND, now(), wc.FinishTime), uo.ObjectTypeID, wc.ResultItemID, wc.InputSkillValue FROM `working_containers` wc JOIN `unmovable_objects` uo ON uo.ID = wc.UnmovableObjectID WHERE IsComplete =1 AND ((GeoDataID >= f_toGeoID(442, 0, 0) and GeoDataID < f_toGeoID(443, 0, 0)) OR (GeoDataID >= f_toGeoID(443, 0, 0) and GeoDataID < f_toGeoID(444, 0, 0)) OR (GeoDataID >= f_toGeoID(444, 0, 0) and GeoDataID < f_toGeoID(445, 0, 0)) OR (GeoDataID >= f_toGeoID(445, 0, 0) and GeoDataID < f_toGeoID(446, 0, 0)) OR (GeoDataID >= f_toGeoID(446, 0, 0) and GeoDataID < f_toGeoID(447, 0, 0)) OR (GeoDataID >= f_toGeoID(447, 0, 0) and GeoDataID < f_toGeoID(448, 0, 0)) OR (GeoDataID >= f_toGeoID(448, 0, 0) and GeoDataID < f_toGeoID(449, 0, 0)) OR (GeoDataID >= f_toGeoID(449, 0, 0) and GeoDataID < f_toGeoID(450, 0, 0)) OR (GeoDataID >= f_toGeoID(450, 0, 0) and GeoDataID < f_toGeoID(451, 0, 0)));
WARN 2017-03-31 21:01:50.985 {02} <createWorld> [0] DB::RS(1 ms) SELECT wc.MovableObjectID, TIMESTAMPDIFF(SECOND, now(), wc.FinishTime), mo.ObjectTypeID, wc.ResultItemID, wc.InputSkillValue FROM `working_containers` wc JOIN `movable_objects` mo ON mo.ID = wc.MovableObjectID WHERE IsComplete =1 AND ((GeoDataID >= f_toGeoID(442, 0, 0) and GeoDataID < f_toGeoID(443, 0, 0)) OR (GeoDataID >= f_toGeoID(443, 0, 0) and GeoDataID < f_toGeoID(444, 0, 0)) OR (GeoDataID >= f_toGeoID(444, 0, 0) and GeoDataID < f_toGeoID(445, 0, 0)) OR (GeoDataID >= f_toGeoID(445, 0, 0) and GeoDataID < f_toGeoID(446, 0, 0)) OR (GeoDataID >= f_toGeoID(446, 0, 0) and GeoDataID < f_toGeoID(447, 0, 0)) OR (GeoDataID >= f_toGeoID(447, 0, 0) and GeoDataID < f_toGeoID(448, 0, 0)) OR (GeoDataID >= f_toGeoID(448, 0, 0) and GeoDataID < f_toGeoID(449, 0, 0)) OR (GeoDataID >= f_toGeoID(449, 0, 0) and GeoDataID < f_toGeoID(450, 0, 0)) OR (GeoDataID >= f_toGeoID(450, 0, 0) and GeoDataID < f_toGeoID(451, 0, 0)));
ECHO 2017-03-31 21:01:53.101 {02} <createWorld> [0] RebuildAllTunnels(terid=442) - 00:00:01.395
ECHO 2017-03-31 21:01:54.781 {02} <createWorld> [0] RebuildAllTunnels(terid=443) - 00:00:01.680
ECHO 2017-03-31 21:01:56.544 {02} <createWorld> [0] RebuildAllTunnels(terid=444) - 00:00:01.763
ECHO 2017-03-31 21:01:58.241 {02} <createWorld> [0] RebuildAllTunnels(terid=445) - 00:00:01.697
ECHO 2017-03-31 21:01:59.906 {02} <createWorld> [0] RebuildAllTunnels(terid=446) - 00:00:01.665
ECHO 2017-03-31 21:02:01.750 {02} <createWorld> [0] RebuildAllTunnels(terid=447) - 00:00:01.844
ECHO 2017-03-31 21:02:03.752 {02} <createWorld> [0] RebuildAllTunnels(terid=448) - 00:00:02.002
ECHO 2017-03-31 21:02:05.720 {02} <createWorld> [0] RebuildAllTunnels(terid=449) - 00:00:01.968
ECHO 2017-03-31 21:02:07.353 {02} <createWorld> [0] RebuildAllTunnels(terid=450) - 00:00:01.633
INFO 2017-03-31 21:02:07.353 {02} <createWorld> [0] Player::onAdd()
INFO 2017-03-31 21:02:07.354 {03} <Armor::onNewDataBlock> [0] 400 1526
INFO 2017-03-31 21:02:07.354 {02} <createWorld> [0] Player::onRemove()
ECHO 2017-03-31 21:02:07.354 {02} <createWorld> [0] BtPlayer::_releaseController(): enter
ECHO 2017-03-31 21:02:07.354 {02} <createWorld> [0] BtPlayer::_releaseController(): exit
INFO 2017-03-31 21:02:07.354 {02} <createWorld> [0] Player::onAdd()
INFO 2017-03-31 21:02:07.354 {03} <Armor::onNewDataBlock> [0] 401 1527 0.892 0.892 0.892
INFO 2017-03-31 21:02:07.354 {02} <createWorld> [0] Player::onRemove()
ECHO 2017-03-31 21:02:07.354 {02} <createWorld> [0] BtPlayer::_releaseController(): enter
ECHO 2017-03-31 21:02:07.354 {02} <createWorld> [0] BtPlayer::_releaseController(): exit
ECHO 2017-03-31 21:02:07.354 {02} <createWorld> [0] *** Mission loaded
ECHO 2017-03-31 21:02:07.354 {02} <createWorld> [0] Loading spawn patterns from [data/cm_spawn_patterns.xml]
ECHO 2017-03-31 21:02:07.355 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiPassiveTree.xml]
ECHO 2017-03-31 21:02:07.356 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiPeacefulTree.xml]
ECHO 2017-03-31 21:02:07.356 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiPredatorTree.xml]
ECHO 2017-03-31 21:02:07.357 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiBear.xml]
ECHO 2017-03-31 21:02:07.357 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiBoar.xml]
ECHO 2017-03-31 21:02:07.358 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiWolf.xml]
ECHO 2017-03-31 21:02:07.358 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiAurochsBull.xml]
ECHO 2017-03-31 21:02:07.359 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiAurochsCow.xml]
ECHO 2017-03-31 21:02:07.360 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiDeerMale.xml]
ECHO 2017-03-31 21:02:07.360 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiGrouse.xml]
ECHO 2017-03-31 21:02:07.361 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiHare.xml]
ECHO 2017-03-31 21:02:07.361 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiHind.xml]
ECHO 2017-03-31 21:02:07.362 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiMoose.xml]
ECHO 2017-03-31 21:02:07.362 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiMutton.xml]
ECHO 2017-03-31 21:02:07.363 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiSow.xml]
ECHO 2017-03-31 21:02:07.363 {02} <createWorld> [0] Loading AI behaviour from [data/ai/cmAiWildHorse.xml]
INFO 2017-03-31 21:02:07.364 {02} <createWorld> [0] AnimalsManager::reloadBehaviorXML(): behavior loaded successfully
INFO 2017-03-31 21:02:07.364 {02} <createWorld> [0] Animal Spawn: filling substance info...
INFO 2017-03-31 21:02:13.606 {02} <createWorld> [0] Animals: 20 spawn points total
ECHO 2017-03-31 21:02:13.606 {02} <createWorld> [0] duplicationDebugInfo: 1
INFO 2017-03-31 21:02:13.606 {02} <createWorld> [0] Potential animal created: GrouseData, pos(-1250.000000, 230.000000, 1042.658691), qual(55.880566)
INFO 2017-03-31 21:02:13.606 {02} <createWorld> [0] Potential animal created: DeerMaleData, pos(-774.000000, -1946.000000, 1035.250000), qual(41.619583)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: DeerMaleData, pos(198.000000, -802.000000, 1062.750000), qual(37.226574)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: HindData, pos(222.000000, -886.000000, 1042.800049), qual(31.058584)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: GrouseData, pos(734.000000, -178.000000, 1032.609375), qual(30.367731)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: GrouseData, pos(766.000000, -202.000000, 1035.369263), qual(34.013954)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: WolfData, pos(-142.000000, -1426.000000, 1075.585083), qual(30.674360)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: HareData, pos(-874.000000, -858.000000, 1203.349976), qual(43.446045)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: HareData, pos(-787.337708, -780.885254, 1159.580322), qual(54.582893)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: WolfData, pos(-586.000000, -1874.000000, 1033.599976), qual(37.928303)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: WolfData, pos(-990.000000, -1150.000000, 1094.100098), qual(60.000000)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: WolfData, pos(-942.000000, -1170.000000, 1087.784180), qual(60.000000)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: WolfData, pos(-974.000000, -1230.000000, 1072.767334), qual(60.000000)
INFO 2017-03-31 21:02:13.607 {02} <createWorld> [0] Potential animal created: BoarData, pos(270.000000, 246.000000, 1012.536804), qual(57.995461)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: SowData, pos(378.000000, 190.000000, 1013.689026), qual(49.372597)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: WolfData, pos(1270.475464, 1760.335815, 1056.464111), qual(23.124487)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: HareData, pos(-382.000000, 454.000000, 1031.531372), qual(51.141388)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: HareData, pos(-382.000000, 406.000000, 1037.522949), qual(55.298904)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: BearData, pos(858.000000, 534.000000, 1020.874207), qual(61.951534)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: WolfData, pos(-1122.000000, 454.000000, 1067.000000), qual(20.350864)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: HareData, pos(-2150.000000, -1250.000000, 1034.256836), qual(56.354313)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: WolfData, pos(1874.000000, 2142.000000, 1125.850098), qual(39.622028)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: BoarData, pos(-50.000000, 622.000000, 1062.386963), qual(38.096497)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: GrouseData, pos(-470.000000, 870.000000, 1027.549927), qual(59.107643)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: GrouseData, pos(1250.000000, -1774.000000, 1004.050049), qual(33.304066)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: GrouseData, pos(1274.000000, -1690.000000, 1022.535034), qual(33.504696)
INFO 2017-03-31 21:02:13.608 {02} <createWorld> [0] Potential animal created: BoarData, pos(-138.000000, 1894.000000, 1071.900024), qual(40.451218)
INFO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Potential animal created: SowData, pos(-170.000000, 1850.000000, 1083.199951), qual(37.330879)
INFO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Potential animal created: AurochsBullData, pos(-2390.000000, 1446.000000, 1083.950073), qual(54.179474)
INFO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Potential animal created: AurochsCowData, pos(-2362.000000, 1438.000000, 1096.750000), qual(39.168262)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Animals spawn controller loaded
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 450 : 242.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 442 : 196.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 443 : 320.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 444 : 66.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 445 : 270.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 446 : 482.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 447 : 148.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 448 : 200.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] Spawn rating for terrain 449 : 394.000000
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 445, c (14, 9), s 7, p 0 (GrouseData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 443, c (1, 8), s 2, p 9 (DeerMaleData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (9, 1), s 7, p 10 (DeerMaleData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (13, 6), s 7, p 1 (GrouseData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 443, c (6, 12), s 7, p 21 (WolfData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (1, 1), s 7, p 4 (HareData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 443, c (3, 9), s 7, p 21 (WolfData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 443, c (0, 14), s 3, p 22 (WolfData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (10, 9), s 7, p 7 (BoarData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 450, c (1, 5), s 7, p 21 (WolfData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (5, 11), s 7, p 4 (HareData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (14, 12), s 7, p 19 (BearData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 445, c (15, 11), s 7, p 21 (WolfData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 442, c (7, 14), s 7, p 3 (HareData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 450, c (6, 8), s 7, p 21 (WolfData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (7, 12), s 7, p 6 (BoarData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 446, c (4, 14), s 7, p 0 (GrouseData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 444, c (1, 10), s 7, p 1 (GrouseData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 449, c (6, 6), s 7, p 7 (BoarData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] spawn in ter 448, c (5, 3), s 3, p 17 (AurochsBullData)
ECHO 2017-03-31 21:02:13.609 {02} <createWorld> [0] HorsesManager initialized.
INFO 2017-03-31 21:02:13.609 {} <> [0] Server is up and ready to accept connections
ECHO 2017-03-31 21:02:13.610 {} <<Thread>> [0] The TCP server is up and running at port 28000 [T:NONE:0x1C14]
ECHO 2017-03-31 21:02:13.800 {} <> [0] Thread pool initialized, threads: 7
WARN 2017-03-31 21:02:13.800 {} <> [1] Warning - Tick [1] took 512844 (>64) ms!
INFO 2017-03-31 21:02:15.478 {} <> [841] CmSteam::onSteamServersConnected
INFO 2017-03-31 21:02:15.776 {} <> [991] CmSteam::onSteamPolicyResponse. secure=1, our steamID=90107836089990153
INFO 2017-03-31 21:02:15.776 {} <> [991] Steam initialized
WARN 2017-03-31 21:02:21.754 {} <> [4053] DB::RS(1 ms) SELECT ID,ObjectTypeID,Quality,HP,GeoID,GeoAlt,OffsetX,OffsetY,OffsetZ,TurnAngle,MountedCharacterID,OwnerID,UNIX_TIMESTAMP(DroppedTime),CreatedDurability,Durability FROM `horses` WHERE ((GeoID >= f_toGeoID(442, 0, 0) and GeoID < f_toGeoID(443, 0, 0)) OR (GeoID >= f_toGeoID(443, 0, 0) and GeoID < f_toGeoID(444, 0, 0)) OR (GeoID >= f_toGeoID(444, 0, 0) and GeoID < f_toGeoID(445, 0, 0)) OR (GeoID >= f_toGeoID(445, 0, 0) and GeoID < f_toGeoID(446, 0, 0)) OR (GeoID >= f_toGeoID(446, 0, 0) and GeoID < f_toGeoID(447, 0, 0)) OR (GeoID >= f_toGeoID(447, 0, 0) and GeoID < f_toGeoID(448, 0, 0)) OR (GeoID >= f_toGeoID(448, 0, 0) and GeoID < f_toGeoID(449, 0, 0)) OR (GeoID >= f_toGeoID(449, 0, 0) and GeoID < f_toGeoID(450, 0, 0)) OR (GeoID >= f_toGeoID(450, 0, 0) and GeoID < f_toGeoID(451, 0, 0)));
INFO 2017-03-31 21:02:21.770 {} <<Thread>> [4064] SCAN_SNOW: start scanning [T:WorkerThread0:0x0EA0]

Return to Deutschsprachige Diskussionen