LBS wrote: ↑Fri Dec 18, 2020 11:00 am
~
Hi,
2018.4.23.13225754 is the Engine version
your problem this is not a problem with my table (or my custom injector)
while
Enable cheat engine runs the mono data collector, this means cheat engine injects the MonoDataCollector64.dll
something fails while cheat engine trys to attach the mono collector.
the MonoDataCollector64.dll is in the
Cheat Engine 7.2\autorun\dlls folder, maybe it helps if you set it also free on your AV/Firewall, or maybe your AV deleted this file (then try reinstall cheat engine)
unfortunately there is not much i can help you coz its a cheat engine related problem
//
edit : you may create a thread on the cheat engine forum, so DarkByte might help you.
i found the error print in the monoscript.lua file:
[Link]
Code: Select all
if (getOperatingSystem()==0) and (getAddressSafe("MDC_ServerPipe")==nil) then
waitForExports()
if getAddressSafe("MDC_ServerPipe")==nil then
print("DLL Injection failed or invalid DLL version")
return 0
end
end
i really cant tell whats going wrong on your system(looks like the mono-symbols export is failing ) i just can say its not a problem with my table/inject.
best of luck!