ThanosSiopoudis / FMScoutFramework

A Real-Time Football Manager scout tool framework written in .NET/Mono for Windows/Linux/OS X
GNU General Public License v2.0
73 stars 26 forks source link

Hanging on Loading #56

Closed jerdeb closed 7 years ago

jerdeb commented 7 years ago

Hi,

I am currently testing and trying out the framework using the test example in this repository. However, when debugging, the application seems to hang on loading, more specifically here:

while (!readable) { memoryAddress -= num3; readable = ProcessMemoryAPI.CanReadAtAddress (pid, (UInt64)memoryAddress, 1); }

I added libprocessmemoryapi.dylib in the bin build folders. I'm using MONO and Mac OS, Fm15.3.2

Any ideas on what I might be doing wrong?

Cheers, J

jerdeb commented 7 years ago

So the issue here was with starting MONO using sudo rights