Refined Storage

Refined Storage

77M Downloads

Issue 1.2 game crashes.

winsrp opened this issue ยท 0 comments

commented

Issue description:

right clicking crafting grid crashed game

What happens:

game closes with error log message

What you expected to happen:

open crafting grid screen to see the items

Steps to reproduce:

  1. make network (this has one of each block in the refined storage mod, plust lots of constructors planting saplings, and cable, for automating tree farm)
  2. put some items in network
  3. right click crafting grid
    ...

Version (make sure you are on the latest version before reporting):

  • Minecraft: 1.12
  • Forge: 1.12-forge1.12-14.21.1.2404
  • Refined Storage: refinedstorage-1.5.13

Does this issue occur on a server? not sure playing on creative single player to test mods

If a (crash)log is relevant for this issue, link it here:

PM
Description: Ticking screen

java.lang.NullPointerException: Ticking screen
	at com.raoulvdberge.refinedstorage.gui.grid.GuiGrid.sortItems(GuiGrid.java:221)
	at com.raoulvdberge.refinedstorage.gui.grid.GuiGrid.update(GuiGrid.java:243)
	at com.raoulvdberge.refinedstorage.gui.GuiBase.func_73876_c(GuiBase.java:102)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1777)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	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:483)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
	at com.raoulvdberge.refinedstorage.gui.grid.GuiGrid.sortItems(GuiGrid.java:221)
	at com.raoulvdberge.refinedstorage.gui.grid.GuiGrid.update(GuiGrid.java:243)
	at com.raoulvdberge.refinedstorage.gui.GuiBase.func_73876_c(GuiBase.java:102)

-- Affected screen --
Details:
	Screen name: com.raoulvdberge.refinedstorage.gui.grid.GuiGrid