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

Dedicated server sees duplicate mods #12

Closed
naqaden opened this issue May 29, 2019 · 0 comments
Closed

Dedicated server sees duplicate mods #12

naqaden opened this issue May 29, 2019 · 0 comments

Comments

@naqaden
Copy link

naqaden commented May 29, 2019

...when BetterPortals is the only mod present. The first line reveals it is looking at an extra relative path to the same jar. No such issue in single player.

Tested on MinecraftForge v14.23.5.2836

[Server thread/FATAL] [FML]: Found a duplicate mod betterportals at [G:\minecraft\1.12.2\.\mods\betterportals-0.1.0.jar, .\mods\betterportals-0.1.0.jar]
[Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.DuplicateModsFoundException:
Duplicate Mods:
        betterportals : G:\minecraft\1.12.2\.\mods\betterportals-0.1.0.jar
        betterportals : G:\minecraft\1.12.2\.\mods\betterportals-0.1.0.jar
        

        at net.minecraftforge.fml.common.Loader.identifyDuplicates(Loader.java:464) ~[Loader.class:?]
        at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:426) ~[Loader.class:?]
        at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) ~[Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
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

1 participant