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

OpenComputers crash, inventory size #1373

Closed
XakepSDK opened this issue May 26, 2017 · 1 comment
Closed

OpenComputers crash, inventory size #1373

XakepSDK opened this issue May 26, 2017 · 1 comment

Comments

@XakepSDK
Copy link
Contributor

XakepSDK commented May 26, 2017

java.lang.IllegalArgumentException: Invalid size: 0
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148)
	at org.spongepowered.common.item.inventory.lens.impl.AbstractLens.<init>(AbstractLens.java:89)
	at org.spongepowered.common.item.inventory.lens.impl.AbstractLens.<init>(AbstractLens.java:80)
	at org.spongepowered.common.item.inventory.lens.impl.MinecraftLens.<init>(MinecraftLens.java:44)
	at org.spongepowered.common.item.inventory.lens.impl.minecraft.PlayerInventoryLens.<init>(PlayerInventoryLens.java:60)
	at net.minecraft.entity.player.InventoryPlayer.handler$onConstructed$zff000(InventoryPlayer.java:1462)
	at net.minecraft.entity.player.InventoryPlayer.<init>(InventoryPlayer.java:43)
	at li.cil.oc.server.agent.Inventory.<init>(Inventory.scala:18)
	at li.cil.oc.server.agent.Player.<init>(Player.scala:106)
	at li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_$lzycompute(Robot.scala:190)
	at li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_(Robot.scala:190)
	at li.cil.oc.common.tileentity.Robot$$anonfun$updateEntity$1.apply$mcVI$sp(Robot.scala:374)
	at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
	at li.cil.oc.common.tileentity.Robot.updateEntity(Robot.scala:372)
	at li.cil.oc.common.tileentity.RobotProxy.updateEntity(RobotProxy.scala:135)
	at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
	at li.cil.oc.common.tileentity.RobotProxy.func_73660_a(RobotProxy.scala:33)
	at org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:230)
	at net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2826)
	at net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zkc000(WorldServer.java:2813)
	at net.minecraft.world.World.func_72939_s(World.java:6481)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2175)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
	at java.lang.Thread.run(Thread.java:748)

Build: SpongePowered/SpongeForge@3f25197

@Faithcaio
Copy link
Contributor

should be fixed in latest build.
If its not please tell me how to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants