Advanced Peripherals

Advanced Peripherals

29M Downloads

Errors when starting server.

Wojbie opened this issue ยท 3 comments

commented

Descripe

When starting CC Playground with latest AP it shows those errors.

Examples:

[29Jul2021 12:34:38.668] [Server thread/WARN] [net.minecraft.tileentity.TileEntity/]: Skipping BlockEntity with id advancedperipherals:redstone_integrator
[29Jul2021 12:34:38.668] [Server thread/ERROR] [net.minecraft.tileentity.TileEntity/]: Failed to load data for block entity advancedperipherals:redstone_integrator
java.lang.NullPointerException: null

and

[29Jul2021 12:34:42.275] [Server thread/ERROR] [computercraft/]: Method class de.srendi.advancedperipherals.common.addons.computercraft.peripheral.PlayerDetectorPeripheral.getPlayersInCoords has generic type java.util.Map<java.lang.String, java.lang.Integer> with non-wildcard argument class java.lang.String.
[29Jul2021 12:34:42.276] [Server thread/ERROR] [computercraft/]: Method class de.srendi.advancedperipherals.common.addons.computercraft.peripheral.PlayerDetectorPeripheral.isPlayersInCoords has generic type java.util.Map<java.lang.String, java.lang.Integer> with non-wildcard argument class java.lang.String.

Steps to reproduce

Actual build is advancedperipherals-0.7a (not on version list.

Here is all errors/warns generated on server side:
latest.log

Version

Own compiled build

Minecraft, Forge and maybe other related mods versions

Forge 36.1.32, MC 1.16.5

Screenshots or Videos

No response

Crashlog/log

No response

commented

Could you try this build?

You can put this version on the server. Client players should be able to join without it.

commented

I can confirm that provided build don't generate errors. It seems to run fine. Gonna leave CC Playground on it to do long term test.
Thank you.

commented

This is already fixed in 0.7r, forgot to close this