Latest release not compatible with ReClass.NET v1.1
TETYYS opened this issue · 2 comments
TETYYS commented
Opening "Attach to Process..." dialog after changing Native helper -> Functions provider to "Load Binary" results in this:
System.MissingFieldException: Field not found: 'ReClassNET.Core.EnumerateProcessData.Name'.
at LoadBinaryPlugin.LoadBinaryPluginExt.EnumerateProcesses(EnumerateProcessCallback callbackProcess)
at ReClassNET.Core.CoreFunctionsManager.EnumerateProcesses(Action`1 callbackProcess)
at ReClassNET.Forms.ProcessBrowserForm.RefreshProcessList()
at ReClassNET.Forms.ProcessBrowserForm..ctor(CoreFunctionsManager coreFunctions, String previousProcess)
at ReClassNET.Forms.MainForm.attachToProcessToolStripMenuItem_Click(Object sender, EventArgs e)
KN4CK3R commented
You are right. The plugin needs a current ReClass.NET version. Are you able to compile the current ReClass.NET? If you compile the plugin at this revision dd5ebe0 it may work with ReClass.NET 1.1
TETYYS commented
It works if compiled on latest masters on both