Page 1 of 8 123 ... LastLast
Results 1 to 15 of 106
  1. #1
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish

    Facing The "Missing DLL X,Y,Z" Issue? Read How To Fix It Here!

    Hello, everyone. Considering that the majority of you guys still doesn't know how to fix the issue in question, I have decided to make this thread in order to let you all know how to fix it properly. Make sure to read it all until the end.

    Notice: The MSCVCP Modules are needed for VC++ Files, (Visual Studio C++ compiled files). Also, if you are getting the "Missing ucrtbased.dll" issue, then install the Visual Redistributable C++ Package For Visual Studio 2015 and it should fix it.

    The following are the respective numbers of each Visual Studio software version:
    • 90 - Visual Studio 2008.
    • 100 - Visual Studio 2010.
    • 110 - Visual Studio 2012.
    • 120 - Visual Studio 2013.
    • 140 - Visual Studio 2015.

    As the User:

    Download the one your computer doesn't have installed yet and install it.

    As the Developer:
    Compile with /MT.
    Last edited by Hunter; 05-18-2016 at 09:27 AM.

  2. The Following 40 Users Say Thank You to Yemiez For This Useful Post:

    235026 (02-04-2016),50leaks (08-27-2019),a26401618 (01-31-2016),Adrenaline (01-26-2016),AidanCS (12-08-2015),apocalipZZ (12-10-2015),AshBurnerX (03-31-2016),axcel589 (02-10-2016),bannedhacker03 (01-24-2016),cunikcze (12-08-2015),[MPGH]Cursed (12-10-2015),DarknzNet (07-01-2016),DazorsLife (08-04-2016),desnicar (02-23-2017),dssnet (12-16-2015),Dysfunction (02-12-2016),Ekstazy. (02-15-2016),emihrebus212 (05-01-2019),gumber (01-26-2016),Hunter (12-08-2015),IIonions (01-11-2016),imbailey (02-07-2016),jijok (06-23-2016),jwxfree (10-29-2019),KiwiAndOranges (06-16-2016),KMWTW (04-07-2017),leshjkee (02-08-2016),lironthehacker136 (08-13-2016),MegaBlax (02-25-2016),Mrs Julie (09-24-2016),negrojew (06-10-2016),Not Officer (04-02-2016),PhY'z (12-08-2015),prolife200 (12-14-2015),Radu97 (12-09-2015),reconbr153 (01-04-2016),SuperPuper (05-04-2016),taylong (02-14-2016),TN4m2j7tMMb2WlhuncWN (06-08-2022),xethanskiex143 (05-07-2016)

  3. #2
    cunikcze's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    192.168.0.100
    Posts
    223
    Reputation
    10
    Thanks
    2,677
    My Mood
    Happy
    thanks for the update

  4. #3
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Or just compile with /MT.

    Doesn't work with /clr though.
    Last edited by WasserEsser; 12-08-2015 at 01:12 PM.

  5. The Following User Says Thank You to WasserEsser For This Useful Post:

    Yemiez (12-09-2015)

  6. #4
    berkayxxl's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    thank you!

  7. The Following User Says Thank You to berkayxxl For This Useful Post:

    Yemiez (12-14-2015)

  8. #5
    whaty's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I downloaded the vc_redist.x86.exe i am still getting missing mscvcp140.dll

  9. #6
    dssnet's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    im done download all but still got problem "MSVCP140D.dll" is missing

  10. #7
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by whaty View Post
    mscvcp140.dll

    Quote Originally Posted by dssnet View Post
    im done download all but still got problem "MSVCP140D.dll" is missing
    Restart your computers!
    Last edited by Yemiez; 12-16-2015 at 09:06 AM.

  11. #8
    Mikoto Suoh's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
    Posts
    117
    Reputation
    10
    Thanks
    12
    My Mood
    Psychedelic
    Quote Originally Posted by Yamiez View Post

    The MSCVCP Modules are needed for VC++ Files (Visual studio C++ compiled files)

    NOTE IF YOU GET "Missing ucrtbased.dll" DOWNLOAD AND INSTALL THE VISUAL STUDIO 2015 REDIST!

    The following are the version numbers for each visual studio:
    • 90 - Visual Studio 2008
    • 100 - Visual Studio 2010
    • 110 - Visual Studio 2012
    • 120 - Visual Studio 2013
    • 140 - Visual Studio 2015


    As the user:
    Here are the Microsoft download links for the redistributable files (x86 installer):
    Visual studio 2008 (MSCVCP90.dll etc)
    Visual studio 2010 (MSCVCP100.dll etc)
    Visual studio 2012 (MSCVCP110.dll etc)
    Visual studio 2013 (MSCVCP120.dll etc)
    Visual studio 2015 (MSCVCP140.dll etc)

    Download the one you need and install it.

    As the developer:
    Compile with /MT
    https://prntscr.com/9fnq3p
    Help me pls error
    Red King Mikoto Suoh
    "K" Return of King

  12. #9
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by Mikoto Suoh View Post
    https://prntscr.com/9fnq3p
    Help me pls error
    Please atleast translate the error message, or google it.

  13. #10
    Mikoto Suoh's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
    Posts
    117
    Reputation
    10
    Thanks
    12
    My Mood
    Psychedelic
    Quote Originally Posted by Yamiez View Post
    Please atleast translate the error message, or google it.

    Sorry, this here the translation of everything written

    The installation failed: one or more problems caused the installation failed.Please correct them and try to install again.For more information, see the log file. 0x80240017 error not specified.

    I tried to install 4x new but the error persists
    Red King Mikoto Suoh
    "K" Return of King

  14. #11
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by Mikoto Suoh View Post
    see the log file
    Do what is says and PM me the contents of the log file.

  15. #12
    Mikoto Suoh's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
    Posts
    117
    Reputation
    10
    Thanks
    12
    My Mood
    Psychedelic
    Quote Originally Posted by Yamiez View Post
    Do what is says and PM me the contents of the log file.
    I tried all forms but I think it should be system error the dll not installs, nor even by downloading it and putting in the System32 folder
    Red King Mikoto Suoh
    "K" Return of King

  16. #13
    RoebenPierce's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Got 0xc000007b error. why?

  17. #14
    7151921's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Rio de Janeiro
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    Can you pass to me the link of framework? :'(

  18. #15
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by 7151921 View Post
    Can you pass to me the link of framework? :'(
    Why so lazy? Its in this section!

    https://www.mpgh.net/forum/showthread.php?t=1048979

Page 1 of 8 123 ... LastLast

Similar Threads

  1. [Tutorial] Best way to solve the "missing msvcr100.dll" problem
    By chaohan715 in forum Dragon Nest Hacks & Cheats
    Replies: 4
    Last Post: 12-18-2012, 05:19 AM
  2. For those of you with the msvcr100.dll issue
    By satindemon4u in forum Combat Arms Help
    Replies: 7
    Last Post: 10-05-2010, 02:38 PM
  3. ATTN: Everyone with "Missing DLL Issues"
    By McGinley in forum Combat Arms Help
    Replies: 1
    Last Post: 05-19-2010, 11:44 PM
  4. The missing D3D .dll file.
    By Box in forum Combat Arms Europe Hacks
    Replies: 50
    Last Post: 03-25-2009, 04:49 AM
  5. [CS 1.6] All the missing .wad files (Get them here)
    By stingray001 in forum General Game Hacking
    Replies: 1
    Last Post: 05-17-2006, 08:36 PM