Jump to content

DIMENSION mod error (working in latest forge build)


Alesimula

Recommended Posts

Hi, i had a new error in my 1.4.5 custom dimension, and it was working in latest recommanded forge build (the forge build without python)

 

Now an error shows when i CREATE A NEW WORLD (yes)

and when i re-enter in my newworld it works, but i enter in the portal (my custom portal) and the error shows again.

 

[glow=red,2,300]I'M SURE THAT THE ERROR IS CAUSED BY MY CUSTOM CHUNK PROVIDER[/glow]

 

SO HERE IS THE ERROR:

 

[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR] net.minecraft.src.ReportedExcepti
on: Exception getting block type in world
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.<init
>(World.java:278)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldServer
.<init>(WorldServer.java:61)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldServer
Multi.<init>(WorldServerMulti.java:9)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.IntegratedS
erver.loadAllWorlds(IntegratedServer.java:59)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.IntegratedS
erver.startServer(IntegratedServer.java:87)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.server.Minecraf
tServer.run(MinecraftServer.java:461)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.ThreadMinec
raftServer.run(ThreadMinecraftServer.java:17)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR] Caused by: java.lang.NullPointerE
xception
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.getBl
ockMaterial(World.java:588)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldGenDun
geons.generate(WorldGenDungeons.java:26)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.ChunkProvid
erGlacia.populate(ChunkProviderGlacia.java:511)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.ChunkProvid
erServer.populate(ChunkProviderServer.java:242)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.Chunk.popul
ateChunk(Chunk.java:1229)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.ChunkProvid
erServer.loadChunk(ChunkProviderServer.java:137)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.ChunkProvid
erServer.provideChunk(ChunkProviderServer.java:150)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.getCh
unkFromChunkCoords(World.java:496)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.getBl
ockId(World.java:379)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.isAir
Block(World.java:408)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.getFi
rstUncoveredBlock(World.java:350)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldProvid
er.canCoordinateBeSpawn(WorldProvider.java:84)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldServer
.createSpawnPosition(WorldServer.java:732)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldServer
.initialize(WorldServer.java:696)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.World.<init
>(World.java:263)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  ... 6 more
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR] java.lang.NullPointerException
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraftforge.common.For
geChunkManager.saveWorld(ForgeChunkManager.java:818)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraftforge.common.For
geInternalHandler.onDimensionSave(ForgeInternalHandler.java:74)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraftforge.event.ASME
ventHandler_2_ForgeInternalHandler_onDimensionSave_Save.invoke(.dynamic)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraftforge.event.ASME
ventHandler.invoke(ASMEventHandler.java:35)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraftforge.event.Even
tBus.post(EventBus.java:103)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.WorldServer
.saveAllChunks(WorldServer.java:802)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.server.Minecraf
tServer.saveAllWorlds(MinecraftServer.java:376)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.server.Minecraf
tServer.stopServer(MinecraftServer.java:409)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.IntegratedS
erver.stopServer(IntegratedServer.java:218)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.server.Minecraf
tServer.run(MinecraftServer.java:544)
[15:14:52] 2012-12-12 15:14:52 [iNFO] [sTDERR]  at net.minecraft.src.ThreadMinec
raftServer.run(ThreadMinecraftServer.java:17)

 

 

AND HERE IS MY CHUNKPROVIDER:

 

http://www.sourcepod.com/qqsqay68-12522

Actually i don't know what to write in this signature soooo.... anyway

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.