Advertisement
Guest User

MC Crash Typical 001

a guest
Mar 23rd, 2016
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Nonsense message
  3.  
  4. Time: <Date> <Time>
  5. Description: <Description>
  6.  
  7. java.lang.<Exception>: <Description> // This and the following lines are the Stacktrace
  8. at <some method adress>(the line in the code where the method above this is invoked) //There can be multiple lines of this
  9. at net.minecraft.client.main.Main.main(SourceFile:148)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. at java.lang.reflect.Method.invoke(Unknown Source)
  14. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  15. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  16.  
  17.  
  18. A detailed walkthrough of the error, its code path and all known details is as follows:
  19. ---------------------------------------------------------------------------------------
  20.  
  21. -- Head --
  22. Stacktrace:
  23. <the top part of the stacktrace that I summarized before>
  24.  
  25. -- Affected level --
  26. Details:
  27. Level name: <MpServer|The name of your single player world>
  28. All players: <Number of players> total; <comma-separated list of all entities of the players online at the time of the crash, their dimension and their xyz coordinates>
  29. <some lines of information that is typically not very important>
  30. Forced entities: <number of entities> total; <comma-separated list of all loaded entities at the time of the crash, their dimension and their xyz coordinates>
  31. <some more information that would typically not be very useful>
  32. Stacktrace:
  33. <the bottom part of the stacktrace>
  34.  
  35. -- System Details --
  36. Details:
  37. Minecraft Version: <Minecraft version>
  38. Operating System: <Your PC's operating system>
  39. Java Version: <The Java version that you have installed and that Minecrat is using>
  40. Java VM Version: <typically not important>
  41. Memory: <used Java RAM> / <assigned Java RAM minimum> up to <assigned Java RAM maximum>
  42. JVM Flags: 3 total; <Your java flags>
  43. <not really useful>
  44. FML: MCP <Minecraft coder pack version> FML <Forge modloader version> Minecraft Forge <Forge Build> <number of loaded mods> mods loaded, <number of active mods> mods active
  45. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  46. U <Mod that has not errored at unloading Stage, but another mod has>
  47. E <Mod that has errored at unloading Stage>
  48. UC <Mod that has not errored at constucting Stage, but another mod has>
  49. UE <Mod that has errored at constucting Stage>
  50. UCH <Mod that has not errored at pre-initializing Stage, but another mod has>
  51. UCE <Mod that has errored at pre-initializing Stage>
  52. UCHI <Mod that has not errored at initializing Stage, but another mod has>
  53. UCHE <Mod that has errored at initializing Stage>
  54. UCHIJ <Mod that has not errored at post-initializing Stage, but another mod has>
  55. UCHIE <Mod that has errored at post-initializing Stage>
  56. UD <Mod that has been disabled after unloading stage MineFactory Reloaded's plugins are good examples of this>
  57. UCHIJA <Mod that has succesfully loaded>
  58. GL info: <Information about the OpenGL capacities of your graphical card>
  59. <Information about class-transformer mods>
  60. List of loaded APIs:
  61. <List of loaded API's and what mods they were loaded from>
  62. <Some messages of mods containing warnings or other information>
  63. Launched Version: <Minecraft version>
  64. LWJGL: <LWJGL library version>
  65. OpenGL: <The graphical card that Minecraft uses>
  66. GL Caps: <OpenGL version>
  67. <Some more information about OpenGL>
  68.  
  69. Is Modded: Definitely; Client brand changed to 'fml,forge'
  70. Type: Client (map_client.txt)
  71. Resource Packs: []
  72. Current Language: <Your language>
  73. <Some more information I wouldn't know where to apply>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement