Code Monkey home page Code Monkey logo

wyvernmods's People

Contributors

sindusk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wyvernmods's Issues

EarlyLoadingChecker warning

Sindusk,
Hi, I am helping friends setup a private server and while loading in the Halloween mod from bdew we recieved the below (bottom of post.) I reached out to bdew on his git and this is the response.

Response from bdew.
WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.players.Titles$Title during phase init

This line means that mod has loaded said class too early and no other mod will be able to modify it, this needs to be fixed in Wyvern Mods

The other error i'm not really sure what's that about, i already changed the method how titles are registered for next update - which will be out in the next week or two and might or might not fix it... but with the previous warning it still won't work unless wyvern mods is fixed.

From Logs:

[12:59:29 AM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #10002: ["Pastamancer", "Pastamancer"] [12:59:29 AM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20009: ["The Crazy Cat Lord", "The Crazy Cat Lady"] [12:59:29 AM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #10000: ["Titanslayer", "Titanslayer"] [12:59:29 AM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #10001: ["Spectral", "Spectral"] [12:59:29 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.players.Titles$Title during phase init [12:59:29 AM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: Invalid pc in LineNumberTable in class file com/wurmonline/server/players/Titles$Title java.lang.ClassFormatError: Invalid pc in LineNumberTable in class file com/wurmonline/server/players/Titles$Title at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at javassist.Loader.findClass(Loader.java:377) at org.gotti.wurmunlimited.modloader.classhooks.HookManager$1.findClass(HookManager.java:155) at javassist.Loader.loadClass(Loader.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at mod.sin.wyvern.PlayerTitles.init(PlayerTitles.java:36) at mod.sin.wyvern.WyvernMods.init(WyvernMods.java:1371) 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) 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 PatchedLauncher.main(PatchedLauncher.java:20)

Severe warnings, Server Crashing/Stopping

So, there's two parts to this. Not sure if It's relevant or not, but I get a Severe warning from TreasureHunting, which first pings me with a mention of being unable to add methods to Hunting. The server seems to still be able to run after that, though.
The next ping being Instrument Error from Misc Changes, it does so Twice, about Could not Instrument com.wurmonline.server.behaviours.MethodsStructure, which seems to be relating to the option to mess with the Carepentry Skill for planning buildings. A little worrysome, but things keep ticking on.
However, this Last one, is where everything jerks to a hault. I get error about the Creature Class being frozen, and then it throws a RuntimeException with the same error, and the server stops.
server.log
Now, I know I have a bundle of mods in there. But I've also tried running it at the Minimum, with just the WyvernMods, and it's Prerequisites, No other mods, and it spits the same error, halting the server.
Unfortunately, I'm not a Modded, so I don't know what is causing it, I have attached the Server Log above, so you can perhaps get an idea of what might be happening. I'd be greatful if you could look into this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.