OpenComputers-Robots: Strange behavior & errors

When i place a OC-Robot on the ground the log got floated by errors. It’s always the same error “TileEntityTickPhase”. When i simply ignore the error and continue working with oc follow miss behavior comes up:
-Destroying insert items
-Execute errors of basic functions (like dig() )
-robot disappears on breaking, needs a reconnect to make the robot visible again

latest.log: https://paste.gg/p/anonymous/3e02dbbaa50c4474b7b14fa4b70448e0
Debug.log: https://paste.gg/p/anonymous/80b058c1192c4c899b8597cf2c8ae22e

Versions:
Minecraft : 1.12.2
SpongeAPI : 7.1.0-fb496dbf0
Sponge : 1.12.2-7.1.6
SpongeForge : 1.12.2-2825-7.1.6
Minecraft Forge : 14.23.5.2838
OpenComputer: OpenComputers-MC1.12.2-1.7.4.153

I tried to run without sponge and it works fine. Please tell me when someone need future informations.

Edit: I removed all plugin and the result is, it depends of no plugin just spongeforge itself.

Many thanks,
Flo301

I have seen that Pastebin does not look that good. Here again the same log:

[16:41:52] [Server thread/WARN] [Sponge]: No entity type is registered for class li.cil.oc.server.agent.Player
[16:41:52] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************************************************************************************************/
[16:41:52] [Server thread/ERROR] [Sponge]: /*                                                                                Exception occurred during a PhaseState                                                                                */
[16:41:52] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************************************************************************************************/
[16:41:52] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly                                                                                                                        */
[16:41:52] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this                                                                                                                         */
[16:41:52] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace                                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause.                                                                                                                                                              */
[16:41:52] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************************************************************************************************/
[16:41:52] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase                                                                                                                                              */
[16:41:52] [Server thread/ERROR] [Sponge]: /* The PhaseContext:                                                                                                                                                                                    */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=2019Q3, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}, pos=BlockPos{x=-111, y=74, z=21}, blockMetadata=-1} */
[16:41:52] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@749a0647                                                                                                                                                    */
[16:41:52] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************************************************************************************************/
[16:41:52] [Server thread/ERROR] [Sponge]: /* StackTrace:                                                                                                                                                                                          */
[16:41:52] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: -1                                                                                                                                                         */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.getLens(DynamicLensCollectionImpl.java:95)                                                               */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.get(DynamicLensCollectionImpl.java:89)                                                                   */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.lens.impl.collections.SlotCollection.getSlot(SlotCollection.java:135)                                                                                    */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.lens.impl.DelegatingLens.<init>(DelegatingLens.java:60)                                                                                                  */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.util.ContainerUtil.generateAdapterLens(ContainerUtil.java:341)                                                                                           */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.util.ContainerUtil.generateLens(ContainerUtil.java:247)                                                                                                  */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.item.inventory.util.ContainerUtil.getLens(ContainerUtil.java:217)                                                                                                       */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.inventory.Container.spongeInit(Container.java:1022)                                                                                                                                */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.inventory.Container.detectAndSendChanges(Container.java:1085)                                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.inventory.Container.func_75142_b(Container.java:1074)                                                                                                                              */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.inventory.Container.func_75132_a(Container.java:1061)                                                                                                                              */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.server.agent.AgentContainer.<init>(AgentContainer.scala:18)                                                                                                                            */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.server.agent.Player.<init>(Player.scala:149)                                                                                                                                           */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_$lzycompute(Robot.scala:191)                                                                                         */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_(Robot.scala:191)                                                                                                    */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.Robot$$anonfun$updateEntity$1.apply$mcVI$sp(Robot.scala:375)                                                                                                         */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)                                                                                                                                 */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.Robot.updateEntity(Robot.scala:373)                                                                                                                                  */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.RobotProxy.updateEntity(RobotProxy.scala:149)                                                                                                                        */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)                                                                                                                       */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     li.cil.oc.common.tileentity.RobotProxy.func_73660_a(RobotProxy.scala:34)                                                                                                                         */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:257)                                                                                                       */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:3167)                                                                                                                          */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zme000(WorldServer.java:3151)                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.World.func_72939_s(World.java:6842)                                                                                                                                          */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2290)                                                                                                                              */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)                                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)                                                                                                            */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)                                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)                                                                                                                               */
[16:41:52] [Server thread/ERROR] [Sponge]: /*     java.lang.Thread.run(Unknown Source)                                                                                                                                                             */
[16:41:52] [Server thread/ERROR] [Sponge]: /*  Phases Remaining:                                                                                                                                                                                   */
[16:41:52] [Server thread/ERROR] [Sponge]: /*                                                                                                                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2                                                                                                                                                                                   */
[16:41:52] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-fb496dbf0                                                                                                                                                                          */
[16:41:52] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.6                                                                                                                                                                                */
[16:41:52] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2825-7.1.6                                                                                                                                                                      */
[16:41:52] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838                                                                                                                                                                       */
[16:41:52] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************************************************************************************************/
[16:41:54] [Server thread/WARN] [Sponge]: No entity type is registered for class net.minecraftforge.common.util.FakePlayer

Please report the entire debug.log per the guidelines here: Common Crash Issues [PLEASE READ FIRST]

I’m sorry, i missed that somehow, added to main post

anyone?.. a lot of time has passed