Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I couldn't find an openeye issue tracker so posting here - Server Crash from OpenEye 1.7.10 #1

Open
ProsperCraft opened this issue Apr 24, 2017 · 5 comments

Comments

@ProsperCraft
Copy link

https://gist.github.com/ProsperCraft/6bf95f55377a7ccf8588d14abaf1756e

Description: Exception in server tick loop

java.lang.IllegalArgumentException: Multiple entries with same key: OpenEye=Wrapped{OpenEye} and OpenEye=Wrapped{OpenEye}
at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
at com.google.common.collect.RegularImmutableMap.(RegularImmutableMap.java:70)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:366)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643)
at java.lang.Thread.run(Thread.java:748)

@boq
Copy link
Member

boq commented Apr 24, 2017

You seem to have multiple OpenEye jars in mod folder.

BTW, OpenEye mod repo is here: https://github.com/OpenMods/OpenData

@ProsperCraft
Copy link
Author

https://i.gyazo.com/d13d0061052f84158a942ee3df96b559.png

Only one copy, which is now disabled.

@boq
Copy link
Member

boq commented Apr 24, 2017

Well, if it's disabled, that how can it cause anything?

@ProsperCraft
Copy link
Author

Disabled after it crashed the server.

After I disabled the mod, it doesn't show up in the modlist twice on the next crash.
https://gist.github.com/ProsperCraft/43015b2b3545b206fe8869490f096d50

@boq
Copy link
Member

boq commented Apr 24, 2017

Ok, can you reproduce that first crash and attach full logs (logs/fml-server-latest.log)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants