Mthec / Upkeep-Mod

Change the upkeep values for deeds in Wurm Unlimited.
1 stars 0 forks source link

mod launcher crahs on startup - missing locale? #2

Closed Arathok closed 4 years ago

Arathok commented 4 years ago

Hello i am by no means a professional so bear with me. When i try to use the modlauncher it crashes with this line:

` java.util.MissingResourceException: Can't find bundle for base name mod.wurmonline.mods.upkeepcosts.UpkeepCostsBundle, locale de_DE at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1573) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1396) at java.util.ResourceBundle.getBundle(ResourceBundle.java:782) at mod.wurmonline.mods.upkeepcosts.UpkeepCosts.(UpkeepCosts.java:58) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at org.gotti.wurmunlimited.modloader.ModInstanceBuilder.createModInstance(ModInstanceBuilder.java:72) at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$1(ModLoaderShared.java:141) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) 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.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(ModLoaderShared.java:143) 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)

`

i think it has something to do with my language settings. what can i do to fix this? any help would be greatly appreciated

Mthec commented 4 years ago

Strange, you are right that message means there is a language issue, however there are no language specific versions in the mod. It should default to the base file.

I just tried changing the locale on my end and it didn't show an error.

Can I just check you have installed the latest version. I seem to remember there being an issue with an earlier version. The start of the logs should say version 1.4.1.

Arathok commented 4 years ago

I might be blind, but my server.log doesn't give me any version number, but im happy to provide any other logs! I downloaded the version on the mod thread of the forums. here is the server.log contents: https://pastebin.com/m5yBpVLK

EDIT: that might be version 1.3.9 then?

image

EDIT2: Ah, no it says 1.4.1 on the download page on the link from the forum

I used the mod on an online hosted server before and it worked like a charm! Hate being German! XD

EDIT3: attached the log and installed the mod with a new zip again. Might it not be an issue with the mod itself but with my modloader? I dont know if i have the latest version from ago... server.log

Arathok commented 4 years ago

After a bit of digging i found that my server modlauncher is outdated... so im just plain dumb. sorry for wasting your time!

Mthec commented 4 years ago

No worries, glad you got it sorted.