Quote from: GrO on August 21, 2020, 01:05 PMQuote from: Bl4st3r on August 21, 2020, 09:45 AM
LoadLibrary failed: Error 0000007E, what to do now? i have all the sources and dll file in my directoryQuote from: terion on August 11, 2020, 10:33 AM
your pc is missing Visual C++ Redistributable Runtimes (2015-2019) - here is a link to all-in-one installer: https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/
btw, WA's warning message should be made more clear about the cause of error 0x7E to avoid confusion. ideally, it should list all missing DLL dependencies and suggest to try installing msvc runtimes, madshi's madCodeHook. If you ever stumble over similar issue, try running Dependency Walker https://www.dependencywalker.com/ to identify missing libraries.
Thanks for the help!