Sign in to follow this  
roobaybee

Citadel server Issues with Bdew's action timers mod

Recommended Posts

Im trying to get the action times mod to work, but it's not wanting to work with any mods..  I keep getting errors and the server wont start.

 

r fix to getCounterAsFloat in com.wurmonline.server.behaviours.MethodsStructure colorWall 4251
[02:07:08 PM] INFO TimerFix: Applied timer fix to sendActionControl in com.wurmonline.server.behaviours.MethodsStructure removeColor 4280
[02:07:08 PM] INFO TimerFix: Applied timer fix to getCounterAsFloat in com.wurmonline.server.behaviours.MethodsStructure removeColor 4286
[02:07:08 PM] INFO TimerFix: Applied timer fix to sendActionControl in com.wurmonline.server.behaviours.MethodsStructure colorFence 4319
[02:07:08 PM] INFO TimerFix: Applied timer fix to getCounterAsFloat in com.wurmonline.server.behaviours.MethodsStructure colorFence 4323
[02:07:08 PM] INFO TimerFix: Applied timer fix to sendActionControl in com.wurmonline.server.behaviours.MethodsStructure colorFence 4319
[02:07:08 PM] INFO TimerFix: Applied timer fix to getCounterAsFloat in com.wurmonline.server.behaviours.MethodsStructure colorFence 4323
[02:07:08 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: javassist.NotFoundException: colorItem(..) is not found in com.wurmonline.server.behaviours.MethodsItems
java.lang.RuntimeException: javassist.NotFoundException: colorItem(..) is not found in com.wurmonline.server.behaviours.MethodsItems
	at net.bdew.wurm.timerfix.TimerFix.init(TimerFix.java:336)
	at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$8(ModLoaderShared.java:174)
	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:1382)
	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:172)
	at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:20)
	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:286)
	at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)
Caused by: javassist.NotFoundException: colorItem(..) is not found in com.wurmonline.server.behaviours.MethodsItems
	at javassist.CtClassType.getMethod(CtClassType.java:1262)
	at net.bdew.wurm.timerfix.TimerFix.applyEdit(TimerFix.java:79)
	at net.bdew.wurm.timerfix.TimerFix.init(TimerFix.java:261)
	... 18 more

 

 

Does anyone know what mods the action timers mod is incompatible with?

Share this post


Link to post
Share on other sites
On 7/15/2019 at 11:16 AM, roobaybee said:

Does anyone know what mods the action timers mod is incompatible with?

We have over 80 mods on our server, and bdew's mods are compatible with every one of them.  Are you sure it's a mod conflict?

Share this post


Link to post
Share on other sites

the error def points to bdew timer fix, usually better idea to post issues with a mod on the topic for that mod release.

 

colorItem(..) is not found in com.wurmonline.server.behaviours.MethodsItems

that method does exist but the arguments may have changed, is this an older version of the mod, has it been updated?

but yeah post in bdews mod topic ?

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