Jump to content
  • 0

Error loading "scripts.xml"


Question

Posted

I dont know why this shows up but i can't create clan..can't do anything.

 

It also sayed before   "error loading  scripts.ai.group.Monastery"/> "

re-added again original Monastery.java,compiled and still the same.

 

ScriptManager: Error loading "scripts.xml" file, java.lang.NullPointerException

 

My scripts.xml

https://pastebin.com/a07iXj8u

11 answers to this question

Recommended Posts

  • 0
Posted

If you are using latest acis, make sure you are using proper Java version.

Otherwise scripts scream, from memory. Such shit happened with good pack trance shared and ppl tried to use Java 7 while it was 6.

  • 0
Posted
1 hour ago, SweeTs said:

If you are using latest acis, make sure you are using proper Java version.

Otherwise scripts scream, from memory. Such shit happened with good pack trance shared and ppl tried to use Java 7 while it was 6.

 rev 368.

it worked before but i removed the messages of mos moobs from Monastery.java and since then it stoped working....BUT ,i added again the original Monastery.java and still the same now.

  • 0
Posted (edited)
1 hour ago, DenArt Designs said:

show the code and what you removed if it is NPE propably is your mistake

 

After i removed it and saw it is not working i added it back.

The file responsable for it is Monastery.java . i guess this is it since the problem started when i made some changes here.

 

/java/net/sf/l2j/gameserver/scripting/scripts/ai/group/Monastery.java

https://pastebin.com/2QHxYtSY

Edited by KIDutz
  • 0
Posted
On 4/9/2019 at 12:17 AM, DenArt Designs said:

and what did you remove? or what changes you did?

 

deleted this

                npc.broadcastNpcSay(((player.getAppearance().getSex() == Sex.FEMALE) ? "Sister " : "Brother ") + player.getName() + ", move your weapon away!");

 

 

But added the original Monastery.java back when i saw it doesnt load scripts

  • 0
Posted
18 minutes ago, KIDutz said:

deleted this

                npc.broadcastNpcSay(((player.getAppearance().getSex() == Sex.FEMALE) ? "Sister " : "Brother ") + player.getName() + ", move your weapon away!");

 

 

But added the original Monastery.java back when i saw it doesnt load scripts

this cannot provide NPE

  • 0
Posted

Try with this debug code and show the stacktrace message.

 

### Eclipse Workspace Patch 1.0
#P aCis_gameserver
Index: java/net/sf/l2j/gameserver/scripting/ScriptManager.java
===================================================================
--- java/net/sf/l2j/gameserver/scripting/ScriptManager.java	(revision 712)
+++ java/net/sf/l2j/gameserver/scripting/ScriptManager.java	(working copy)
@@ -107,6 +107,7 @@
 		catch (Exception e)
 		{
 			_log.warning("ScriptManager: Error loading \"scripts.xml\" file, " + e);
+			e.printStackTrace();
 		}
 		
 		ThreadPool.scheduleAtFixedRate(this, 0, PERIOD);

 

P.S. Why people tries to change something w/o Java and architecture knowledge? It's some madness.

  • 0
Posted
2 hours ago, Rootware said:

Try with this debug code and show the stacktrace message.

 


### Eclipse Workspace Patch 1.0
#P aCis_gameserver
Index: java/net/sf/l2j/gameserver/scripting/ScriptManager.java
===================================================================
--- java/net/sf/l2j/gameserver/scripting/ScriptManager.java	(revision 712)
+++ java/net/sf/l2j/gameserver/scripting/ScriptManager.java	(working copy)
@@ -107,6 +107,7 @@
 		catch (Exception e)
 		{
 			_log.warning("ScriptManager: Error loading \"scripts.xml\" file, " + e);
+			e.printStackTrace();
 		}
 		
 		ThreadPool.scheduleAtFixedRate(this, 0, PERIOD);

 

P.S. Why people tries to change something w/o Java and architecture knowledge? It's some madness.

 

 

java.lang.NullPointerException
        at net.sf.l2j.gameserver.instancemanager.GrandBossManager.getBossStatus(GrandBossManager.java:75)
        at net.sf.l2j.gameserver.scripting.scripts.ai.individual.Baium.<init>(Baium.java:76)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at net.sf.l2j.gameserver.scripting.ScriptManager.load(ScriptManager.java:63)
        at net.sf.l2j.gameserver.scripting.ScriptManager.<init>(ScriptManager.java:33)
        at net.sf.l2j.gameserver.scripting.ScriptManager$SingletonHolder.<clinit>(ScriptManager.java:203)
        at net.sf.l2j.gameserver.scripting.ScriptManager.getInstance(ScriptManager.java:23)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:280)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:146)

  • 0
Posted
2 hours ago, Rootware said:

Your Grand Bosses data are corrupted. I meant spawns, zones, sql, scripts. Check this way and remember what you did yet.

 Thank you , solved it ! thanks mate

 

thanks everyone for ur involvment . appreciate alot

Guest
This topic is now closed to further replies.


  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...