SA-MP Forums Archive
MySQL error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL error (/showthread.php?tid=566553)



MySQL error - DutchyXXL - 06.03.2015

Hi, everytime I start my server up I get this error:
samp-server.exe - Entry Point Not Found
The procedure entry point __crtCreateSymbolicLinkW could not be located in the dynamic link library MSVCR110.dll

Not sure on how to fix this as I have all the required files in the samp server dir, and I have the files in the C:/Windows/System32.

Can someone help me please, thanks


Re: MySQL error - Vince - 06.03.2015

This is exactly why you don't just download random DLL files. Placing random files from an untrusted source in the system directory is a recipe for disaster. Install the Microsoft Visual C++ 2012 Redistributable package (32 bit).


Re: MySQL error - DutchyXXL - 06.03.2015

Fixed.