Facepunch / sbox-issues

175 stars 12 forks source link

Exception when calling 'Update' on PlayerController #5429

Closed kirillcarmaker closed 6 months ago

kirillcarmaker commented 6 months ago

Describe the bug

so i tried to play s&box for the first time and the player movement is broken

To Reproduce

Exception when calling 'Update' on PlayerController on (Player - Kirill_Carmaker)

Expected behavior

Work normaly like others do

Media/Files

No response

Additional context

No response

badandbest commented 6 months ago

Is this a problem with s&box or a problem in a specific gamemode?

kirillcarmaker commented 6 months ago

Is this a problem with s&box or a problem in a specific gamemode?

s&box

PinkBunnyBun commented 6 months ago

I'm also dealing with the same issue. This happens on any game mode I join in S&Box.

UnknownDev37 commented 6 months ago

same

handsomematt commented 6 months ago

what is the exception https://docs.facepunch.com/s/sbox-dev/doc/reporting-errors-2OTPIafqCJ

handsomematt commented 6 months ago

exception from other issue

2024/04/29 22:31:51.4416    [GameMenu] Exception when calling 'FixedUpdate' on PlayerController on (Player - awd)   System.Exception: Default Surface not found!
   at Sandbox.Surface.FindByIndex(Int32 index)
   at Sandbox.PhysicsTraceResult.From(Result& result)
   at Sandbox.PhysicsTraceBuilder.GetResult()
   at Sandbox.PhysicsTraceBuilder.Run()
   at Sandbox.Scene.RunTrace(SceneTrace trace)
   at Sandbox.SceneTrace.Run()
   at Sandbox.CharacterController.TryUnstuck()
   at Sandbox.CharacterController.Move()
   at PlayerController.MovementInput() in PlayerController.cs:line 135
   at Sandbox.Component.ExceptionWrap(String name, Action a)