Page 1 of 4 123 ... LastLast
Results 1 to 15 of 48
  1. #1
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy

    The PROPER way to fix msvcr100.dll, msvcr100d.dll or d3dx9_*.dll errors.

    In the Combat Arms section, I see that a lot of people get the problem of missing msvcr100.dll, msvcr100d.dll, msvcp100.dll or d3dx9_*.dll errors. There are many ways to fix them but one of the most common is to Google the file name and just download the file from the internet from DLL sites. This can be dangerous as you might be downloading the wrong one and you could make your system unstable.

    What does msvcr100d and msvcp100 mean?
    MS = Microsoft
    V = Visual
    C = C or CP = C++
    R = Runtime
    100 = Version
    D = Debug

    How do I do it properly and safely?
    Use Microsoft's official installers/redistributables to fix these problems.

    Note about missing DLLs ending with a 'D'
    This means whoever coded the application/hack didn't build it in Release mode meaning you'll have problems running it if you aren't a programmer. The only way (which I said not to do before) is to find the DLL manually on the internet and place it into the C:\Windows\system32 folder. I am not responsible for anything that happens when you do this though. You can find some of them here.

    Where can I find them?
    To fix any msvcr100.dll or msvcp100.dll errors, you need to install the Microsoft Visual C++ 2010 SP1 Redistributable. Download the one that matches your computer's architecture (32-bit or 64-bit). Note that if you are running 64-bit, INSTALL BOTH.
    Download: Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) - Microsoft Download Center - Download Details (32-bit)
    Download: Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) - Microsoft Download Center - Download Details (64-bit)

    If you are getting mscvr110.dll or msvcp110.dll errors, install the Visual Studio C++ Redistributable 2012. You can find it here:
    https://www.microsof*****m/en-us/downl....aspx?id=30679
    Make sure to DELETE any msvcr100.dll or msvcr100d.dll files from your Combat Arms folder.
    If you are asked to repair the installation, do it.

    To fix any d3dx9_*.dll errors, use the DirectX Web Installer and make sure to install optional components.
    Download: DirectX End-User Runtime - Microsoft Download Center - Download Details


    How do I know if I'm running a 32-bit or 64-bit OS?

    Please follow the instructions for your OS. (These were taken from Microsoft Support)

    Windows Vista/7
    1. Click Start [img]https://support.microsof*****m/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg[/img], type system in the Start Search box, and then click system in the Programs list.
    2. When System Summary is selected in the navigation pane, the operating system is displayed as follows:
    • For a 64-bit version operating system: 64-bit Operating System appears for the System type under System.
    • For a 32-bit version operating system: 32-bit Operating System appears for the System type under System.

    Windows XP
    1. Click Start, and then click Run.
    2. Type sysdm.cpl, and then click OK.
    3. Click the General tab. The operating system is displayed as follows:
    • For a 64-bit version operating system: Windows XP Professional x64 Edition Version < Year> appears under System.
    • For a 32-bit version operating system: Windows XP Professional Version <Year> appears under System.
    Note <Year> is a placeholder for a year.

    I'm a coder, how can I prevent this from happening to people when they use my hacks?
    If you are a coder and use Visual Studio 2010 or Visual C++ 2010 Express, you should tell users to install the redistributable before using the hack. You can also 'statically link' the DLLs required so the user doesn't need to install anything at all! It basically embeds the data required inside your hack.

    EDIT - If you are using Visual Studio 2012, make sure to change the Platform Toolkit via the Project Properties to Visual Studio 2012 (v100) otherwise it will NOT work for users on Windows XP! Click here for an image.

    How to statically link the DLLs:
    1. In Visual Studio, right-click on your project and click Properties.
    2. Change the Configuration to Release (at the top).
    3. Click on Configuration Properties > C/C++ > Code Generation
    4. Change the Runtime Library option to Multi-threaded (/MT)
    5. Click OK and rebuild your project (right-click on your project and click Rebuild).
    The new copy of your hack should be in your project's Release folder.

    Why would I want to change the configuration from Debug to Release?
    Firstly, most computers do not have the Debug version of the DLL (msvcr100d.dll). It's recommended that you release all your hacks in Release mode (make sense right?). It will also remove some safety stuff that's only required during testing and will generally improve the speed/performance of your hack because the compiler often optimises the code more. The same thing even applies to applications coded in .NET, the only difference is you can't statically link anything.




    You can try to use MPGHFIXIT to automatically fix the msvcr*.dll errors
    Last edited by master131; 09-30-2012 at 05:06 AM. Reason: Edit on Request
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  2. The Following 35 Users Say Thank You to master131 For This Useful Post:

    aeronyx (06-07-2012),B00ST3R- (01-06-2013),[MPGH]BACKD00R (05-27-2012),Baschi (03-31-2013),BrianV12 (01-06-2013),BUDSMKER89 (07-20-2012),Clutching (10-03-2012),Drake (05-27-2012),[MPGH]Flengo (05-30-2012),gamersl (11-01-2013),Genoble (12-13-2012),GuerillaMo (06-16-2014),hemocool (07-09-2013),[MPGH]Hennessy (03-05-2013),iloliasian (01-13-2013),kaviya1 (09-24-2012),Lovroman (07-10-2014),maniacsound666 (06-21-2012),[MPGH]Mayion (07-31-2014),Mrpivot (02-24-2013),Nayeef (07-11-2012),nekromantik (02-04-2013),Perke456 (10-26-2013),PutMyTapeBackOnTheRack (07-26-2012),rdewd (11-11-2012),Riu (08-02-2016),Royce (01-11-2014),Synthesised (10-29-2012),thijsduijker (04-07-2013),wademckinnon4 (10-02-2012),waifuca (04-03-2014),Xipher (06-18-2012),XxkyorakuxX (06-17-2012),[SMA] Paradise` (09-29-2012),~Psi~ (06-23-2012)

  3. #2
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    That's what I always post and they go download DLLs.

  4. The Following User Says Thank You to Stevenom For This Useful Post:

    [MPGH]master131 (05-27-2012)

  5. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy
    Quote Originally Posted by Stevenom View Post
    That's what I always post and they go download DLLs.
    Probably because the old sticky is still there. Kill the old sticky and stick this one? I don't want to do it because I'd feel like I'm just abusing my powers.
    @Paladin, @Eminem, @flameswor10, @aeronyx, @BACKD00R, @Blaze
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. #4
    kevi3434's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Australia
    Posts
    491
    Reputation
    24
    Thanks
    45
    My Mood
    Psychedelic
    Good Guide! Should be stickied Watch all the help requests for MSVCR fo down.

  7. #5
    Drake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Belgium,Oost-Vlaanderen
    Posts
    12,680
    Reputation
    1801
    Thanks
    4,929
    / Stickied

    Good job master ;3

  8. #6
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    @master131, Make an copy this for CF section!!


    and my hack is compiled in Release
    Last edited by BACKD00R; 05-27-2012 at 12:26 PM.



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  9. #7
    Beatz's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In your head.
    Posts
    2,118
    Reputation
    66
    Thanks
    321
    My Mood
    Stressed
    Nice guide, this is going to help people. I did the same thing you said, very helpful.
    Don't Talk If You Can't Do.


  10. #8
    Blade™'s Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    3
    put file in system 32 folder and my combat arms folder, and have both Microsoft Visual C++ 2010 SP1 Redistributable's installed. error still comes up. help?

  11. #9
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by Blade™ View Post
    put file in system 32 folder and my combat arms folder, and have both Microsoft Visual C++ 2010 SP1 Redistributable's installed. error still comes up. help?
    Make a post in the help section?

    Make sure it's in your SYSWOW64 folder if your running 64 bit as well.

  12. #10
    hansmcsplode's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    This may sound stupid, but im running parallels on my mac and i get the same problem and ive placed the dll in my ca, and system 32 (i installed 32 bit) so i dont have a syswow 64, its still giving me the problem, thoughts?

  13. #11
    shahadin14's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    bro, help me i download the mscvp100.dll file, wen i run the hacks it say Engine.exe -Bad Image
    C;dows/system32/MSVCR100.dll is either not designed to run on windows or it contains an error. try installing the prgram again usin the original installation media or contact your ststem administartor or the softwaere vendor for support.

    help me bro, i cnt load any hacks nw

  14. #12
    synthemyth's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    You just fixed days of grunting, hair pulling, frustration with 2 VERY EASY downloads. TY!!!! =)

  15. #13
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy
    Quote Originally Posted by shahadin14 View Post
    bro, help me i download the mscvp100.dll file, wen i run the hacks it say Engine.exe -Bad Image
    C;dows/system32/MSVCR100.dll is either not designed to run on windows or it contains an error. try installing the prgram again usin the original installation media or contact your ststem administartor or the softwaere vendor for support.

    help me bro, i cnt load any hacks nw
    You should be using the installers, not downloading the DLL by itself.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  16. #14
    ~Psi~'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    10
    My Mood
    Amazed
    Thank you so much!
    I finally fixed my error

    Rep+ and Thanked

    I wasted so much time downloading the same old msvcr100.dll file over and over again
    [IMG]https://i1168.photobucke*****m/albums/r488/thetommyluo/GameSOTW.jpg[/IMG]

  17. #15
    sjkonvict's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Smoking Your Dads Cigars!!!
    Posts
    83
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    ok i hvae installed both of them before doing that i deleted the dll file which i had placed in Ca folder now there is no MSVCR100.dll in Ca Folder Although i have installed both the swoftwere you listed And im still getting the same error i checked the system32 folder and the msvcr100.dll file was there do i have to copy that file and paste it in ca folder cuz if thats the case then i have already tried that and didnt work plz help me its really getting annoying :S

  18. The Following 2 Users Say Thank You to sjkonvict For This Useful Post:

    badass34 (07-07-2012),Mysticpez (11-20-2012)

Page 1 of 4 123 ... LastLast

Similar Threads

  1. The proper way to increase your FPS skill
    By Autobot in forum Combat Arms Tutorials
    Replies: 11
    Last Post: 06-19-2012, 11:21 AM
  2. How to inject hacks THE PROPER WAY
    By J in forum Piercing Blow Discussions
    Replies: 11
    Last Post: 03-07-2011, 06:48 PM
  3. The PROPER way to "/Request ban"
    By Disturbed in forum Combat Arms Discussions
    Replies: 34
    Last Post: 02-17-2011, 10:02 PM
  4. The Easiest way to Fix Almost All Simple Viruses!
    By bomb0324 in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 07-31-2010, 07:06 AM
  5. [Release] The REAL way to fix Strifes Chams.
    By PyroCorona in forum Combat Arms Hacks & Cheats
    Replies: 62
    Last Post: 09-07-2008, 04:39 PM