fugui

Results 1 issues of fugui

项目里分了几个dll,对这些dll的函数都进行了配置 在dll A里面对某方法 A进行ifix修复,方法 A里面声明了无参匿名函数,在dll B里面对某方法 B进行ifix修复,方法 B里面也声明了无参匿名函数 先游戏中先调用了方法A后再调用方法B会出现报错,反之也会出现,报错如下: 10:14:13.861 F02286 @T001 Fatal ArgumentException: method arguments are incompatible IFix.Core.VirtualMachine.Execute (IFix.Core.Instruction* pc, IFix.Core.Value* argumentBase, System.Object[] managedStack, IFix.Core.Value* evaluationStackBase, System.Int32 argsCount, System.Int32...