Tencent/InjectFix

对UI事件函数制作补丁,在load补丁的时候会报错

Scorpio1994 opened this issue · 0 comments

如题,在对UI事件函数,比如点击按钮时的响应函数制作补丁,fix和inject阶段都正常执行,在load阶段的时候会报错:
System.Exception: cat not find id field: M1X-LobbyUI-Lobby-LobbyWindow-OnClickModeButton0, for Void OnClickModeButton()
at IFix.Core.PatchManager.getMapId (System.Collections.Generic.List`1[T] idMapArray, System.Reflection.MethodBase method) [0x000b3] in <5296e0dea47f441e96f491565afc3a3e>:0
at IFix.Core.PatchManager.Load (System.IO.Stream stream, System.Boolean checkNew) [0x0085a] in <5296e0dea47f441e96f491565afc3a3e>:0
at InjectFixManager.TryLoadAndPatchFixFile () [0x000a8] in :0
UnityEngine.Debug:LogError(Object)
是injectFix不支持这类函数的修复吗