Error Spamming Need Help Fast!

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
lordicon
Posts: 2
Joined: Mon Aug 30, 2010 9:30 pm

Error Spamming Need Help Fast!

Post by lordicon »

I am using the CT2.3 version of the server and seems I am getting an error in the MC_Show.java with no idea whats going on, Can someone please help me figure this out and fix it before it creats a error.log file of 10gigs. It keeps spamming the text making the log file bigger and bigger..

Code: Select all

Sep 9, 2010 3:14:16 PM net.sf.l2j.gameserver.model.quest.Quest showErrorWARNING: C:\Documents and Settings\Administrator\Desktop\CT2.3\gameserver\data\scripts\ai\fantasy_isle\MC_Show.javajava.lang.NullPointerException    at javolution.util.FastMap$Entry.access$302(FastMap.java:1526)    at javolution.util.FastMap.put(FastMap.java:490)    at javolution.util.FastMap.put(FastMap.java:453)    at net.sf.l2j.gameserver.model.quest.Quest.startQuestTimer(Quest.java:244)    at net.sf.l2j.gameserver.model.quest.Quest.startQuestTimer(Quest.java:223)    at ai.fantasy_isle.MC_Show.onAdvEvent(Unknown Source)    at net.sf.l2j.gameserver.model.quest.Quest.notifyEvent(Quest.java:406)    at net.sf.l2j.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run(QuestTimer.java:41)    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)    at java.util.concurrent.FutureTask.run(FutureTask.java:138)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)    at java.lang.Thread.run(Thread.java:619)
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Spamming Need Help Fast!

Post by hope »

turn the script off until a fix comes up
lordicon
Posts: 2
Joined: Mon Aug 30, 2010 9:30 pm

Re: Error Spamming Need Help Fast!

Post by lordicon »

oh? How and where do you turn it off at?
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Error Spamming Need Help Fast!

Post by SolidSnake »

gameserver/data/scripts.cfg

Code: Select all

# Load Handlershandlers/MasterHandler.java # Fantasy Isle-ai/fantasy_isle/MC_Show.java+#ai/fantasy_isle/MC_Show.java ai/group_template/L2AttackableAIScript.javaai/group_template/Chests.java 
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Spamming Need Help Fast!

Post by hope »

Script.cfg file
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Error Spamming Need Help Fast!

Post by SolidSnake »

Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Spamming Need Help Fast!

Post by hope »

Just said that why repeat
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Error Spamming Need Help Fast!

Post by SolidSnake »

hope wrote:Script.cfg file
You said Script not Scripts

Anyway I had just written the folder
SolidSnake wrote:gameserver/data/scripts.cfg
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Spamming Need Help Fast!

Post by hope »

SolidSnake wrote:
hope wrote:Script.cfg file
You said Script not Scripts

Anyway I had just written the folder
SolidSnake wrote:gameserver/data/scripts.cfg
If the guy has any brains I am sure he could work that out one missing s will not make a difference
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Error Spamming Need Help Fast!

Post by SolidSnake »

I thought you wanted to correct me :P
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Spamming Need Help Fast!

Post by hope »

not that type of person :)
Post Reply