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.

t-master

Members
  • Joined

  • Last visited

Everything posted by t-master

  1. Btw, have you thought about giving modders the option to separate "global" and "user" configs? That would be especially helpful for modpacks, since users could still change some settings (like the tooltip position for Waila/OneProbe) without getting them overwritten every time the modpack gets updated.
  2. After placing a chunkloader in a mystcraft world I got a timeout, the following exception on the server and the chunk where the chunkloader was placed in got reset. 2013-08-16 18:00:14 [iNFO] [sTDERR] java.lang.NullPointerException 2013-08-16 18:00:14 [iNFO] [sTDERR] at com.google.common.collect.ImmutableSetMultimap$Builder.putAll(ImmutableSetMultimap.java:227) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraftforge.common.ForgeChunkManager.forceChunk(ForgeChunkManager.java:738) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.ChunkLoaderManager$TicketManager.addChunk(ChunkLoaderManager.java:112) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.ChunkLoaderManager$ChunkLoaderOrganiser.forceChunks(ChunkLoaderManager.java:237) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.ChunkLoaderManager$ChunkLoaderOrganiser.addChunkLoader(ChunkLoaderManager.java:184) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.ChunkLoaderManager.addChunkLoader(ChunkLoaderManager.java:694) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.TileChunkLoaderBase.activate(TileChunkLoaderBase.java:125) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.TileChunkLoader.activate(TileChunkLoader.java:115) 2013-08-16 18:00:14 [iNFO] [sTDERR] at codechicken.chunkloader.TileChunkLoaderBase.func_70312_q(TileChunkLoaderBase.java:39) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1040) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.chunk.Chunk.func_76620_a(Chunk.java:1013) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:442) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.World.func_72964_e(World.java:528) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.world.World.func_72838_d(World.java:1574) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:261) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:130) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.network.NetLoginHandler.completeConnection(NetLoginHandler.java:194) 2013-08-16 18:00:14 [iNFO] [sTDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:166) 2013-08-16 18:00:14 [iNFO] [sTDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:120) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:178) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:71) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470) 2013-08-16 18:00:14 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  3. Damn, you're right. I tried to preemtively exclude some future mystcraft dimensions -.-
  4. I'm getting this whenever the mod tries to do a backup. And dimension 12 doesn't exist yet, no folder, no mystcraft agedata, ... 2013-08-06 02:00:25 [iNFO] [forgebackup] Starting a new backup. 2013-08-06 02:00:25 [FINE] [forgebackup] Disabling saving... 2013-08-06 02:00:25 [FINE] [forgebackup] Forcing an updated save... 2013-08-06 02:00:25 [FINE] [forgebackup] Creating new backup of your world... 2013-08-06 02:00:25 [FINE] [forgebackup] Re-enabling saving... 2013-08-06 02:00:25 [iNFO] [sTDERR] Exception in thread "Timer-0" java.lang.IllegalArgumentException: Could not get provider type for dimension 12, does not exist 2013-08-06 02:00:25 [iNFO] [sTDERR] at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:157) 2013-08-06 02:00:25 [iNFO] [sTDERR] at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:304) 2013-08-06 02:00:25 [iNFO] [sTDERR] at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:207) 2013-08-06 02:00:25 [iNFO] [sTDERR] at monoxide.forgebackup.backup.Backup.doBackup(Backup.java:123) 2013-08-06 02:00:25 [iNFO] [sTDERR] at monoxide.forgebackup.backup.Backup.run(Backup.java:47) 2013-08-06 02:00:25 [iNFO] [sTDERR] at monoxide.forgebackup.backup.BackupTask.processArchiveBackups(BackupTask.java:36) 2013-08-06 02:00:25 [iNFO] [sTDERR] at monoxide.forgebackup.backup.ArchiveBackupTask.run(ArchiveBackupTask.java:16) 2013-08-06 02:00:25 [iNFO] [sTDERR] at java.util.TimerThread.mainLoop(Timer.java:555) 2013-08-06 02:00:25 [iNFO] [sTDERR] at java.util.TimerThread.run(Timer.java:505)
  5. We updated our server directly to 6.6.0.497 and I'm still getting this error. Any ideas what is causing this?
  6. D'oh, now I see it too, thanks
  7. Hi, I'm always getting a NPE when starting Minecraft:
  8. Hi, After updating to the latest recommended forge version some shortcuts like the mode switch for equivalent exchange items or the key for craftguide (http://www.minecraftforum.net/topic/731133-123-124-125-craftguide-v144/) seem to no work anymore.

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.