Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.

CouchLizzard

Members
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About CouchLizzard

  • Rank
    Freshly Spawned
  1. 0.77.5 Lag Spikes of Death

    I had similar problems, myself, but managed to fix them. I don't know if the same fix will work for you, as my computer is a little odd (3GB of ram, but it's old DDR). For me, it seems most of the lag was due to Java's garbage collector. First step was to install Optifine (Standard or Light). Next, add "-Xincgc" to the JVM arguments in the launcher. This changes the behavior of Java's garbage collector to one that doesn't stall out as often when under load. Finally (and here's the weird one) I reduced the amount of ram given to minecraft. It seems (at least on 32-bit) that 512MB is plenty for Terrafirmacraft, and any more just puts load on the garbage collector and steals ram from OpengGL somehow (this fixed a recurring OpenGL "Out of Memory" error) If you're having stalls/freezes every few seconds after the game's been running a while, it just might be the garbage collector causing you grief. You might want to check your output-clieng.log file for the "1285: Out of memory" error. If that's happening, then switching to "-Xms512M -Xmx512M" in the JVM arguments might just help. Hope some of this helps you clear up that lag!
  2. [B76] Crash Bug

    I'm running Hotfix 9, and had a crash while exploring soon after creating a new world. Looking at the crash log, it seems to be related to ore generation. I was hosting a lan game with two people on when the crash happened, in case that turns out to be relavent. Just figured I should report this with the log so it can get tracked down and fixed. Here's the log: Minecraft has crashed! ---------------------- Minecraft has stopped running because it encountered a problem; Ticking memory connection A full error report has been saved to C:\Documents and Settings\David\Application Data\tfcraft\minecraft\crash-reports\crash-2013-04-07_00.29.00-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash --- BEGIN ERROR REPORT dad131d4 -------- Full report at: C:\Documents and Settings\David\Application Data\tfcraft\minecraft\crash-reports\crash-2013-04-07_00.29.00-server.txt Please show that file to Mojang, NOT just this screen! Generated 4/7/13 12:29 AM -- System Details -- Details: Minecraft Version: 1.5.1 Operating System: Windows XP (x86) version 5.1 Java Version: 1.7.0_15, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 491610528 bytes (468 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) JVM Flags: 2 total; -Xms512M -Xmx1G AABB Pool Size: 4777 (267512 bytes; 0 MB) allocated, 4301 (240856 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 901, allocated: 1, tallocated: 33 FML: MCP v7.44 FML v5.1.13.629 Minecraft Forge 7.7.1.629 4 mods loaded, 4 mods active mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available TerraFirmaCraft [TerraFirmaCraft] (TFCraft-Universal-Core-B2-Build76Hotfix9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1239 (69384 bytes; 0 MB) allocated, 1239 (69384 bytes; 0 MB) used Player Count: 2 / 8; [EntityPlayerMP['couch_lizzard'/10412, l='Terra Nova', x=300.92, y=143.30, z=-2992.98], EntityPlayerMP['Mazeura'/11105, l='Terra Nova', x=289.34, y=144.00, z=-3003.06]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' java.lang.NullPointerException at TFC.WorldGen.Generators.WorldGenMinableTFC.BODgenerate(WorldGenMinableTFC.java:356) at TFC.WorldGen.Generators.WorldGenMinableTFC.BetterOreDistribution(WorldGenMinableTFC.java:116) at TFC.WorldGen.Generators.WorldGenMinableTFC.generate(WorldGenMinableTFC.java:394) at TFC.WorldGen.Generators.WorldGenOreSurface.createOre(WorldGenOreSurface.java:96) at TFC.WorldGen.Generators.WorldGenOreSurface.generate(WorldGenOreSurface.java:61) at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:102) at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259) at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1249) at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153) at net.minecraft.server.management.PlayerInstance.<init>(PlayerInstance.java:36) at net.minecraft.server.management.PlayerManager.func_72690_a(SourceFile:172) at net.minecraft.server.management.PlayerManager.func_72685_d(SourceFile:300) at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:276) at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:408) at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136) at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89) at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134) at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) --- END ERROR REPORT 76bab9e2 ---------- Hope this helps y'all iron out this bug!