Sign in to follow this  
Eject

New update makes problems

Recommended Posts

Hello friends

 

Can anyone help me out with this message?

 

Spoiler

[05:55:08 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: javassist.CannotCompileException: [source error] getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

java.lang.RuntimeException: javassist.CannotCompileException: [source error] getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

at org.gotti.wurmunlimited.modsupport.actions.ModActions.init(ModActions.java:128)

at org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod.preInit(BagOfHoldingMod.java:83)

at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$3(ModLoaderShared.java:109)

at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)

at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)

at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)

at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)

at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)

at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)

at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)

at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)

at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)

at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(ModLoaderShared.java:107)

at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:18)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at javassist.Loader.run(Loader.java:288)

at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)

Caused by: javassist.CannotCompileException: [source error] getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

at javassist.expr.MethodCall.replace(MethodCall.java:241)

at org.gotti.wurmunlimited.modsupport.actions.ModActions$1.edit(ModActions.java:100)

at javassist.expr.ExprEditor.loopBody(ExprEditor.java:192)

at javassist.expr.ExprEditor.doit(ExprEditor.java:91)

at javassist.CtBehavior.instrument(CtBehavior.java:712)

at org.gotti.wurmunlimited.modsupport.actions.ModActions.init(ModActions.java:87)

... 19 more

Caused by: compile error: getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

at javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:749)

at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:695)

at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)

at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)

at javassist.compiler.TypeChecker.atVariableAssign(TypeChecker.java:249)

at javassist.compiler.TypeChecker.atAssignExpr(TypeChecker.java:218)

at javassist.compiler.ast.AssignExpr.accept(AssignExpr.java:39)

at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:330)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.CodeGen.atIfStmnt(CodeGen.java:398)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:355)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.Javac.compileStmnt(Javac.java:569)

at javassist.expr.MethodCall.replace(MethodCall.java:235)

... 24 more

 

 

Thanks in advance

Eject

Share this post


Link to post
Share on other sites
17 minutes ago, Eject said:

Hello friends

 

Can anyone help me out with this message?

 

  Reveal hidden contents

[05:55:08 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: javassist.CannotCompileException: [source error] getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

java.lang.RuntimeException: javassist.CannotCompileException: [source error] getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

at org.gotti.wurmunlimited.modsupport.actions.ModActions.init(ModActions.java:128)

at org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod.preInit(BagOfHoldingMod.java:83)

at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$3(ModLoaderShared.java:109)

at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)

at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)

at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)

at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)

at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)

at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)

at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)

at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)

at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)

at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(ModLoaderShared.java:107)

at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:18)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at javassist.Loader.run(Loader.java:288)

at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)

Caused by: javassist.CannotCompileException: [source error] getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

at javassist.expr.MethodCall.replace(MethodCall.java:241)

at org.gotti.wurmunlimited.modsupport.actions.ModActions$1.edit(ModActions.java:100)

at javassist.expr.ExprEditor.loopBody(ExprEditor.java:192)

at javassist.expr.ExprEditor.doit(ExprEditor.java:91)

at javassist.CtBehavior.instrument(CtBehavior.java:712)

at org.gotti.wurmunlimited.modsupport.actions.ModActions.init(ModActions.java:87)

... 19 more

Caused by: compile error: getBehavioursFor(com.wurmonline.server.creatures.Creature,int,int,boolean,boolean,int,int) not found in org.gotti.wurmunlimited.modsupport.actions.BehaviourProvider

at javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:749)

at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:695)

at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)

at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)

at javassist.compiler.TypeChecker.atVariableAssign(TypeChecker.java:249)

at javassist.compiler.TypeChecker.atAssignExpr(TypeChecker.java:218)

at javassist.compiler.ast.AssignExpr.accept(AssignExpr.java:39)

at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:330)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.CodeGen.atIfStmnt(CodeGen.java:398)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:355)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)

at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)

at javassist.compiler.Javac.compileStmnt(Javac.java:569)

at javassist.expr.MethodCall.replace(MethodCall.java:235)

... 24 more

 

 

Thanks in advance

Eject

U use modloader?

Share this post


Link to post
Share on other sites

yes

 

i found it out

betterdig newportals and bagofholding makes problems

 

Eject

  • Like 1

Share this post


Link to post
Share on other sites
3 minutes ago, Eject said:

yes

 

i found it out

betterdig newportals and bagofholding makes problems

 

Eject

@ago @bdew

Edited by DiWorm

Share this post


Link to post
Share on other sites

@EjectYou need to update the the modloader. And after that the said mods.

Edited by Sklo:D

Share this post


Link to post
Share on other sites

yeah i missed that ^^ thanksfor the hint, all is running now

Just the nomailcost makes troubles but not as mod itself.....it pumped up my ram usage lol so i had to stopped it.

(hope i find it in the endless world of forumtopics and there is an update too lol)

 

Eject

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this