Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 4/21/18 10:02 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.IllegalAccessError: tried to access field net.minecraft.inventory.InventoryCrafting.field_70465_c from class pl.asie.charset.lib.material.FastRecipeLookup
  8. at pl.asie.charset.lib.material.FastRecipeLookup.findMatchingRecipe(FastRecipeLookup.java:366)
  9. at pl.asie.charset.module.crafting.compression.CompressionShape.craftEnd(CompressionShape.java:317)
  10. at pl.asie.charset.module.crafting.compression.CompressionShape.tick(CompressionShape.java:510)
  11. at pl.asie.charset.module.crafting.compression.TileCompressionCrafter.func_73660_a(TileCompressionCrafter.java:89)
  12. at net.minecraft.world.World.func_72939_s(World.java:1832)
  13. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  15. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  16. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  18. at java.lang.Thread.run(Unknown Source)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Thread: Server thread
  26. Stacktrace:
  27. at pl.asie.charset.lib.material.FastRecipeLookup.findMatchingRecipe(FastRecipeLookup.java:366)
  28. at pl.asie.charset.module.crafting.compression.CompressionShape.craftEnd(CompressionShape.java:317)
  29. at pl.asie.charset.module.crafting.compression.CompressionShape.tick(CompressionShape.java:510)
  30. at pl.asie.charset.module.crafting.compression.TileCompressionCrafter.func_73660_a(TileCompressionCrafter.java:89)
  31.  
  32. -- Block entity being ticked --
  33. Details:
  34. Name: charset:compression_crafter // pl.asie.charset.module.crafting.compression.TileCompressionCrafter
  35. Block type: ID #254 (tile.charset.compression_crafter // pl.asie.charset.module.crafting.compression.BlockCompressionCrafter)
  36. Block data value: 1 / 0x1 / 0b0001
  37. Block location: World: (7,4,4), Chunk: (at 7,0,4 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  38. Actual block type: ID #254 (tile.charset.compression_crafter // pl.asie.charset.module.crafting.compression.BlockCompressionCrafter)
  39. Actual block data value: 1 / 0x1 / 0b0001
  40. Stacktrace:
  41. at net.minecraft.world.World.func_72939_s(World.java:1832)
  42. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  43.  
  44. -- Affected level --
  45. Details:
  46. Level name: New World
  47. All players: 1 total; [EntityPlayerMP['Ajama'/0, l='New World', x=7.06, y=4.00, z=8.09]]
  48. Chunk stats: ServerChunkCache: 625 Drop: 0
  49. Level seed: 4657989538808496128
  50. Level generator: ID 01 - flat, ver 0. Features enabled: true
  51. Level generator options: 3;minecraft:air;127;decoration
  52. Level spawn location: World: (8,4,8), Chunk: (at 8,0,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  53. Level time: 2486 game time, 2486 day time
  54. Level dimension: 0
  55. Level storage version: 0x04ABD - Anvil
  56. Level weather: Rain time: 62824 (now: false), thunder time: 130703 (now: false)
  57. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  58. Stacktrace:
  59. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  60. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  61. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  63. at java.lang.Thread.run(Unknown Source)
  64.  
  65. -- System Details --
  66. Details:
  67. Minecraft Version: 1.12.2
  68. Operating System: Windows 10 (amd64) version 10.0
  69. Java Version: 1.8.0_131, Oracle Corporation
  70. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 60696168 bytes (57 MB) / 376221696 bytes (358 MB) up to 3186360320 bytes (3038 MB)
  72. JVM Flags: 10 total; -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=50 -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing -XX:ParallelGCThreads=4 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms307m -Xmx3072m
  73. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  74. FML: MCP 9.42 Powered by Forge 14.23.3.2655 5 mods loaded, 5 mods active
  75. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  76.  
  77. | State | ID | Version | Source | Signature |
  78. |:--------- |:--------- |:------------ |:--------------------------------------- |:---------------------------------------- |
  79. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  80. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  81. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2655-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  82. | UCHIJAAAA | forge | 14.23.3.2655 | forge-1.12.2-14.23.3.2655-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  83. | UCHIJAAAA | charset | 0.5.0.235 | Charset-Lib-0.5.0.235.jar | None |
  84.  
  85. Loaded coremods (and transformers):
  86. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  87. Profiler Position: N/A (disabled)
  88. Player Count: 1 / 8; [EntityPlayerMP['Ajama'/0, l='New World', x=7.06, y=4.00, z=8.09]]
  89. Type: Integrated Server (map_client.txt)
  90. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement