-
Posts
39 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Loses
-
Source L2Overclock - Pre Beta (Ertheia) - Open Source
Loses replied to MiguelS's topic in Server Shares & Files [L2J]
copy svn from mobius project beta ertheia gg ^^ -
Lineage2 Domination Server Rates: RateXp = 2000 RateSp = 2000 Enchant Rates: Enchant Safe = 6 Enchant Max = 16 Enchant Scroll Rates: Enchant Armor = 65% Enchant Weapon = 65% Enchant Blessed Weapon = 90% Enchant Blessed Armor = 90% Enchant Atribute Rates: Enchant Stone = 100% Enchant Crystal = 100% Max LvL 7 Buff List: Duration = 2 Hours Buff Enchant = +30 Slot = 36 Dance = 18 All Zone: Main Town = Giran LeveL Up = Up Char PvP Arena Zone = PvP 1, PvP 2 Normal Gatekeeper = All town etc Fantasy Island = Farm Zone Emerald Square = Farm Zone Npc Full All Town: Gatekeeper = Elena Shop = Martin Buffer = Pippi Service Manager = Bruso Noblesse Manager = Eleza Bug Report = Elisa Top PvP Pk = Jinia System Work: Balanced System Vote System PvP System Full Reward System Anti Bot System Olympiad: Start Time = 16 Off Time = 22 Enchant Limit = 6 Custom: No Custom ! GRAND OPENING BETA SERVER 2014-09-17 SEPTEMBER GMT+1 18:00 PM sorry not have website normal coming soon forum work http://l2domination.do-forum.com/ Support Contact l2dominations@gmail.com System http://www17.zippyshare.com/v/57623136/file.html
-
Code Hi5 Vote Reward Configurable [ Topzone - Hopzone ]
Loses replied to insaNNe's topic in Server Shares & Files [L2J]
http://www25.zippyshare.com/v/29015671/file.html vote.sql -
/* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package l2r.gameserver.model.entity; import java.util.HashMap; import l2r.Config; import l2r.gameserver.ThreadPoolManager; import l2r.gameserver.model.L2World; import l2r.gameserver.model.actor.instance.L2PcInstance; /** * @author Loses */ public class MiniReward { static HashMap<String, Integer> Ips = new HashMap<>(); public static void getInstance() { ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new Runnable() { @Override public void run() { L2PcInstance[] pls = L2World.getInstance().getAllPlayersArray(); for (L2PcInstance p : pls) { String pIp = p.getClient().getConnection().getInetAddress().getHostAddress(); if (!Ips.containsKey(pIp)) { Ips.put(pIp, 1); reward(p); } else { int count = Ips.get(pIp); if (count < Config.DUALBOXES_ALLOWED) { Ips.remove(pIp); Ips.put(pIp, count + 1); reward(p); } else { p.sendMessage("Already " + Config.DUALBOXES_ALLOWED + " character(s) of your ip have been rewarded, so this character won't be rewarded."); } } } Ips.clear(); } }, 0, 14400 * 1000); } static void reward(L2PcInstance player) { for (int i : Config.MINI_REWARD.keySet()) { player.addItem("Mini Reward.", i, Config.MINI_REWARD.get(i), player, true); } } }
-
nice share ;)
-
no is sql :O gg
-
why error i use jdk 1.8.0_05 jdk ...
-
Help Gameserver Start Java Error
Loses replied to Loses's question in Request Server Development Help [L2J]
im need to go repair PC low memory Locked Topic. -
Help Gameserver Start Java Error
Loses replied to Loses's question in Request Server Development Help [L2J]
java -version:1.8 -server -Dfile.encoding=UTF-8 -Xms2G -Xmx4G -Xnoclassgc -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -cp config/xml;../libs/*; lineage2.gameserver.GameServer -
Help Gameserver Start Java Error
Loses replied to Loses's question in Request Server Development Help [L2J]
I have so set -
Help Gameserver Start Java Error
Loses replied to Loses's question in Request Server Development Help [L2J]
who me tell of this fix ? everything i tried and nothing ;/ -
Help Gameserver Start Java Error
Loses replied to Loses's question in Request Server Development Help [L2J]
Bump! -
I have a problem so it's like I run server crashes sometimes error on this log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xffffffffa3545120, pid=4624, tid=4568 # # JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.11-b03 mixed mode windows-amd64 compressed oops) # Problematic frame: # C 0xffffffffa3545120 # # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x0000000001ead800): JavaThread "main" [_thread_in_Java, id=4568, stack(0x0000000002170000,0x0000000002270000)] siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0xffffffffa3545120 Registers: RAX=0x00000007c0485238, RBX=0x000000000e6f0000, RCX=0x0000000000000000, RDX=0x00000006c0b30bf8 RSP=0x000000000226ef78, RBP=0x00000000d90a400c, RSI=0x0000000003605987, RDI=0x00000006c0b30f70 R8 =0x00000006c0b30ef8, R9 =0x00000000d81661ee, R10=0x00000007c0485238, R11=0x0000000003605987 R12=0x0000000000000000, R13=0x0000000000000000, R14=0x00000006ca7f5910, R15=0x0000000001ead800 RIP=0xffffffffa3545120, EFLAGS=0x0000000000010246 Top of Stack: (sp=0x000000000226ef78) 0x000000000226ef78: 0000000002d2635c 00000006c8520250 0x000000000226ef88: 00000007c000d060 00000006c85200c0 0x000000000226ef98: 00000006c891f438 00000006c891f450 0x000000000226efa8: 00000006d9123e87 0000000100000002 0x000000000226efb8: 00000006ca7f5910 00000006c891f320 0x000000000226efc8: d910b8a3d910b5ff 0000000600000001 0x000000000226efd8: 00000006c885ec68 00000006c0b30bf8 0x000000000226efe8: 00000006c0b30ef8 0000000000000007 0x000000000226eff8: 00000006c8520250 00000000d90a400c 0x000000000226f008: 0000000003762ebc 00000006c0a7ba28 0x000000000226f018: 00000006c885ec68 00000006c885a950 0x000000000226f028: 0000000000000000 0000000000000001 0x000000000226f038: 00000007c005eba8 00000006c85201b8 0x000000000226f048: 00000006c885a950 00000006c8520250 0x000000000226f058: 0000000002d22e8c 0000000000000001 0x000000000226f068: 00000000039bfd30 00000001d90a4037 Instructions: (pc=0xffffffffa3545120) 0xffffffffa3545100: [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005] Register to memory mapping: RAX=0x00000007c0485238 is an unknown value RBX=0x000000000e6f0000 is an unknown value RCX=0x0000000000000000 is an unknown value RDX=0x00000006c0b30bf8 is an oop org.dom4j.tree.DefaultElement - klass: 'org/dom4j/tree/DefaultElement' RSP=0x000000000226ef78 is pointing into the stack for thread: 0x0000000001ead800 RBP=0x00000000d90a400c is an unknown value RSI=0x0000000003605987 is an unknown value RDI=0x00000006c0b30f70 is an oop org.dom4j.tree.LazyList$Entry - klass: 'org/dom4j/tree/LazyList$Entry' R8 =0x00000006c0b30ef8 is an oop org.dom4j.tree.DefaultElement - klass: 'org/dom4j/tree/DefaultElement' R9 =0x00000000d81661ee is an unknown value R10=0x00000007c0485238 is an unknown value R11=0x0000000003605987 is an unknown value R12=0x0000000000000000 is an unknown value R13=0x0000000000000000 is an unknown value R14=0x00000006ca7f5910 is an oop java.lang.String - klass: 'java/lang/String' R15=0x0000000001ead800 is a thread Stack: [0x0000000002170000,0x0000000002270000], sp=0x000000000226ef78, free space=1019k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C 0xffffffffa3545120 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x00000000199c6000 JavaThread "ScheduledThreadPool-5" [_thread_blocked, id=532, stack(0x0000000021ac0000,0x0000000021bc0000)] 0x00000000199c2800 JavaThread "ScheduledThreadPool-4" [_thread_blocked, id=4116, stack(0x000000001f1b0000,0x000000001f2b0000)] 0x00000000199c3000 JavaThread "ScheduledThreadPool-3" [_thread_blocked, id=5112, stack(0x000000001bfb0000,0x000000001c0b0000)] 0x00000000199c1800 JavaThread "net.sf.ehcache.CacheManager@3c756e4d" daemon [_thread_blocked, id=3092, stack(0x000000001c4c0000,0x000000001c5c0000)] 0x00000000199c1000 JavaThread "ScheduledThreadPool-2" [_thread_blocked, id=3796, stack(0x000000001bd20000,0x000000001be20000)] 0x00000000199c0000 JavaThread "ScheduledThreadPool-1" [_thread_blocked, id=3216, stack(0x000000001c3b0000,0x000000001c4b0000)] 0x00000000199bf800 JavaThread "Timer-0" daemon [_thread_blocked, id=1832, stack(0x000000001bc00000,0x000000001bd00000)] 0x00000000199be800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=1216, stack(0x000000001b980000,0x000000001ba80000)] 0x00000000199bd000 JavaThread "AsyncAppender-Dispatcher-Thread-3" daemon [_thread_blocked, id=2680, stack(0x000000001acb0000,0x000000001adb0000)] 0x00000000199bc800 JavaThread "AsyncAppender-Dispatcher-Thread-2" daemon [_thread_blocked, id=4500, stack(0x000000001b710000,0x000000001b810000)] 0x00000000199bb800 JavaThread "AsyncAppender-Dispatcher-Thread-1" daemon [_thread_blocked, id=4940, stack(0x000000001b820000,0x000000001b920000)] 0x00000000199bb000 JavaThread "AsyncAppender-Dispatcher-Thread-0" daemon [_thread_blocked, id=2464, stack(0x000000001ae00000,0x000000001af00000)] 0x00000000199ba000 JavaThread "Service Thread" daemon [_thread_blocked, id=2160, stack(0x000000001a9d0000,0x000000001aad0000)] 0x00000000199d1800 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=3712, stack(0x000000001a3e0000,0x000000001a4e0000)] 0x00000000199cf800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1804, stack(0x0000000019f30000,0x000000001a030000)] 0x00000000199b9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4248, stack(0x000000001a2b0000,0x000000001a3b0000)] 0x00000000199b8000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3924, stack(0x000000001a110000,0x000000001a210000)] 0x00000000199b6800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=1068, stack(0x0000000019e20000,0x0000000019f20000)] 0x0000000019958000 JavaThread "Finalizer" daemon [_thread_blocked, id=2448, stack(0x0000000019d20000,0x0000000019e20000)] 0x0000000019950000 JavaThread "Reference Handler" daemon [_thread_blocked, id=556, stack(0x0000000019a30000,0x0000000019b30000)] =>0x0000000001ead800 JavaThread "main" [_thread_in_Java, id=4568, stack(0x0000000002170000,0x0000000002270000)] Other Threads: 0x0000000019948800 VMThread [stack: 0x0000000019b30000,0x0000000019c30000] [id=3560] 0x00000000199fd800 WatcherThread [stack: 0x000000001ab70000,0x000000001ac70000] [id=3668] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: par new generation total 153344K, used 30686K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 10% used [0x00000006c0000000, 0x00000006c0d578a8, 0x00000006c8520000) from space 17024K, 100% used [0x00000006c8520000, 0x00000006c95c0000, 0x00000006c95c0000) to space 17024K, 0% used [0x00000006c95c0000, 0x00000006c95c0000, 0x00000006ca660000) concurrent mark-sweep generation total 1926784K, used 202814K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 31833K, capacity 32124K, committed 32368K, reserved 1077248K class space used 4631K, capacity 4709K, committed 4776K, reserved 1048576K Card table byte_map: [0x0000000011cf0000,0x0000000012500000] byte_map_base: 0x000000000e6f0000 Marking Bits: (CMSBitMap*) 0x000000000204d410 Bits: [0x0000000012dc0000, 0x0000000016b26800) Mod Union Table: (CMSBitMap*) 0x000000000204d4d0 Bits: [0x0000000016b30000, 0x0000000016c259a0) Polling page: 0x0000000000110000 CodeCache: size=245760Kb used=20583Kb max_used=20971Kb free=225176Kb bounds [0x0000000002540000, 0x00000000039e0000, 0x0000000011540000] total_blobs=5325 nmethods=4831 adapters=405 compilation: enabled Compilation events (10 events): Event: 46.243 Thread 0x00000000199d1800 nmethod 6213 0x00000000027c7150 code [0x00000000027c7300, 0x00000000027c7a88] Event: 46.245 Thread 0x00000000199d1800 6215 3 lineage2.gameserver.templates.item.ItemTemplate::<init> (414 bytes) Event: 46.248 Thread 0x00000000199d1800 nmethod 6215 0x0000000002bea3d0 code [0x0000000002bea920, 0x0000000002bed4c8] Event: 46.250 Thread 0x00000000199d1800 6214 3 org.dom4j.tree.LazyList$LazyListIterator::next (63 bytes) Event: 46.251 Thread 0x00000000199d1800 nmethod 6214 0x0000000002b09310 code [0x0000000002b094a0, 0x0000000002b098f8] Event: 46.255 Thread 0x00000000199d1800 6207 3 org.dom4j.tree.DefaultElement::getParent (22 bytes) Event: 46.256 Thread 0x00000000199d1800 nmethod 6207 0x00000000028a28d0 code [0x00000000028a2a40, 0x00000000028a2df0] Event: 46.256 Thread 0x00000000199d1800 6208 3 org.dom4j.tree.AbstractElement::add (6 bytes) Event: 46.256 Thread 0x00000000199d1800 nmethod 6208 0x00000000026b7ed0 code [0x00000000026b8040, 0x00000000026b81c8] Event: 46.256 Thread 0x00000000199d1800 6211 3 org.dom4j.tree.AbstractBranch::addElement (16 bytes) GC Heap History (10 events): Event: 39.781 GC heap before {Heap before GC invocations=7 (full 1): par new generation total 153344K, used 153344K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 100% used [0x00000006c0000000, 0x00000006c8520000, 0x00000006c8520000) from space 17024K, 100% used [0x00000006c95c0000, 0x00000006ca660000, 0x00000006ca660000) to space 17024K, 0% used [0x00000006c8520000, 0x00000006c8520000, 0x00000006c95c0000) concurrent mark-sweep generation total 1926784K, used 158721K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 30484K, capacity 30762K, committed 31056K, reserved 1075200K class space used 4502K, capacity 4578K, committed 4648K, reserved 1048576K Event: 39.913 GC heap after Heap after GC invocations=8 (full 1): par new generation total 153344K, used 17024K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c8520000) from space 17024K, 100% used [0x00000006c8520000, 0x00000006c95c0000, 0x00000006c95c0000) to space 17024K, 0% used [0x00000006c95c0000, 0x00000006c95c0000, 0x00000006ca660000) concurrent mark-sweep generation total 1926784K, used 179370K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 30484K, capacity 30762K, committed 31056K, reserved 1075200K class space used 4502K, capacity 4578K, committed 4648K, reserved 1048576K } Event: 40.926 GC heap before {Heap before GC invocations=8 (full 1): par new generation total 153344K, used 153344K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 100% used [0x00000006c0000000, 0x00000006c8520000, 0x00000006c8520000) from space 17024K, 100% used [0x00000006c8520000, 0x00000006c95c0000, 0x00000006c95c0000) to space 17024K, 0% used [0x00000006c95c0000, 0x00000006c95c0000, 0x00000006ca660000) concurrent mark-sweep generation total 1926784K, used 179370K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 30625K, capacity 30934K, committed 31056K, reserved 1075200K class space used 4508K, capacity 4612K, committed 4648K, reserved 1048576K Event: 41.040 GC heap after Heap after GC invocations=9 (full 1): par new generation total 153344K, used 16912K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c8520000) from space 17024K, 99% used [0x00000006c95c0000, 0x00000006ca644048, 0x00000006ca660000) to space 17024K, 0% used [0x00000006c8520000, 0x00000006c8520000, 0x00000006c95c0000) concurrent mark-sweep generation total 1926784K, used 195960K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 30625K, capacity 30934K, committed 31056K, reserved 1075200K class space used 4508K, capacity 4612K, committed 4648K, reserved 1048576K } Event: 41.430 GC heap before {Heap before GC invocations=9 (full 1): par new generation total 153344K, used 153232K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 100% used [0x00000006c0000000, 0x00000006c8520000, 0x00000006c8520000) from space 17024K, 99% used [0x00000006c95c0000, 0x00000006ca644048, 0x00000006ca660000) to space 17024K, 0% used [0x00000006c8520000, 0x00000006c8520000, 0x00000006c95c0000) concurrent mark-sweep generation total 1926784K, used 195960K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 30629K, capacity 30934K, committed 31056K, reserved 1075200K class space used 4508K, capacity 4612K, committed 4648K, reserved 1048576K Event: 41.453 GC heap after Heap after GC invocations=10 (full 1): par new generation total 153344K, used 11767K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c8520000) from space 17024K, 69% used [0x00000006c8520000, 0x00000006c909dd80, 0x00000006c95c0000) to space 17024K, 0% used [0x00000006c95c0000, 0x00000006c95c0000, 0x00000006ca660000) concurrent mark-sweep generation total 1926784K, used 195960K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 30629K, capacity 30934K, committed 31056K, reserved 1075200K class space used 4508K, capacity 4612K, committed 4648K, reserved 1048576K } Event: 43.745 GC heap before {Heap before GC invocations=10 (full 1): par new generation total 153344K, used 148087K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 100% used [0x00000006c0000000, 0x00000006c8520000, 0x00000006c8520000) from space 17024K, 69% used [0x00000006c8520000, 0x00000006c909dd80, 0x00000006c95c0000) to space 17024K, 0% used [0x00000006c95c0000, 0x00000006c95c0000, 0x00000006ca660000) concurrent mark-sweep generation total 1926784K, used 195960K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 31560K, capacity 31836K, committed 32112K, reserved 1077248K class space used 4607K, capacity 4677K, committed 4776K, reserved 1048576K Event: 43.783 GC heap after Heap after GC invocations=11 (full 1): par new generation total 153344K, used 12303K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c8520000) from space 17024K, 72% used [0x00000006c95c0000, 0x00000006ca1c3e70, 0x00000006ca660000) to space 17024K, 0% used [0x00000006c8520000, 0x00000006c8520000, 0x00000006c95c0000) concurrent mark-sweep generation total 1926784K, used 195960K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 31560K, capacity 31836K, committed 32112K, reserved 1077248K class space used 4607K, capacity 4677K, committed 4776K, reserved 1048576K } Event: 46.065 GC heap before {Heap before GC invocations=11 (full 1): par new generation total 153344K, used 148623K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 100% used [0x00000006c0000000, 0x00000006c8520000, 0x00000006c8520000) from space 17024K, 72% used [0x00000006c95c0000, 0x00000006ca1c3e70, 0x00000006ca660000) to space 17024K, 0% used [0x00000006c8520000, 0x00000006c8520000, 0x00000006c95c0000) concurrent mark-sweep generation total 1926784K, used 195960K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 31833K, capacity 32124K, committed 32368K, reserved 1077248K class space used 4631K, capacity 4709K, committed 4776K, reserved 1048576K Event: 46.136 GC heap after Heap after GC invocations=12 (full 1): par new generation total 153344K, used 17024K [0x00000006c0000000, 0x00000006ca660000, 0x00000006ca660000) eden space 136320K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c8520000) from space 17024K, 100% used [0x00000006c8520000, 0x00000006c95c0000, 0x00000006c95c0000) to space 17024K, 0% used [0x00000006c95c0000, 0x00000006c95c0000, 0x00000006ca660000) concurrent mark-sweep generation total 1926784K, used 202814K [0x00000006ca660000, 0x0000000740000000, 0x00000007c0000000) Metaspace used 31833K, capacity 32124K, committed 32368K, reserved 1077248K class space used 4631K, capacity 4709K, committed 4776K, reserved 1048576K } Deoptimization events (10 events): Event: 44.049 Thread 0x0000000001ead800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000032cbe04 method=com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer.isTracking(Ljava/lang/String;)Z @ 14 Event: 44.437 Thread 0x0000000001ead800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000394a674 method=org.dom4j.tree.NamespaceStack.getAttributeQName(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/dom4j/QName; @ 20 Event: 45.719 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000397a8e4 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119 Event: 45.771 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000397a8e4 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119 Event: 45.771 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000397a8e4 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119 Event: 45.772 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000397a8e4 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119 Event: 46.202 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002740620 method=lineage2.commons.lang.ArrayUtils.add([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object; @ 43 Event: 46.202 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002740620 method=lineage2.commons.lang.ArrayUtils.add([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object; @ 43 Event: 46.202 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002740620 method=lineage2.commons.lang.ArrayUtils.add([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object; @ 43 Event: 46.202 Thread 0x0000000001ead800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002740620 method=lineage2.commons.lang.ArrayUtils.add([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object; @ 43 Internal exceptions (10 events): Event: 45.473 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6b8d7b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.473 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6b92570) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.475 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6b98be8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.476 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6ba0418) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.478 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6baa398) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.499 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bebdb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.500 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf3578) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.720 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c70d15a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.883 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c77845b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Event: 45.884 Thread 0x0000000001ead800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c779afc8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u11\648\hotspot\src\share\vm\prims\jvm.cpp, line 1248] Events (10 events): Event: 46.237 Thread 0x00000000199cf800 flushing nmethod 0x0000000003151e50 Event: 46.237 Thread 0x00000000199cf800 flushing nmethod 0x0000000003154690 Event: 46.237 Thread 0x00000000199cf800 flushing nmethod 0x0000000003166e50 Event: 46.239 Thread 0x00000000199cf800 flushing nmethod 0x000000000320b5d0 Event: 46.239 Thread 0x00000000199cf800 flushing nmethod 0x0000000003234d10 Event: 46.239 Thread 0x00000000199cf800 flushing nmethod 0x0000000003248950 Event: 46.242 Thread 0x00000000199d1800 flushing nmethod 0x00000000033d75d0 Event: 46.242 Thread 0x00000000199d1800 flushing nmethod 0x00000000033e9390 Event: 46.243 Thread 0x00000000199d1800 flushing nmethod 0x000000000343b7d0 Event: 46.249 Thread 0x00000000199d1800 flushing nmethod 0x00000000035f96d0 Dynamic libraries: 0x000000013f860000 - 0x000000013f894000 C:\Program Files\Java\jre8\bin\java.exe 0x0000000076d00000 - 0x0000000076eaa000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000076be0000 - 0x0000000076cff000 C:\Windows\system32\kernel32.dll 0x000007fefcc80000 - 0x000007fefccec000 C:\Windows\system32\KERNELBASE.dll 0x000007fefee20000 - 0x000007fefeefb000 C:\Windows\system32\ADVAPI32.dll 0x000007fefe4c0000 - 0x000007fefe55f000 C:\Windows\system32\msvcrt.dll 0x000007fefef00000 - 0x000007fefef1f000 C:\Windows\SYSTEM32\sechost.dll 0x000007fefe650000 - 0x000007fefe77d000 C:\Windows\system32\RPCRT4.dll 0x0000000076ae0000 - 0x0000000076bda000 C:\Windows\system32\USER32.dll 0x000007fefe5e0000 - 0x000007fefe647000 C:\Windows\system32\GDI32.dll 0x000007feff000000 - 0x000007feff00e000 C:\Windows\system32\LPK.dll 0x000007fefcf60000 - 0x000007fefd029000 C:\Windows\system32\USP10.dll 0x000007fefb6c0000 - 0x000007fefb8b4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x000007fefd390000 - 0x000007fefd401000 C:\Windows\system32\SHLWAPI.dll 0x000007fefcf30000 - 0x000007fefcf5e000 C:\Windows\system32\IMM32.DLL 0x000007fefe3b0000 - 0x000007fefe4b9000 C:\Windows\system32\MSCTF.dll 0x000000006d520000 - 0x000000006d5f2000 C:\Program Files\Java\jre8\bin\msvcr100.dll 0x000000006ccf0000 - 0x000000006d51a000 C:\Program Files\Java\jre8\bin\server\jvm.dll 0x000007fefb510000 - 0x000007fefb519000 C:\Windows\system32\WSOCK32.dll 0x000007fefedb0000 - 0x000007fefedfd000 C:\Windows\system32\WS2_32.dll 0x000007fefd0d0000 - 0x000007fefd0d8000 C:\Windows\system32\NSI.dll 0x000007fef6710000 - 0x000007fef674b000 C:\Windows\system32\WINMM.dll 0x0000000076ed0000 - 0x0000000076ed7000 C:\Windows\system32\PSAPI.DLL 0x0000000074770000 - 0x000000007477f000 C:\Program Files\Java\jre8\bin\verify.dll 0x0000000072a60000 - 0x0000000072a88000 C:\Program Files\Java\jre8\bin\java.dll 0x000000006d740000 - 0x000000006d756000 C:\Program Files\Java\jre8\bin\zip.dll 0x000007fefd410000 - 0x000007fefe198000 C:\Windows\system32\SHELL32.dll 0x000007fefe1a0000 - 0x000007fefe3a3000 C:\Windows\system32\ole32.dll 0x000007fefcb10000 - 0x000007fefcb1f000 C:\Windows\system32\profapi.dll 0x000000006d720000 - 0x000000006d73a000 C:\Program Files\Java\jre8\bin\net.dll 0x000007fefc2d0000 - 0x000007fefc325000 C:\Windows\system32\mswsock.dll 0x000007fefc2c0000 - 0x000007fefc2c7000 C:\Windows\System32\wship6.dll 0x000007fefbcd0000 - 0x000007fefbcd7000 C:\Windows\System32\wshtcpip.dll 0x000007fefc150000 - 0x000007fefc1ab000 C:\Windows\system32\DNSAPI.dll 0x000007fef99a0000 - 0x000007fef99c7000 C:\Windows\system32\IPHLPAPI.DLL 0x000007fef9990000 - 0x000007fef999b000 C:\Windows\system32\WINNSI.DLL 0x000007fef8170000 - 0x000007fef8178000 C:\Windows\system32\rasadhlp.dll 0x000007fef9840000 - 0x000007fef9893000 C:\Windows\System32\fwpuclnt.dll 0x000007fefa990000 - 0x000007fefa9a5000 C:\Windows\system32\NLAapi.dll 0x000007fef8f30000 - 0x000007fef8f45000 C:\Windows\system32\napinsp.dll 0x000007fef8ec0000 - 0x000007fef8ed9000 C:\Windows\system32\pnrpnsp.dll 0x000007fef8ea0000 - 0x000007fef8eab000 C:\Windows\System32\winrnr.dll 0x000007fefc330000 - 0x000007fefc347000 C:\Windows\system32\CRYPTSP.dll 0x000007fefc030000 - 0x000007fefc077000 C:\Windows\system32\rsaenh.dll 0x000007fefcc60000 - 0x000007fefcc7e000 C:\Windows\system32\USERENV.dll 0x000007fefc9b0000 - 0x000007fefc9bf000 C:\Windows\system32\CRYPTBASE.dll 0x000007fef9820000 - 0x000007fef9831000 C:\Windows\system32\dhcpcsvc6.DLL 0x000007fef9800000 - 0x000007fef9818000 C:\Windows\system32\dhcpcsvc.DLL 0x000000006d700000 - 0x000000006d711000 C:\Program Files\Java\jre8\bin\nio.dll 0x000007fefa6b0000 - 0x000007fefa7d5000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Dfile.encoding=UTF-8 -Xms2G -Xmx4G -Xnoclassgc -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit java_command: lineage2.gameserver.GameServer java_class_path (initial): config/xml;../libs/commons-dbcp-1.4.jar;../libs/commons-io-2.4.jar;../libs/commons-lang3-3.3.2.jar;../libs/commons-math3-3.2.jar;../libs/commons-pool-1.6.jar;../libs/dom4j-2.0.0-ALPHA-2.jar;../libs/ecj-4.4.jar;../libs/ehcache-core-2.6.8.jar;../libs/javolution-5.5.1.jar;../libs/lineage2-commons.jar;../libs/lineage2-gameserver.jar;../libs/lineage2-loginserver.jar;../libs/log4j-1.2.17.jar;../libs/mysql-connector-java-5.1.31-bin.jar;../libs/napile.primitive.jar;../libs/slf4j-api-1.7.7.jar;../libs/slf4j-log4j12-1.7.7.jar;../libs/trove-3.0.3.jar; Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=C:\Program Files\Java\jdk1.8.0_11 PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\apache-ant-1.9.4\bin USERNAME=Patryczek OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc Memory: 4k page, physical 4193528k(1157392k free), swap 8385200k(2590312k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (25.11-b03) for windows-amd64 JRE (1.8.0_11-b12), built on Jun 16 2014 20:57:32 by "java_re" with MS VC++ 10.0 (VS2010) time: Wed Aug 27 18:14:09 2014 elapsed time: 46 seconds as the login server is the same no longer know what to do even format the PC and so on as I use java jdk1.8.0_11 with jre is currently working on files mobius L2J GoD
-
what use client what use client what use client im pathetic no talk -.- !!!!!!!!!!!!!!
-
work for java 8?
-
again question what use client??????
-
who me talk what use client??
-
what used java?
-
[Lineage ][- Epiloge] Npc: Blacksmith Of Mammon
Loses replied to Gladiatorl2's topic in Server Shares & Files [L2J]
a powiedz jesli jestes polakiem :D gdzie moge pobrac source od gracia?;d -
ah what use client Lindvior?