Oculus

Oculus

48M Downloads

Oculus 1.18.2 Incorrectly Sided

MattB70 opened this issue ยท 0 comments

commented

What happened?

Cannot connect to a server that does not have Oculus loaded as the client expects the server to have Oculus loaded. Oculus is not client sided.

Screenshots

No response

Relevant log output

CLIENT LOG:

[12May2022 13:57:03.823] [Render thread/INFO] [net.minecraft.client.gui.screens.ConnectScreen/]: Connecting to localhost, 25565
[12May2022 13:57:04.730] [Netty Client IO #0/ERROR] [net.minecraftforge.network.NetworkRegistry/NETREGISTRY]: Channels [abi:main_simple_channel] rejected their server side version number
[12May2022 13:57:04.730] [Netty Client IO #0/ERROR] [net.minecraftforge.network.HandshakeHandler/FMLHANDSHAKE]: Terminating connection with server, mismatched mod list
[12May2022 13:57:05.985] [Netty Client IO #3/ERROR] [net.minecraftforge.network.NetworkRegistry/NETREGISTRY]: Channels [abi:main_simple_channel] rejected their server side version number during listping
[12May2022 13:57:05.990] [Netty Client IO #3/INFO] [net.minecraftforge.client.ForgeHooksClient/CLIENTHOOKS]: Client has mods that are missing on server: [torohealth, rubidium, oculus]

SERVER LOG:
[13:57:04] [User Authenticator #1/INFO] [minecraft/ServerLoginPacketListenerImpl]: UUID of player Cupcake70 is ce3a86d4-bd9d-4dc0-ba39-e4858a13e848
[13:57:04] [Server thread/INFO] [minecraft/ServerLoginPacketListenerImpl]: com.mojang.authlib.GameProfile@10d9e649[id=ce3a86d4-bd9d-4dc0-ba39-e4858a13e848,name=Cupcake70,properties={textures=[com.mojang.authlib.properties.Property@18fe54bb]},legacy=false] (/127.0.0.1:63037) lost connection: Disconnected

Minecraft Version

Minecraft 1.18.2

Iris Version

Oculus mc1.18.2-1.2.4

Sodium Version

rubidium-0.5.2a

Operating System

Client and Server on Windows 10

What is your GPU?

RTX 2080

Java Version

Java 17

Additional context

Forge siding is simple, here is the reference. The bottom of the page shows the one liner fix.
https://mcforge.readthedocs.io/en/latest/concepts/sides/

Otherwise, this has been working flawlessly. Great port!