[TeleportRequest] Method not found: TeleportPlayerTo
Closed this issue · 6 comments
Tried to TP to someone, got this in console after she accepted the request.
[03:02:43.355] [RequestLib] Error during HandleTimeouts()
[03:02:43.356] [RequestLib] System.MissingMethodException: Method not found: void ABI_RC.Systems.Movement.BetterBetterCharacterController.TeleportPlayerTo(UnityEngine.Vector3,UnityEngine.Vector3,bool,bool)
at Kafe.RequestLib.ModNetwork.HandleTimeouts () [0x0004d] in F:\Documents\JetbrainsProjects\RiderProjects\ChilloutVR\Kafe_CVR_Mods\RequestLib\ModNetwork.cs:429
this repeats every second
Which mod version are you using?
- The one published on ML (same as the latest release one)
- One of the preview (experimental) releases
Which version of the game are you using?
- Stable
- Experimental
sorry for forgetting that. stable
[22:31:42.099] ------------------------------
[22:31:42.099] Game Name: ChilloutVR
[22:31:42.100] Game Developer: Alpha Blend Interactive
[22:31:42.101] Unity Version: 2021.3.23f1
[22:31:42.101] Game Version: 2024r175
[22:31:42.101] -----------------------------
[22:32:22.334] ------------------------------
[22:32:22.335] TeleportRequest v0.0.6
[22:32:22.335] by kafeijao
[22:32:22.336] Assembly: TeleportRequest.dll
[22:32:22.336] ------------------------------
Unfortunately I don't change the version on experimental builds.
So the on from MelonLoader and the one from the preview releases for experimental have the same version
Do you know where you got the mod from?
reinstalled from melon assistant, still happens...
It seems there was a change in the telport function, but since the method signature didn't change it didn't give me compile errors so I completely missed it. Thanks for the report.
I've updated the .dll
on https://github.com/kafeijao/Kafe_CVR_Mods/releases/download/r68/TeleportRequest.dll
I've also submit an updated version to the CVRMG, so you're also able to wait for it to be available there.
Thanks for the report~