My friend is having a problem with activiting the bot after attaching.
here is the error:
Code:
System.ComponentModel.Win32Exception: Nie wszystkie wywoływane uprawnienia lub grupy są przypisane komputerowi wywołującemu
w System.Diagnostics.Process.SetPrivilege(String privilegeName, Int32 attrib)
w System.Diagnostics.Process.EnterDebugMode()
w Magic.BlackMagic.Open(Int32 ProcessId)
w Magic.BlackMagic.OpenProcessAndThread(Int32 dwProcessId)
w SGather.Functions.Apps.Initialize()
w SGather.Forms.Main.Main_Shown(Object sender, EventArgs e)
w System.Windows.Forms.Form.OnShown(EventArgs e)
w System.Windows.Forms.Form.CallShownEvent()
w System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
w System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
w System.Threading.ExecutionContext.runTryCode(Object userData)
w System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
w System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
w System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
w System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
w System.Windows.Forms.Control.InvokeMarshaledCallbacks()
************** Zestawy załadowane **************
mscorlib
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SGather
Wersja zestawu: 1.0.0.0
Wersja Win32: 1.0.0.0
CodeBase: file:///D:/SGather_1.13623.1/SGather.exe
----------------------------------------
System.Windows.Forms
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
MyWoW
Wersja zestawu: 1.0.0.0
Wersja Win32: 1.0.0.0
CodeBase: file:///D:/SGather_1.13623.1/MyWoW.DLL
----------------------------------------
mscorlib.resources
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
{77d17c66-fd55-4d6c-bf53-f7f2a2d83f58}
Wersja zestawu: 0.0.0.0
Wersja Win32: 1.0.0.0
CodeBase: file:///D:/SGather_1.13623.1/MyWoW.dll
----------------------------------------
BlackMagic
Wersja zestawu: 1.0.0.0
Wersja Win32: 1.0.0.0
CodeBase: file:///D:/SGather_1.13623.1/SGather.exe
----------------------------------------
fasmdll_managed
Wersja zestawu: 1.0.3262.20709
Wersja Win32:
CodeBase: file:///C:/Users/Paweł/AppData/Local/Temp/%7Bee7b27d4-1b78-4e1e-9bc7-625a7cbe2131%7D/fasmdll_managed.dll
----------------------------------------
msvcm90
Wersja zestawu: 9.0.30729.4926
Wersja Win32: 9.00.30729.4926
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.dll
----------------------------------------
System.Windows.Forms.resources
Wersja zestawu: 2.0.0.0
Wersja Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
He is using a MSI Laptop GX 740
He has latest .net frameworks
he is running in window mode
He tried activating when in character selection screen
After all this it still does not work. What could be the problem?