Bassebombecraft

Bassebombecraft

18.5k Downloads

ClientProxy.getNetworkChannel() fails with error: UnsupportedOperationException: Operation not supported by physical client w/ logical client.

Closed this issue ยท 1 comments

commented

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

[06Jun2020 16:42:54.793] [Render thread/ERROR] [bassebombecraft.BassebombeCraft/]: Operation not supported by physical client w/ logical client.
[06Jun2020 16:42:54.794] [Render thread/ERROR] [bassebombecraft.BassebombeCraft/]: java.lang.UnsupportedOperationException: Operation not supported by physical client w/ logical client.
	at bassebombecraft.client.proxy.ClientProxy.getNetworkChannel(ClientProxy.java:292)
	at bassebombecraft.item.action.mist.block.GenericBlockMist.renderMist(GenericBlockMist.java:212)
	at bassebombecraft.item.action.mist.block.GenericBlockMist.render(GenericBlockMist.java:192)
	at bassebombecraft.item.action.mist.block.GenericBlockMist.onUpdate(GenericBlockMist.java:98)
	at bassebombecraft.item.book.GenericRightClickedBook.inventoryTick(GenericRightClickedBook.java:122)
	at net.minecraft.item.ItemStack.inventoryTick(ItemStack.java:478)
	at net.minecraft.entity.player.PlayerInventory.tick(PlayerInventory.java:292)
	at net.minecraft.entity.player.PlayerEntity.livingTick(PlayerEntity.java:531)
	at net.minecraft.client.entity.player.ClientPlayerEntity.livingTick(ClientPlayerEntity.java:810)
	at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2261)
	at net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity.java:236)
	at net.minecraft.client.entity.player.ClientPlayerEntity.tick(ClientPlayerEntity.java:195)
	at net.minecraft.client.world.ClientWorld.updateEntity(ClientWorld.java:182)
	at net.minecraft.world.World.guardEntityTick(World.java:576)
	at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:152)
	at net.minecraft.client.Minecraft.runTick(Minecraft.java:1452)
	at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:937)
	at net.minecraft.client.Minecraft.run(Minecraft.java:554)
	at net.minecraft.client.main.Main.main(Main.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
	at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:102)

commented

Resolved with commit: 59c9edc