Steamworks.NET icon indicating copy to clipboard operation
Steamworks.NET copied to clipboard

[IL2CPP] Error ISteamMatchmakingServerListResponse

Open kimlaya opened this issue 1 year ago • 3 comments

Hello, ISteamMatchmakingServerListResponse throws an error

NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code. The method we're attempting to marshal is: Steamworks.ISteamMatchmakingServerListResponse::InternalOnServerResponded at Steamworks.ISteamMatchmakingServerListResponse..ctor (Steamworks.ISteamMatchmakingServerListResponse+ServerResponded onServerResponded, Steamworks.ISteamMatchmakingServerListResponse+ServerFailedToRespond onServerFailedToRespond, Steamworks.ISteamMatchmakingServerListResponse+RefreshComplete onRefreshComplete) [0x00000] in <00000000000000000000000000000000>:0 at MatchmakingServersTest.OnEnable () [0x00000] in <00000000000000000000000000000000>:0

Does anyone know how to solve this?

kimlaya avatar Aug 01 '24 10:08 kimlaya

@kimlaya Did you guys every find a solution for this? We are experiencing the same thing attempting to use a dedicated server with IL2CPP

westonleavitt avatar Apr 18 '25 19:04 westonleavitt