.DLL problem of MYSQL R34 BlueG's -
Ballu Miaa - 17.12.2013
Dear Members,
I recently updated to
MYSQL R34 version of the
BlueG's plugin. I am able to compile the game mode using all new cache functions.
So once i started to run the game mode. It showed me this error. I do have the correct plugin.
Then i searched and read of threads and found the link below which actually installed MSVCP110.dll
http://www.microsoft.com/en-gb/downl....aspx?id=30679
After installing the above package. Now i see this error.
Is there anyone who can help me and knows what to do?
Regards,
Ballu Miaa
Re: .DLL problem of MYSQL R34 BlueG's -
newbie scripter - 17.12.2013
****** it and download it,u will see a url: “
www.ddl-files.com\blah”, click it. download the dll.rar (the rar which contains only the .dll not dll fixer.) open the rar and extract its file into the place where u have “samp_server.exe” . if it shows another file is missing, do the same method.
Re: .DLL problem of MYSQL R34 BlueG's -
Vince - 17.12.2013
Don't ever do the above.
A DLL is a library that's part of a bigger whole. In this case the
Micro
soft
Visual
C++ 2012
Runtime libraries.
http://www.microsoft.com/en-us/downl....aspx?id=30679
Edit: Scratch that. Seems you already tried that. Try running the static version of the plugin.
Re: .DLL problem of MYSQL R34 BlueG's -
Ballu Miaa - 17.12.2013
Quote:
Originally Posted by newbie scripter
****** it and download it,u will see a url: “ www.ddl-files.com\blah”, click it. download the dll.rar (the rar which contains only the .dll not dll fixer.) open the rar and extract its file into the place where u have “samp_server.exe” . if it shows another file is missing, do the same method.
|
Quote:
Originally Posted by Vince
Don't ever do the above.
|
Quote:
Originally Posted by Vince
|
Quote:
Originally Posted by Ballu Miaa
|
So i dont know what to do now.
Suggestion from Seif - Degrade to a lower version of this plugin.
Will that work?
Re: .DLL problem of MYSQL R34 BlueG's -
newbie scripter - 17.12.2013
Quote:
Originally Posted by Vince
Don't ever do the above.
A DLL is a library that's part of a bigger whole. In this case the Micro soft Visual C++ 2012 Runtime libraries. http://www.microsoft.com/en-us/downl....aspx?id=30679
Edit: Scratch that. Seems you already tried that. Try running the static version of the plugin.
|
but it worked for me .-.
Re: .DLL problem of MYSQL R34 BlueG's -
Ballu Miaa - 17.12.2013
Quote:
Originally Posted by newbie scripter
****** it and download it,u will see a url: “ www.ddl-files.com\blah”, click it. download the dll.rar (the rar which contains only the .dll not dll fixer.) open the rar and extract its file into the place where u have “samp_server.exe” . if it shows another file is missing, do the same method.
|
Quote:
Originally Posted by newbie scripter
but it worked for me .-.
|
Well its not recommended, i still tried doing it. It does not work.
I also read more threads and saw that registering the dll works via regsvr32 msvcp110 command on run
I got this error there too.
EDIT:
On the microsoft website its requirements are as follows:
Supported Operating System
Windows 7 Service Pack 1, Windows 8, Windows 8.1, Windows Server 2003, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Vista Service Pack 2, Windows XP
Hardware Requirements:
1.6 GHz or faster processor
1 GB of RAM (1.5 GB if running on a virtual machine)
10 GB of available hard disk space
5400 RPM hard drive
DirectX 9-capable video card running at 1024 x 768 or higher display resolution
----------------------------------------------------------------------------------
I do not have 10 GB free hard disk on any of the drives. C has like 7 GB free and others have less. Do you think this is the problem? Shall i free some space from C drive? or others?
Re: .DLL problem of MYSQL R34 BlueG's -
Ballu Miaa - 18.12.2013
Now after almost freeing 5GB space on my C Local Drive to make it 10+ GB. R34 is still the same. I also tried using R7. It loads perfectly but it does not have a lot of new native's i wanted to use. Is there someone who has BlueG's R15 Plugin?
Help will be highly appreciated.
Re: .DLL problem of MYSQL R34 BlueG's -
maddinat0r - 18.12.2013
Did you installed the 32bit redistributables? If not, please do so.
EDIT:
Just found a working resistributable I uploaded some time ago, try installing it:
http://www.solidfiles.com/d/dcb62ce7e5/
Re: .DLL problem of MYSQL R34 BlueG's -
Ballu Miaa - 18.12.2013
Quote:
Originally Posted by maddinat0r
Did you installed the 32bit redistributables? If not, please do so.
EDIT:
Just found a working resistributable I uploaded some time ago, try installing it: http://www.solidfiles.com/d/dcb62ce7e5/
|
Thanks to GITHUB for giving me your email lol. I am lucky that the Plugin developer took a time to provide support to me. I installed the above package > Restarted my pc > Plugin version R15 Works. Now i am gonna try R34 too.
PS
Perfectly works for R34 as well now. Thank you so much.
Also i want to ask about ORM aka Object Relational Mapping. Is ORM a part of DBMS?
Re: .DLL problem of MYSQL R34 BlueG's -
maddinat0r - 18.12.2013
Quote:
Originally Posted by Ballu Miaa
Thanks to GITHUB for giving me your email lol. I am lucky that the Plugin developer took a time to provide support to me. I installed the above package > Restarted my pc > Plugin version R15 Works. Now i am gonna try R34 too.
PS
Perfectly works for R34 as well now. Thank you so much.
Also i want to ask about ORM aka Object Relational Mapping. Is ORM a part of DBMS?
|
No problem, glad I could help.
Yes, it's a kind of DBMS, you can find a link to a tutorial in my signature.