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

READ ME: What to do if the Game Crashes

2 posts in this topic

Outdated Guide:

 

 

If you are experiencing a crash please follow these instructions.

    [*]Open Notepad [*]Paste the following:
[*]Save the file anywhere as a .bat file. If using widnows you can do this by changing the file save type to "All Files (*.*)" and name your file "minecrafterrortest.bat" [*]Run the bat file and it will launch minecraft. When your crash occurs, follow the instructions in the console window and then give us the log.

@echo offtitle ===Simple Minecraft Error Test=== - by Mr_okushama and _303echo ===Simple Minecraft Error Test===echo.echo Starting Minecraft...echo.java -Xincgc -Xmx1024m -cp "%APPDATA%.minecraftbinminecraft.jar;%APPDATA%.minecraftbinlwjgl.jar;%APPDATA%.minecraftbinlwjgl_util.jar;%APPDATA%.minecraftbinjinput.jar" -Djava.library.path="%APPDATA%.minecraftbinnatives" net.minecraft.client.Minecraftecho.echo Finished sessionecho.echo.echo Right click, Select all,echo Press Enter (This will copy the output to your clipboard).echo Then paste the result on http://www.pastebin.comecho.echo ===========#Risucraft===========echo.pause

0

Share this post


Link to post
Share on other sites

Note: There is a difference between a console log and a crash report. If you are looking at a console log, there will be a message at the bottom stating where you can find the crash report.

 

This is an example of a Console Log, it is obvious that it is a log due to the time stamps and [iNFO][sTDERRR] tags:

 

1:35:08 PM [iNFO] [sTDERR] java.lang.NoSuchMethodError: net.minecraft.entity.item.EntityItem.func_70016_h(DDD)V
1:35:09 PM [iNFO] [sTDERR]     at TFC.Items.Tools.ItemGoldPan.dropItem(ItemGoldPan.java:212)
1:35:09 PM [iNFO] [sTDERR]     at TFC.Items.Tools.ItemGoldPan.func_77659_a(ItemGoldPan.java:171)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:177)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.item.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:358)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:542)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
1:35:09 PM [iNFO] [sTDERR]     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
1:35:09 PM [sEVERE] [Minecraft-Server] Encountered an unexpected exception NoSuchMethodError
1:35:09 PM java.lang.NoSuchMethodError: net.minecraft.entity.item.EntityItem.func_70016_h(DDD)V
1:35:09 PM     at TFC.Items.Tools.ItemGoldPan.dropItem(ItemGoldPan.java:212)
1:35:09 PM     at TFC.Items.Tools.ItemGoldPan.func_77659_a(ItemGoldPan.java:171)
1:35:09 PM     at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:177)
1:35:09 PM     at net.minecraft.item.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:358)
1:35:09 PM     at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:542)
1:35:09 PM     at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
1:35:09 PM     at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
1:35:09 PM     at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
1:35:09 PM     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
1:35:09 PM     at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
1:35:09 PM     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
1:35:09 PM     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
1:35:09 PM     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
1:35:09 PM     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
1:35:09 PM     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
1:35:09 PM [sEVERE] [Minecraft-Server] This crash report has been saved to: E:TFC_Server.crash-reportscrash-2014-04-26_13.35.08-server.txt
1:35:32 PM [sEVERE] [Minecraft-Server] Reached end of stream for /24.241.126.237

 
Note the second to last line:
1:35:09 PM [SEVERE] [Minecraft-Server] This crash report has been saved to: E:TFC_Server.crash-reportscrash-2014-04-26_13.35.08-server.txt

While console logs may contain parts of the crash report, they are not properly formatted making them more difficult to read. Because we deal with so many reports, please make our lives easier by submitting the easier to read report, instead of the messy log. This is an example of a crash report:

 

---- Minecraft Crash Report ----
// This doesn't make any sense!
 
Time: 5/2/14 2:19 PM
Description: Updating screen events
 
java.lang.NullPointerException
at TFC.Containers.ContainerVessel.saveContents(ContainerVessel.java:127)
at TFC.Containers.ContainerTFC.detectAndSendChanges(ContainerTFC.java:192)
at net.minecraft.inventory.Container.onCraftMatrixChanged(Container.java:542)
at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:136)
at net.minecraft.inventory.Slot.putStack(Slot.java:107)
at net.minecraft.inventory.Container.slotClick(Container.java:328)
at TFC.Containers.ContainerTFC.slotClick(ContainerTFC.java:45)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:473)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:886)
at net.minecraft.client.gui.inventory.GuiContainer.mouseMovedOrUp(GuiContainer.java:838)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:218)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseInput(GuiContainer.java:1009)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:176)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1566)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:910)
at net.minecraft.client.Minecraft.run(Minecraft.java:838)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at TFC.Containers.ContainerVessel.saveContents(ContainerVessel.java:127)
at TFC.Containers.ContainerTFC.detectAndSendChanges(ContainerTFC.java:192)
at net.minecraft.inventory.Container.onCraftMatrixChanged(Container.java:542)
at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:136)
at net.minecraft.inventory.Slot.putStack(Slot.java:107)
at net.minecraft.inventory.Container.slotClick(Container.java:328)
at TFC.Containers.ContainerTFC.slotClick(ContainerTFC.java:45)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:473)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:886)
at net.minecraft.client.gui.inventory.GuiContainer.mouseMovedOrUp(GuiContainer.java:838)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:218)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseInput(GuiContainer.java:1009)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:176)
 
-- Affected screen --
Details:
Screen name: TFC.GUI.GuiVessel
 
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Kittychanley'/301, l='MpServer', x=3986.76, y=157.62, z=-14778.46]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: -1081848554
Level generator: ID 00 - DEFAULT, ver 1. Features enabled: false
Level generator options: 
Level spawn location: World: (4044,150,-14816), Chunk: (at 12,9,0 in 252,-926; contains blocks 4032,0,-14816 to 4047,255,-14801), Region: (7,-29; contains chunks 224,-928 to 255,-897, blocks 3584,0,-14848 to 4095,255,-14337)
Level time: 90480 game time, 5285193 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 242 total; *There is often an extremely long list of entities listed here. If your crash is not related to a mob or entity, you can delete this part out to make the report even easier to read*
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:440)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2312)
at net.minecraft.client.Minecraft.run(Minecraft.java:856)
at net.minecraft.client.main.Main.main(Main.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
 
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1538237152 bytes (1466 MB) / 2013265920 bytes (1920 MB) up to 2013265920 bytes (1920 MB)
JVM Flags: 4 total; -Xmn1G -Xms2G -Xmx2G -XX:+AggressiveOpts
AABB Pool Size: 32457 (1817592 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 31, allocated: 1, tallocated: 31
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 7 mods loaded, 7 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.78.12} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.9} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.78.12} [TerraFirmaCraft] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6
LWJGL: 2.9.0
OpenGL: ATI Radeon HD 5570 GL version 4.2.12002 Compatibility Profile Context 9.12.0.0, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 16446 (920976 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used

 

Crash Report Guide Courtesy of ntwitch

 

To get your most recent crash report:

 

1. Open the Minecraft Launcher
2. Select whatever profile you use to launch TFC
3. Click the "Edit Profile" button
4. Click the "Open Game Dir" button, an explorer window will open.

 

2Oe8DVW.png

 

5. Open the "crash-reports" folder

 

lknxdDg.png

 

 

6. Right-click on an empty space in the folder
7. Click "Sort By"
8. Select "Date Modified"
9. Right-click again
10. Click "Sort By"
11. Select "Descending"
12. Double-click the top crash log to open it

 

yaWEwbk.png
13. Highlight the entire report (Press Ctrl-A)
14. Copy your highlited selection (Press Ctrl-C)
15. Go to http://pastebin.com/ and paste your report in the text box.
16. Click Submit
17. Copy the URL of your pastebin and put it in the "Pastebin.com link of the Crash Report:" section of your report template.

2

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.