kafeijao / Kafe_CVR_Mods

Collection of Melon Loader mods for ChilloutVR
GNU General Public License v3.0
20 stars 13 forks source link

[TeleportRequest] Method not found: TeleportPlayerTo #50

Closed H3wastooshort closed 2 months ago

H3wastooshort commented 2 months ago

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

kafeijao commented 2 months ago

Which mod version are you using?

Which version of the game are you using?

H3wastooshort commented 2 months ago

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] ------------------------------
kafeijao commented 2 months ago

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?

H3wastooshort commented 2 months ago

Oh, sorry. It's from the CVR ML Assistant, so probably the stable version? I will check when im home.

On 17 June 2024 13:55:27 UTC, kafeijao @.***> wrote:

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?

-- Reply to this email directly or view it on GitHub: https://github.com/kafeijao/Kafe_CVR_Mods/issues/50#issuecomment-2173460732 You are receiving this because you authored the thread.

Message ID: @.***>

H3wastooshort commented 2 months ago

reinstalled from melon assistant, still happens...

kafeijao commented 2 months ago

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~