Skip to content

Instantly share code, notes, and snippets.

@Choonster
Last active August 29, 2017 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Choonster/7696660f43cf0fd908fc395ae4d8474a to your computer and use it in GitHub Desktop.
Save Choonster/7696660f43cf0fd908fc395ae4d8474a to your computer and use it in GitHub Desktop.
Minecraft Forge 1.12.1-14.22.0.2462 - Ghost Recipe Zero-Item Ingredient Crash - https://github.com/MinecraftForge/MinecraftForge/issues/4359
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 8/30/17 2:39 AM
Description: Rendering screen
java.lang.ArithmeticException: / by zero
at net.minecraft.client.gui.recipebook.GhostRecipe$GhostIngredient.getItem(GhostRecipe.java:130)
at net.minecraft.client.gui.recipebook.GhostRecipe.render(GhostRecipe.java:85)
at net.minecraft.client.gui.recipebook.GuiRecipeBook.renderGhostRecipe(GuiRecipeBook.java:310)
at net.minecraft.client.gui.inventory.GuiInventory.drawScreen(GuiInventory.java:103)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:349)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1172)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1194)
at net.minecraft.client.Minecraft.run(Minecraft.java:436)
at net.minecraft.client.main.Main.main(Main.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
at GradleStart.main(GradleStart.java:26)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.client.gui.recipebook.GhostRecipe$GhostIngredient.getItem(GhostRecipe.java:130)
at net.minecraft.client.gui.recipebook.GhostRecipe.render(GhostRecipe.java:85)
at net.minecraft.client.gui.recipebook.GuiRecipeBook.renderGhostRecipe(GuiRecipeBook.java:310)
at net.minecraft.client.gui.inventory.GuiInventory.drawScreen(GuiInventory.java:103)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:349)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (110, 87). Absolute: (220, 305)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Player68'/59, l='MpServer', x=361.32, y=4.00, z=1649.93]]
Chunk stats: MultiplayerChunkCache: 575, 575
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (353,4,1643), Chunk: (at 1,0,11 in 22,102; contains blocks 352,0,1632 to 367,255,1647), Region: (0,3; contains chunks 0,96 to 31,127, blocks 0,0,1536 to 511,255,2047)
Level time: 25624 game time, 8382 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: 17 total; [EntitySheep['Sheep'/32, l='MpServer', x=356.68, y=4.00, z=1729.55], EntityPig['Pig'/40, l='MpServer', x=396.24, y=4.00, z=1724.76], EntityHorse['Horse'/9, l='MpServer', x=284.91, y=4.00, z=1684.13], EntityHorse['Horse'/10, l='MpServer', x=286.91, y=4.00, z=1686.16], EntityHorse['Horse'/12, l='MpServer', x=285.14, y=4.00, z=1697.12], EntityHorse['Horse'/13, l='MpServer', x=284.07, y=4.00, z=1699.86], EntityPlayerSP['Player68'/59, l='MpServer', x=361.32, y=4.00, z=1649.93], EntityCow['Cow'/18, l='MpServer', x=299.67, y=4.00, z=1620.81], EntityCow['Cow'/19, l='MpServer', x=292.80, y=4.00, z=1633.70], EntitySheep['Sheep'/20, l='MpServer', x=307.19, y=4.00, z=1595.65], EntityCow['Cow'/21, l='MpServer', x=315.33, y=4.00, z=1636.15], EntityCow['Cow'/22, l='MpServer', x=314.81, y=4.00, z=1642.55], EntitySheep['Sheep'/23, l='MpServer', x=333.37, y=4.00, z=1615.22], EntitySheep['Sheep'/24, l='MpServer', x=330.21, y=4.00, z=1615.31], EntitySheep['Sheep'/25, l='MpServer', x=320.26, y=4.00, z=1603.49], EntityPig['Pig'/30, l='MpServer', x=353.66, y=4.00, z=1712.77], EntityPig['Pig'/31, l='MpServer', x=367.59, y=4.00, z=1712.06]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:456)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2881)
at net.minecraft.client.Minecraft.run(Minecraft.java:457)
at net.minecraft.client.main.Main.main(Main.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
at GradleStart.main(GradleStart.java:26)
-- System Details --
Details:
Minecraft Version: 1.12.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_141, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 888070568 bytes (846 MB) / 1357381632 bytes (1294 MB) up to 3787980800 bytes (3612 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.41 Powered by Forge 14.22.0.2462 8 mods loaded, 8 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:--------- |:--------- |:------------ |:-------------------------------- |:--------- |
| UCHIJAAAA | minecraft | 1.12.1 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.19 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.1-14.22.0.2462.jar | None |
| UCHIJAAAA | forge | 14.22.0.2462 | forgeSrc-1.12.1-14.22.0.2462.jar | None |
| UCHIJAAAA | testmod3 | ${version} | TestMod3_1.12.1_main | None |
| UCHIJAAAA | waila | 1.8.20 | Hwyla-1.8.20-B35_1.12.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-7035b13.jar | None |
| UCHIJAAAA | jei | 4.7.8.91 | jei_1.12.1-4.7.8.91.jar | None |
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.41' Renderer: 'GeForce GTX 970/PCIe/SSE2'
Launched Version: 1.12.1
LWJGL: 2.9.4
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.41, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment