Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Startup crash with MCPC+ #2

Closed
ghost opened this issue Sep 11, 2013 · 3 comments
Closed

Startup crash with MCPC+ #2

ghost opened this issue Sep 11, 2013 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Sep 11, 2013

Caused by: java.lang.NullPointerException
    at com.ryanmichela.subterranea.SBiomeDecorator.<init>(SBiomeDecorator.java:13)
    at com.ryanmichela.subterranea.SChunkGenerator.lazyGetProvider(SChunkGenerator.java:48)
    at com.ryanmichela.subterranea.SChunkGenerator.generate(SChunkGenerator.java:59)
    at org.bukkit.craftbukkit.v1_6_R2.generator.CustomChunkGenerator.func_73154_d(CustomChunkGenerator.java:112)
    at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:192)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:148)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:252)
    at net.minecraft.world.World.func_72964_e(World.java:784)
    at net.minecraft.world.World.func_72798_a(World.java:660)
    at net.minecraft.world.World.func_72799_c(World.java:684)
    at net.minecraft.world.World.func_72922_b(World.java:631)
    at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:102)
    at com.ryanmichela.subterranea.SChunkGenerator.canSpawn(SChunkGenerator.java:64)
    at net.minecraft.world.WorldServer.canSpawn(WorldServer.java:356)
    at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:1204)
    at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:1145)
    at net.minecraft.world.World.<init>(World.java:440)
    ... 5 more
@rmichela
Copy link
Owner

I don't explicitly support alternate server implementations. MCPC+ is doing something different than Bukkit.

@WhiteShadoh
Copy link

That sucks, cause i have the same problem and my server would love they...except they refuse to play without certain mods. I'll continue looking into the same error cause I also need a fix and will post anything I find here.

@rmichela
Copy link
Owner

Only Craftbukkit is supported for now. If you submit a patch, I will gladly accept it.

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

No branches or pull requests

2 participants