haubna / PhysicsMod

Physics Mod for Minecraft
97 stars 10 forks source link

A Massive Amount of Log Spam[BUG] #723

Closed IceBlossom closed 1 year ago

IceBlossom commented 1 year ago

Describe the bug Whenever moving in a multiplayer server, such as Hypixel or MCC Island, anytime the player moves, tons of warnings get thrown out.

To Reproduce Just move around in a multiplayer server (however, this only affects some servers)

Screenshots/Other Media latest.log https://www.youtube.com/watch?v=oRzTrxJh7So

Minecraft Version: 1.20.1 w/ Sodium 0.5.0 Physics Mod Version: 3.0.6

That number spam is weird too, but I don't think it's related to Physics Mod.

Wreckoning90125 commented 1 year ago

The number spam is definitely also physics mod. I'm having only that issue.

Jim3535 commented 1 year ago

I noticed I have the same issue with the physics mod and the Prism Launcher. It only happens in multiplayer. It also appears that the number spam doesn't make to the actual log file.

What I suspect might be happening is that the physics mod is writing numbers to the console, and the Prism Launcher is picking it up.

I have attached the minecraft log file, as well as the log as captured by Prism while it's running a short session on a test install. This is only with fabric and the Physics mod installed.

latest.log Prism Captured Log.txt

Log screen

haubna commented 1 year ago

The error happens due to a malformed physics mesh. Probably due to some weird things Hypixel does.

haubna commented 1 year ago

@Jim3535 the log spam regarding your issue is fixed with Pro V149 and Lite 3.0.7.

haubna commented 1 year ago

I narrowed the error down. It was due to Hypixel creating entities with a hitbox width/height/depth of 0/0/0 (essentially no hitbox). Fixed in Pro V149 and Lite 3.0.7. Thanks for the report!