You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
Opening "Attach to Process..." dialog after changing Native helper -> Functions provider to "Load Binary" results in this:
The text was updated successfully, but these errors were encountered: