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

NoSuchMethodError on CB 1.4 #90

Closed
sashanke opened this issue Oct 28, 2012 · 1 comment · Fixed by #91
Closed

NoSuchMethodError on CB 1.4 #90

sashanke opened this issue Oct 28, 2012 · 1 comment · Fixed by #91

Comments

@sashanke
Copy link

 java.lang.NoSuchMethodError: net.minecraft.server.WorldGenVillage.<init>(I)V
    at com.khorn.terraincontrol.bukkit.BukkitWorld.Init(BukkitWorld.java:530)
    at com.khorn.terraincontrol.bukkit.TCPlugin.WorldInit(TCPlugin.java:138)
    at com.khorn.terraincontrol.bukkit.TCChunkGenerator.getDefaultPopulators(TCChunkGenerator.java:46)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:233)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:141)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:390)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
 Encountered an unexpected exception NoSuchMethodError
java.lang.NoSuchMethodError: net.minecraft.server.WorldGenVillage.<init>(I)V
    at com.khorn.terraincontrol.bukkit.BukkitWorld.Init(BukkitWorld.java:530)
    at com.khorn.terraincontrol.bukkit.TCPlugin.WorldInit(TCPlugin.java:138)
    at com.khorn.terraincontrol.bukkit.TCChunkGenerator.getDefaultPopulators(TCChunkGenerator.java:46)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:233)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:141)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:390)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
@Wickth
Copy link
Contributor

Wickth commented Nov 2, 2012

This is fixed in code.

@Wickth Wickth closed this as completed Nov 2, 2012
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

Successfully merging a pull request may close this issue.

2 participants