Some problems occured which are with quests, and attack system.
These are my problems :(
4 Σεπ 2009 9:00:14 πμ com.l2jarchid.gameserver.skills.DocumentBase parse
SEVERE: Error in file C:\Documents and Settings\user\Επιφάνεια εργασίας\L2J Fallen(Archid Pack)\L2 Fallen\L2J-Archid-Game\L2JArchid-Game\data\stats\skills\5100-5199.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.l2jarchid.gameserver.skills.effects.EffectBattleForce
at com.l2jarchid.gameserver.templates.effects.EffectTemplate.<init>(EffectTemplate.java:81)
at com.l2jarchid.gameserver.skills.DocumentBase.attachEffect(DocumentBase.java:288)
at com.l2jarchid.gameserver.skills.DocumentBase.parseTemplate(DocumentBase.java:175)
at com.l2jarchid.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.java:246)
at com.l2jarchid.gameserver.skills.DocumentSkill.parseDocument(DocumentSkill.java:120)
at com.l2jarchid.gameserver.skills.DocumentBase.parse(DocumentBase.java:122)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.java:96)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.java:105)
at com.l2jarchid.gameserver.datatables.SkillTable.<init>(SkillTable.java:52)
at com.l2jarchid.gameserver.datatables.SkillTable.getInstance(SkillTable.java:45)
at com.l2jarchid.gameserver.L2GameServer.<init>(L2GameServer.java:214)
at com.l2jarchid.gameserver.util.BootManager.<init>(BootManager.java:74)
at com.l2jarchid.gameserver.util.BootManager.main(BootManager.java:44)
Caused by: java.lang.ClassNotFoundException: com.l2jarchid.gameserver.skills.effects.EffectBattleForce
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.l2jarchid.gameserver.templates.effects.EffectTemplate.<init>(EffectTemplate.java:79)
... 12 more
4 Σεπ 2009 9:00:14 πμ com.l2jarchid.gameserver.skills.DocumentBase parse
SEVERE: Error loading file C:\Documents and Settings\user\Επιφάνεια εργασίας\L2J Fallen(Archid Pack)\L2 Fallen\L2J-Archid-Game\L2JArchid-Game\data\stats\skills\9900-9999.xml
java.io.FileNotFoundException: C:\Documents and Settings\user\Επιφάνεια εργασίας\L2J Fallen(Archid Pack)\L2 Fallen\L2J-Archid-Game\L2JArchid-Game\data\stats\skills\skills.dtd (Δεν είναι δυνατή η εύρεση του καθορισμένου αρχείου από το σύστημα)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at com.l2jarchid.gameserver.skills.DocumentBase.parse(DocumentBase.java:113)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.java:96)
at com.l2jarchid.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.java:105)
at com.l2jarchid.gameserver.datatables.SkillTable.<init>(SkillTable.java:52)
at com.l2jarchid.gameserver.datatables.SkillTable.getInstance(SkillTable.java:45)
at com.l2jarchid.gameserver.L2GameServer.<init>(L2GameServer.java:214)
at com.l2jarchid.gameserver.util.BootManager.<init>(BootManager.java:74)
at com.l2jarchid.gameserver.util.BootManager.main(BootManager.java:44)
4 Σεπ 2009 9:00:40 πμ org.apache.bsf.BSFManager exec
SEVERE: Exception :
java.security.PrivilegedActionException: org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
ImportError: no module named data
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.bsf.BSFManager.exec(BSFManager.java:491)
at com.l2jarchid.gameserver.model.quest.jython.QuestJython.init(QuestJython.java:49)
at com.l2jarchid.gameserver.instancemanager.QuestManager.load(QuestManager.java:94)
at com.l2jarchid.gameserver.instancemanager.QuestManager.getInstance(QuestManager.java:42)
at com.l2jarchid.gameserver.L2GameServer.<init>(L2GameServer.java:428)
at com.l2jarchid.gameserver.util.BootManager.<init>(BootManager.java:74)
at com.l2jarchid.gameserver.util.BootManager.main(BootManager.java:44)
Caused by: org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
ImportError: no module named data
at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)
... 8 more
HELP ME PLS O SERVER EINAI ONLINE K EXEI POLLA ATOMA! :(
Hello everyone,
I'm currently working on a project and experimenting with different elements inside the game.
Right now, I'm using UnrealEd 2.0 on Windows 11, along with other tools to work with .utx, .unr, and .t3d files. However, I’m facing some serious compatibility issues.
I’m well aware that Windows 11 isn’t ideal for running such old software, and UnrealEd 2.0 is struggling to function properly. For example:
The editor crashes whenever I try to add a new object to the level.
Converting .UNR to .T3D often results in a crash or disconnection.
I assume that running UnrealEd 2.0 on Windows 11 is part of the problem, but I’d really appreciate any advice on improving compatibility or making the editor more stable.
Would switching to a different Windows version help? Are there any tweaks, patches, or emulators that could make UnrealEd 2.0 run better? Any guidance would be greatly appreciated!
Thanks in advance!
Question
Sercher
I have an Interlude L2J Archid server.
Some problems occured which are with quests, and attack system.
These are my problems :(
HELP ME PLS O SERVER EINAI ONLINE K EXEI POLLA ATOMA! :(
4 answers to this question
Recommended Posts