Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalStateException: Can't fill up inventory even though we could #2033

Closed
jaylamping opened this issue Oct 13, 2018 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@jaylamping
Copy link

jaylamping commented Oct 13, 2018

Issue description:

The game crashes whenever modifying the I/O properties for the Induction Smelter (Thermal Expansion)

What happens:

Game crashes with the below exception thrown in stack.

What you expected to happen:

No crash.

Steps to reproduce:

  1. Add Induction Smelter block from Thermal Expansion mod
  2. Open block GUI
  3. Modify the I/O configuration settings
    ...

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

  • Minecraft: 1.12.2
  • Forge: 14.23.4.2759
  • Refined Storage: 1.6.5

Does this issue occur on a server? Yes.

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

Console : [17:00:55] 0 [ERROR] Encountered an unexpected exception
Console : net.minecraft.util.ReportedException: Ticking block entity
Console : at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
Console : at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
Console : at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
Console : at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
Console : at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
Console : Caused by: java.lang.IllegalStateException: Can't fill up inventory even though we could
Console : at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.updateProcessing(CraftingTask.java:694) ~[CraftingTask.class:?]
Console : at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.update(CraftingTask.java:762) ~[CraftingTask.class:?]
Console : at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.CraftingManager.update(CraftingManager.java:166) ~[CraftingManager.class:?]
Console : at com.raoulvdberge.refinedstorage.tile.TileController.func_73660_a(TileController.java:203) ~[TileController.class:?]
Console : at net.minecraft.world.World.func_72939_s(World.java:1832) ~[amu.class:?]
Console : at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
Console : at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
Console : ... 4 more

@Darkere
Copy link
Collaborator

Darkere commented Oct 13, 2018

For next time please use a site like pastebin.com to post crashlogs (the full one).

This particular issue is already fixed indev.

@jaylamping
Copy link
Author

Will do! Thanks for the quick response.

@raoulvdberge raoulvdberge added bug Something isn't working Status: Fixed indev labels Oct 14, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants