Bassebombecraft

Bassebombecraft

18.5k Downloads

ServerProxy.getUser(..) failes with error: UnsupportedOperationException

Closed this issue ยท 1 comments

commented

Configuration: physical client / physical server
Error was logged in: physical server

Stacktrace:

[08Jun2020 15:27:25.465] [Server thread/ERROR] [bassebombecraft.BassebombeCraft/]: Stack trace for posting exception:java.lang.UnsupportedOperationException: Operation not supported by server.
	at bassebombecraft.proxy.ServerProxy.getUser(ServerProxy.java:236)
	at bassebombecraft.proxy.ServerProxy.postException(ServerProxy.java:186)
	at bassebombecraft.BassebombeCraft.reportException(BassebombeCraft.java:252)
	at bassebombecraft.BassebombeCraft.reportAndLogException(BassebombeCraft.java:243)
	at bassebombecraft.event.block.ProcessBlockDirectivesEventHandler.processDirective(ProcessBlockDirectivesEventHandler.java:96)
	at bassebombecraft.event.block.ProcessBlockDirectivesEventHandler.handleServerTickEvent(ProcessBlockDirectivesEventHandler.java:60)
	at net.minecraftforge.eventbus.ASMEventHandler_29_ProcessBlockDirectivesEventHandler_handleServerTickEvent_ServerTickEvent.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.hooks.BasicEventHooks.onPreServerTick(BasicEventHooks.java:114)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:782)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
	at java.lang.Thread.run(Unknown Source)


commented

Resolved with commit: ecc5970