Fedoraware / Fedoraloader-Legacy

11 stars 8 forks source link

i cant inject the hack #3

Closed Britishkun closed 2 years ago

Britishkun commented 2 years ago

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

** Exception Text ** System.ComponentModel.Win32Exception (5): Access is denied. at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited) at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited) at System.Diagnostics.Process.GetOrOpenProcessHandle() at System.Diagnostics.Process.get_Handle() at Fedoraloader.MainWindow.Inject(Process pProcess, String pFileName) at Fedoraloader.MainWindow.RunLoader() at Fedoraloader.MainWindow.b__8_0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Fedoraloader.MainWindow.btnLoad_Click(Object sender, EventArgs e) at System.Threading.Tasks.Task.<>c.b128_0(Object state)

lnx00 commented 2 years ago

Did you run Fedoraloader as administrator?

Britishkun commented 2 years ago

yes

lnx00 commented 2 years ago

And you didn't start TF2 as administrator?

Britishkun commented 2 years ago

https://i.imgur.com/TEV7AbA.png how do i start

lnx00 commented 2 years ago

You don't, that's the thing. Just start Steam and TF2 regular. Something is preventing Fedoraloader from accessing the game process on your computer. Maybe some antivirus, or insufficient permissions.

Britishkun commented 2 years ago

i dont using any antivuris program or win def

lnx00 commented 2 years ago

Then I sadly don't have any solution for you. The loader seems to be working fine for everyone else and the only hint that the Exception Text is giving me is, that the access to the game process was denied while injecting (or while opening the process handle to be more specific).