Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.