| 
		
	
	
	
		
	Сообщений: 74 
	Тем: 1 
	Зарегистрирован: Jul 2009
	
 Репутация: 
0 
	
		
		
		08-12-2009, 03:27 AM 
(Сообщение последний раз редактировалось: 08-12-2009, 05:47 AM   Artemis E..)
		
	 
		Ось Debian Linux 
Сборка L2Emu 971 
В принципе все работало отлично. Сделал до этого несколько обновлений сервера и без проблем. При попытке последнених обновлений ревизии 1150-1177 одна и та же проблема. 
Сервер поднимается без ошибок, но нет открытых портов, не виден и в вебе и с клиента. 
Стоит откатиться, все ок. 
Вот конфиги ЛС И ГС
 
Логин:
 PHP код: <?php # ---------------------------------------------------------------------------
 # Network Settings - L2EmuProject
 # ---------------------------------------------------------------------------
 
 # This is the server configuration file. Here you can set up the connection information for your server.
 # This was written with the assumption that you are behind a router.
 # Dumbed Down Definitions...
 # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
 # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
 # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
 # ---------------------------------------------------------------------------
 
 
 # ---------------------------------------------------------------------------
 # Networking
 # ---------------------------------------------------------------------------
 # ---------------------------------------------------------------------------
 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
 # Common settings...
 # 127.0.0.1 - If you are playing alone on a test server
 # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
 # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
 # ---------------------------------------------------------------------------
 # Default: 127.0.0.1
 ExternalHostname = 10.12.12.14
 
 # ---------------------------------------------------------------------------
 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
 # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
 # ---------------------------------------------------------------------------
 # Default: 127.0.0.1
 InternalHostname = 192.168.80.2
 
 # ---------------------------------------------------------------------------
 # If you are behind a router which using its own local IP for Port Forwarding then set this to the routers
 # local IP if you want people outside your internal network to be able to connect to your server.
 # ---------------------------------------------------------------------------
 # RouterHostname =
 
 # Default: 127.0.0.1
 LoginserverHostname = 127.0.0.1
 
 # Default: 2106
 LoginserverPort = 2106
 
 # The address on which login will listen for GameServers, use * to bind on all available IPs
 # Default: 127.0.0.1
 LoginHostname = 127.0.0.1
 
 # The port on which login will listen for GameServers
 # Default: 9014
 LoginPort = 9014
 
 # ---------------------------------------------------------------------------
 # Database
 # ---------------------------------------------------------------------------
 # Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... www.google.com
 Driver = com.mysql.jdbc.Driver
 #Driver = org.hsqldb.jdbcDriver
 #Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
 URL = jdbc:mysql://localhost/l2emu_db
 #URL = jdbc:hsqldb:hsql://localhost/l2emu_db
 #URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =
 #Database user info (using root user is not recommended)
 Login = l2emu_db
 Password = l2emu_db
 
 # Default: 10
 MaximumDbConnections = 100
 
 # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
 # Default: 15
 IpUpdateTime = 15
 
 # Default: 15
 FastConnectionLimit = 15
 
 # Default: 700
 NormalConnectionTime = 700
 
 # Default: 350
 FastConnectionTime = 350
 
 # Default: 50
 MaxConnectionPerIP = 50
 
Гейм
 PHP код: <?php # ---------------------------------------------------------------------------
 # Network Settings - L2EmuProject
 # ---------------------------------------------------------------------------
 
 # ---------------------------------------------------------------------------
 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
 # Common settings...
 # 127.0.0.1 - If you are playing alone on a test server
 # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
 # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
 # ---------------------------------------------------------------------------
 # Default: 127.0.0.1
 ExternalHostname = 10.12.12.14
 
 # ---------------------------------------------------------------------------
 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
 # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
 # ---------------------------------------------------------------------------
 # Default: 127.0.0.1
 InternalHostname = 192.168.80.2
 
 # Default: 127.0.0.1
 LoginHost = 127.0.0.1
 
 # Default: 9014
 LoginPort = 9014
 
 # Default: 127.0.0.1
 GameserverHostname = 127.0.0.1
 
 # Default: 7777
 GameserverPort = 7777
 
 
 # ---------------------------------------------------------------------------
 # Database
 # ---------------------------------------------------------------------------
 # Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... www.google.com
 Driver = com.mysql.jdbc.Driver
 #Driver = org.hsqldb.jdbcDriver
 #Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
 URL = jdbc:mysql://localhost/l2emu_db
 #URL = jdbc:hsqldb:hsql://localhost/l2emu_db
 #URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =
 #Database user info (using root user is not recommended)
 Login = l2emu_db
 Password = l2emu_db
 
 # Default: 100
 MaximumDbConnections = 1000
 
 # Default: 0
 MaximumDbIdleTime = 0
 
 
Логи запуска Логин и Гейм
 
Логин
 PHP код: <?php ==============================================================-[ Login Server ]
 INFO LoginServer: Logging Initialized.
 ======================================================================-[ Main ]
 INFO Loading: ./config/main/loginserver.ini
 INFO Loading: ./config/main/mmocore.ini.
 ===================================================================-[ Network ]
 INFO Loading: ./config/network/network.ini
 INFO Loading: ./config/network/telnet.ini
 ===============================================================-[ Versionning ]
 INFO Loading: ./config/versionning/commons-version.xml.
 INFO Loading: ./config/versionning/login-version.xml.
 ====================================================================-[ Telnet ]
 INFO Telnet Server is currently disabled.
 ==================================================================-[ Database ]
 INFO MLog clients using java 1.4+ standard logging.
 INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgegoy833b3cn5smmnff|1dfc547, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgegoy833b3cn5smmnff|1dfc547, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2emu_db, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
 ==========================================================-[ Login Controller ]
 INFO Loading LoginController...
 INFO Cached 10 KeyPairs for RSA communication
 INFO Stored 20 keys for Blowfish communication
 ==========================================================-[ GameServer Table ]
 INFO Loaded 71 server names
 INFO Loaded 1 registered Game Servers
 INFO Cached 10 RSA keys for Game Server communication.
 ==================================================================-[ Ban File ]
 INFO Loaded 0 IP Bans.
 ===================================================================-[ Threads ]
 INFO Listening for GameServers on 127.0.0.1:9014
 INFO Login Server ready on 127.0.0.1:2106
 =================================================-[ L2EmuProject: LoginServer ]
 INFO Commons Release: 1.0.4
 INFO Commons Revision: "1110"/>
 INFO LS Release: 1.0.4
 INFO LS Revision: unknown
 INFO Website: http://www.l2-emu.net
 INFO Total Boot Time: 17 seconds
 INFO Updated Gameserver [1] Bartz IP's:
 INFO InternalIP: 192.168.80.2
 INFO ExternalIP: 10.12.12.14
 
 
Гейм
 PHP код: <?php ==============================================================-[ Boot Manager ]
 INFO BootManager: Logging Initialized.
 INFO BootManager: Initializing Configs.
 ===================================================================-[ Network ]
 INFO Loading: ./config/network/hexid.txt
 INFO Loading: ./config/network/network.ini
 INFO Loading: ./config/network/telnet.ini
 ======================================================================-[ Main ]
 INFO Loading: ./config/main/gameserver.ini
 INFO Loading: ./config/main/id_factory.ini
 INFO Loading: ./config/main/geodata.ini
 INFO Loading: ./config/main/rates.ini
 INFO Loading: ./config/main/pvp.ini
 INFO Loading: ./config/main/enchant.ini
 INFO Loading: ./config/main/flood_protector.ini
 INFO Loading: ./config/main/olympiad.ini
 INFO Loading: ./config/main/manor.ini
 INFO Loading: ./config/main/lottery.ini
 INFO Loading: ./config/main/NPC.ini
 INFO Loading: ./config/main/skills.ini
 INFO Loading: ./config/main/clans.ini
 INFO Loading: ./config/main/alt_settings.ini
 INFO Loading: ./config/main/options.ini
 INFO Loading: ./config/main/mmocore.ini.
 INFO Loading: ./config/main/vitality.ini
 INFO Loading: ./config/main/grand_boss.ini
 INFO Loading: ./config/main/custom.ini
 INFO Loading: ./config/main/chat_filter.txt
 ============================================================-[ Administration ]
 INFO Loading: ./config/administration/gm_access.ini
 ======================================================================-[ Mods ]
 INFO Loading: ./config/mods/Champion.ini
 INFO Loading: ./config/mods/Wedding.ini
 INFO Loading: ./config/mods/fun_events.ini
 INFO Loading: ./config/mods/jail.ini
 INFO Loading: ./config/mods/TownWar.ini
 INFO Loading: ./config/mods/offline_trade.ini
 INFO Loading: ./config/mods/class_master.ini
 ===============================================================-[ Versionning ]
 INFO Loading: ./config/versionning/commons-version.xml.
 INFO Loading: ./config/versionning/game-version.xml.
 INFO Loading: ./config/versionning/datapack-version.xml.
 ==============================================================-[ Boot Manager ]
 INFO BootManager: Config Sucessffully Loaded.
 ====================================================================-[ Telnet ]
 INFO Telnet Server is currently disabled.
 INFO BootManager: Preparations Done. Staring GameServer!
 ==================================================================-[ Database ]
 INFO MLog clients using java 1.4+ standard logging.
 INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgegoy833gs78d1de82rk|12cc95d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgegoy833gs78d1de82rk|12cc95d, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2emu_db, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
 =============================================================-[ Script Engine ]
 INFO Initializing Script Engine Manager
 INFO Script Engine: java 1.6 - Language: java - Language Version: 1.6
 INFO Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Version: 1.6
 INFO Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
 INFO Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.0b5
 =====================================================================-[ World ]
 INFO L2World: Setting up World Regions
 INFO L2World: (136 by 136) World Region Grid set up.
 =============================================================-[ Announcements ]
 INFO AutoAnnoucements: Loaded 0 Auto Annoucement Data.
 =================================================================-[ IDFactory ]
 INFO Updated characters online status.
 INFO Cleaned 0 elements from database.
 INFO IDFactory: 411648 id's available.
 INFO IdFactory: Free ObjectID's remaining: 1879030002
 ===================================================================-[ GeoData ]
 INFO Geodata Engine: Disabled.
 INFO StaticObject: Loaded 29 StaticObject Templates.
 INFO TeleportLocationTable: Loaded 747 Teleport Location Templates.
 INFO Initializing BoatManager
 INFO Initializing InstanceManager
 INFO Multiverse Instance created
 INFO Universe Instance created
 ==============================================================-[ TaskManagers ]
 ====================================================================-[ Skills ]
 INFO SkillTreeTable: Loaded 42274 skills.
 INFO FishingSkillTreeTable: Loaded 109 general skills.
 INFO DwarvenCraftSkillTreeTable: Loaded 8 dwarven skills.
 INFO EnchantSkillTreeTable: Loaded 300 enchant skills.
 INFO PledgeSkillTreeTable: Loaded 41 pledge skills
 INFO TransformSkillTreeTable: Loaded 50 transform skills
 INFO SpecialSkillTreeTable: Loaded 3 special skills
 INFO ResidentialSkillTable: Loaded 29 entities with associated skills.
 INFO PetSkillsTable: Loaded 1905 skills.
 =====================================================================-[ Items ]
 INFO ItemTable: Loaded 2509 Armors.
 INFO ItemTable: Loaded 9474 Items.
 INFO ItemTable: Loaded 3336 Weapons.
 INFO Highest item id used:22172
 INFO ArmorSetsTable: Loaded 168 armor sets.
 INFO ArmorSetsTable: Loaded 0 Custom armor sets.
 INFO Initializing AugmentationData.
 INFO AugmentationData: 10 bad skill(s) were skipped.
 INFO AugmentationData: Loaded: 52 augmentation stats.
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 1
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 2
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 3
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 4
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 5
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 6
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 7
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 8
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 9
 INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills for lifeStoneLevel 10
 INFO Summon items data: Loaded 37 summon items.
 INFO Extractable items data: Loaded 16 extractable items!
 INFO Extractable skills data: Loaded 307 extractable skills!
 INFO FishTable: Loaded 270 Fishes.
 INFO Initializing ItemsAutoDestroy.
 INFO MerchantPriceConfigTable: Loaded 28 merchant price configs.
 INFO Enchant HP Bonus registered for 1516 items!
 INFO TradeController: Loaded 656 Buylists.
 INFO TradeController: Loaded 0 Custom Buylists.
 INFO RecipeController: Loaded 936 recipes.
 ================================================================-[ Characters ]
 INFO AccessLevels: Loaded 6 from database.
 INFO AdminCommandAccessRights: Loaded 480 from database.
 INFO CharTemplateTable: Loaded 103 Character Templates.
 INFO LevelUpData: Loaded 103 Character Level Up Templates.
 INFO Helper Buff Table: Loaded 17 Templates.
 INFO HennaTable: Loaded 180 Templates.
 INFO HennaTreeTable: Loaded 8136 Henna Tree Templates.
 INFO L2JMOD: Initializing CoupleManager
 INFO Loaded: 0 couples(s)
 INFO Initializing CursedWeaponsManager
 INFO Loaded : 2 cursed weapon(s).
 INFO Restored 17 clans from the database.
 INFO Cache[Crest]: 0,003MB on 12)
 INFO Hero System: Loaded 0 Heroes.
 INFO Hero System: Loaded 0 all time Heroes.
 ======================================================================-[ NPCs ]
 INFO NpcTable: Loaded 9337 NPC templates.
 ======================================================================-[ NPCs ]
 INFO NpcTable: Loaded 12 custom NPC templates.
 INFO CustomDropList: Added 0 custom droplist.
 INFO NpcTable: Loaded 470 Minions.
 INFO NpcBufferSkillIdsTable: Loaded 2 buffers and 122 skills.
 INFO Cache[HTML]: Caching started...
 INFO Cache[HTML]: Compacting htmls...
 INFO Cache[HTML]: Validating htmls...
 INFO Initializing Walkers Routes Table.
 INFO WalkerRoutesTable: Loaded 248 Npc Walker Routes.
 ===============================================================-[ Seven Signs ]
 INFO SevenSigns: Currently in the Competition (Quest Event) period!
 INFO SevenSigns: The Seal of Avarice remains unclaimed.
 INFO SevenSigns: The Seal of Gnosis remains unclaimed.
 INFO SevenSigns: The Seal of Strife remains unclaimed.
 INFO SevenSigns: The competition, if the current trend continues, will end in a tie this week.
 INFO SevenSigns: Next period begins in 5 days, 12 hours and 14 mins.
 INFO SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s).
 ========================================================-[ Entities and zones ]
 INFO Initializing ClanHallManager
 INFO Loaded: 1 clan halls
 INFO Loaded: 43 free clan halls
 INFO Searching clan halls doors:
 =====================================================================-[ Doors ]
 INFO DoorTable: Loaded 727 Door Templates.
 INFO Initializing CastleManager
 INFO Loaded: 9 castles
 INFO Initializing SiegeManager
 INFO Initializing FortManager
 INFO Olympiad System: failed to load data from database, trying to load from file.
 INFO Olympiad System: Loading Olympiad System....
 INFO Olympiad System: Currently in Olympiad Period
 INFO Olympiad System: 29174 minutes until period ends
 INFO Olympiad System: Next weekly change is in 10079 minutes
 INFO Olympiad System: Loaded 0 Nobles
 INFO Olympiad System: Competition Period Starts in 0 days, 12 hours and 14 mins.
 INFO Olympiad System: Event starts/started : Wed Aug 12 18:00:09 EEST 2009
 INFO DayNightSpawnManager: Day/Night handler initialized
 ====================================================================-[ Spawns ]
 INFO SpawnTable: Loaded 39990 Npc Spawn Locations.
 INFO CustomSpawnTable: Loaded 38 Npc Spawn Locations.
 INFO Loaded: 21 fortress
 INFO Initializing FortSiegeManager
 INFO Loading zones...
 INFO Initializing GrandBossManager
 INFO GrandBossManager: Loaded 7 Instances
 INFO Done: loaded 442 zones.
 INFO Initializing MercTicketManager
 INFO Loaded: 0 Mercenary Tickets
 INFO Siege of Gludio: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Dion: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Giran: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Oren: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Aden: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Innadril: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Goddard: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Rune: Sun Aug 23 02:00:00 EEST 2009
 INFO Siege of Schuttgart: Sun Aug 23 02:00:00 EEST 2009
 ==================================================================-[ Handlers ]
 INFO AutoChatHandler: Loaded 32 handlers in total.
 INFO AutoSpawnHandler: Loaded 133 handlers in total.
 INFO Loaded 491  AdminCommandHandlers
 INFO Loaded 12  ChatHandlers
 INFO Loaded 29 ItemHandlers
 INFO Loaded 87 SkillHandlers
 INFO Loaded 16 UserHandlers
 INFO Loaded 12 VoicedHandlers
 ====================================================================-[ Quests ]
 INFO Initializing QuestManager
 ============================================================-[ Events/Scripts ]
 Certification Loaded!
 Sub Skill Learner Loaded!
 INFO Compiled Scripts Cache is disabled.
 INFO Loaded: 502 quests
 INFO Loaded: 97 transformations.
 ====================================================================-[ Faenor ]
 INFO Event ID: (Valentines Event) has passed... Ignored.
 INFO RaidBossSpawnManager: Loaded 180 Instances
 INFO RaidBossSpawnManager: Scheduled 0 Instances
 INFO GrandBossManager: Initialized 12 Grand Boss Zones
 ===================================================================-[ Economy ]
 INFO Initializing CastleManorManager
 INFO Manor System: Manor period approve updated
 INFO ManorManager: Loaded 256 seeds
 INFO Initializing AuctionManager
 INFO Loaded: 38 auction(s)
 INFO ItemMarketTable: Loaded 0 market items.
 ==================================================================-[ Olympiad ]
 ===========================================================-[ DimensionalRift ]
 INFO DimensionalRiftManager: Loaded 7 room types with 56 rooms.
 INFO DimensionalRiftManager: Loaded 462 dimensional rift spawns, 0 errors.
 ============================================================-[ FourSepulchers ]
 INFO FourSepulchersManager: loaded 20 Mysterious-Box spawns.
 INFO FourSepulchersManager: loaded 716 Physical type monsters spawns.
 INFO FourSepulchersManager: loaded 716 Magical type monsters spawns.
 INFO FourSepulchersManager: loaded 92 Church of duke monsters spawns.
 INFO FourSepulchersManager: loaded 68 Emperor's grave NPC spawns.
 INFO FourSepulchersManager: spawned Conquerors' Sepulcher Manager
 INFO FourSepulchersManager: spawned Emperors' Sepulcher Manager
 INFO FourSepulchersManager: spawned Great Sages' Sepulcher Manager
 INFO FourSepulchersManager: spawned Judges' Sepulcher Manager
 INFO Wed Aug 12 05:45:44 EEST 2009 Atk announce scheduled to 45.0 minute of this hour.
 INFO FourSepulchersManager: Beginning in Attack time
 ================================================================-[ Extensions ]
 ======================================================================-[ Misc ]
 INFO Initializing PetitionManager
 ================================================================-[ L2Emu Mods ]
 INFO PcColorTable: 0 loaded. 0 expired deleted!
 =============================================================-[ ServerThreads ]
 INFO Connecting to login on 127.0.0.1:9014
 INFO Maximum Numbers of Connected Players: 200
 ====================================================================-[ Memory ]
 INFO +----
 INFO | Global Memory Informations at 5:45:45:
 INFO |    |
 INFO | Allowed Memory: 1040512 KB
 INFO |    |= Allocated Memory: 388688 KB (37,3555%)
 INFO |    |= Non-Allocated Memory: 651824 KB (62,6445%)
 INFO | Allocated Memory: 388688 KB
 INFO |    |= Used Memory: 224579 KB (21,5835%)
 INFO |    |= Unused (cached) Memory: 164109 KB (15,7719%)
 INFO | Useable Memory: 815933 KB (78,4165%)
 INFO +----
 =======================================================================-[ CPU ]
 INFO Avaible CPU(s): 1
 INFO Processor(s) Identifier: null
 ========================================================================-[ OS ]
 INFO OS: Linux Build: 2.6.18-4-686
 INFO OS Arch: i386
 ==================================================-[ L2EmuProject: GameServer ]
 INFO Commons Release: 1.0.4
 INFO Commons Revision: "1110"/>
 INFO GS Release: 1.0.4
 INFO GS Revision: unknown
 INFO DP Release: 1.0.4
 INFO DP Revision: unknown
 INFO Website: http://www.l2-emu.net
 INFO Total Boot Time: 74 seconds.
 =======================================================================-[ Gui ]
 INFO Gui is currently disabled.
 INFO Registered on login as Server 1 : Bartz
 
 нид хелп..  куда копать.
 
	
	
	
		
	Сообщений: 74 
	Тем: 1 
	Зарегистрирован: Jul 2009
	
 Репутация: 
0 
	
	
	
		
	Сообщений: 6,450 
	Тем: 262 
	Зарегистрирован: Nov 2007
	
 Репутация: 
44,165 
	
	
		Ну что Ап? Откатить до рабочей версии сервера и все, дождаться когда исправят ошибку.
	 
	
	
	
		
	Сообщений: 74 
	Тем: 1 
	Зарегистрирован: Jul 2009
	
 Репутация: 
0 
	
	
		Ни на форуме разработчиков, ни в гугле подобной проблемы не нашел.Обычно ошибка подключения в неправильном указании айпи адресов.
 Но ранее у меня все работало. именно в таком виде. Запускал на хп 32, виста x32/x64, линукс дебиан, результат один и тот же; из
 скомпилированых 20+ сборок начиная от 1150 до 1653 ревизий.
 ГГ отключен. протокол от 1 до 999, пробовал от 83 до 88,87-87, 88-88 и т.д.. клиентов несколько, европейский,  с руофа 2 варианта с последними апдейтами. ини файл нормально переписан. пробовал без изменений ини, просто правкой хостс..
 
 Ясно что это я гдето жестко натупил, только я в упор не пойму куда смотреть, конфиги по 30 раз периписывал в разных вариантах что в голову приходило, и для одной подсети и для локалхоста..
 в общим тупик.
 скажите где дурак.
 Заранее спасибо.
 
	
	
	
		
	Сообщений: 6,450 
	Тем: 262 
	Зарегистрирован: Nov 2007
	
 Репутация: 
44,165 
	
	
		Мистика просто... Последний евро клиент с протоколом 87, в серверах L2jServer уже вписали его, насчет остальных не знаю, так как не интерисовался. В любом случае, если бы проблема была в протоколе, то в логах бы написало об этом.
	 
	
	
	
		
	Сообщений: 74 
	Тем: 1 
	Зарегистрирован: Jul 2009
	
 Репутация: 
0 
	
	
		!! Все работает.. Ревизия 1674...Ничего не менял ни осей, ни софт... дело явно не в сборке... неможет 500+ резвиий сервак быть багнутым.. у всех работало.. у меян нет.. видно руки не по феншую стояли... =)
 
	
	
	
		
	Сообщений: 1 
	Тем: 0 
	Зарегистрирован: Sep 2009
	
 Репутация: 
0 
	
	
		я создал сервер л2 а персонаж не создаеться в чом проблема помогите !
	 
	
	
	
		
	Сообщений: 74 
	Тем: 1 
	Зарегистрирован: Jul 2009
	
 Репутация: 
0 
	
	
		lastWarrior Написал:я создал сервер л2 а персонаж не создаеться в чом проблема помогите ! 
чья сборка? ревизия, конфиги ЛС и ГС.
	 
	
	
	
		
	Сообщений: 5 
	Тем: 0 
	Зарегистрирован: Sep 2009
	
 Репутация: 
0 
	
		
		
		09-04-2009, 03:27 PM 
(Сообщение последний раз редактировалось: 09-04-2009, 05:10 PM   joni.)
		
	 
		у меня сборка RT  а персонажи не саздоються ппц пишит персонаж не создан (
 Добавлено через 1 час 43 минуты
 помоги мне подскажи чего персонаж не созда|ться 7
 
	
	
	
		
	Сообщений: 5 
	Тем: 0 
	Зарегистрирован: Sep 2009
	
 Репутация: 
0 
	
	
		помогите пожалусто я создал серв  по инетернету я могу зайти а мой приятель не можит вчом проблемка ?
	 |