InjectFix icon indicating copy to clipboard operation
InjectFix copied to clipboard

PatchManager.Load 自定义dll的补丁文件报错

Open cchoop opened this issue 4 years ago • 1 comments

问题一:PatchManager.Load 自定义dll的补丁文件报下面这个错误 System.Exception: instruction magic not match, expect 3067433598421528260, but got 7886488245619157350 at IFix.Core.PatchManager.Load (System.IO.Stream stream, System.Boolean checkNew) [0x00088] in <62e457888a3e49519ce82b221a539c74>:0 at InjectFixManager.TryLoadAndPatchFixFile () [0x00072] in :0 UnityEngine.Debug:LogError(Object) InjectFixManager:TryLoadAndPatchFixFile()

问题二:改了IFixEditor的代码,直接注入Assets/Plugin下面的dll,可以这么操作么?

cchoop avatar Dec 24 '21 07:12 cchoop

第一个问题是因为不小心把meta文件当补丁给load了,请无视,,,

cchoop avatar Dec 24 '21 08:12 cchoop