Exe files won't start missing libeay32.dll. menu

Shout-Out

User Tag List

Results 1 to 11 of 11
  1. #1
    friendofdar's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exe files won't start missing libeay32.dll.

    I just followed step by step

    http://www.mmowned.com/forums/world-...r-scratch.html

    and everything seemed to go fine until after i was completely done and tried to start my server up. Whenever i attempted to open either my logonserver.exe or world.exe files i got a message saying

    This program can't start because libeay32.dll is missing from your computer. Try reinstalling the program to fix this problem.
    "

    I am pretty aware i can download the file from one of those DLL sites but im not sure were to put it once i download it.

    Can someone please answer quick i'm very excited to get my server running.
    Remember to rep people when they help you contribute or anything useful


    Exe files won't start missing libeay32.dll.
  2. #2
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have you gone into the svn under "\extras\arcemu-windows-libraries" and read the readme.txt?


  3. #3
    friendofdar's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I took a look at it just now and im still pretty confused all i know is i copied to VC files to the Visual studio folder and i have no idea what it is telling me other than that. It wasn't in the guide i read from im pretty lost now.

    Edit: Does it say that i need to recompile everything now when it says
    Next, you need to compile the zlib and PCRE libraries.
    Depending on your compiler, open the solution under Sources:
    Remember to rep people when they help you contribute or anything useful


  4. #4
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im guessing by your op, you compiled the source successfully. If so that means your using VS2010and you will not need the lib/include files.

    Are you running x32 or x64?

    x32 instructions:

    A quick fix is to copy all the DLL files under "
    \extras\arcemu-windows-libraries\DLL Files" into your compiled emulator folder (the folder that has your world/logon exe) or copy them into your "\Windows\system32".
    Your done. If that doesn't work then you have compiled it wrong or your running x64.

    x64 instructions:

    A quick fix is to copy all the DLL files under "
    \extras\arcemu-windows-libraries\DLL Files (x64)" into your compiled emulator folder (the folder with world/logon exe)
    or copy them into your "\Windows\system32".
    Your done. If that doesn't work then you have compiled it wrong or your running x32.
    Last edited by Matis02; 06-12-2010 at 01:31 AM.


  5. #5
    friendofdar's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i must of done something wrong i guess that's what i needed to do but now i have another problem it just says application was unable to start correctly doesn't give a reason.
    Remember to rep people when they help you contribute or anything useful


  6. #6
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your running visual studio 2010 so you will not need to add the lib and include files.

    All you need to do is add the DLL files into the correct folder and you should be ok. If it fails then you have a bigger issue. Try recompiling the source.
    Last edited by Matis02; 06-12-2010 at 01:36 AM.


  7. #7
    friendofdar's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually i have everything working now but i have one more question. Pretty noob question but i can not log on how do i make an account on the data base and how do i make sure its a gm account?
    Remember to rep people when they help you contribute or anything useful


  8. #8
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol yes pretty noob stuff but here ya go:

    save this code as an .sql and then execute it into your database
    Code:
      INSERT INTO `accounts` VALUES ('1', 'friendofdar', 'password", '', 'az', '0', '0', '127.0.0.1', '', '24', 'enUS', '0', null);
    GoodLuck
    Last edited by Matis02; 06-12-2010 at 01:50 AM.


  9. #9
    friendofdar's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty very much + rep
    Remember to rep people when they help you contribute or anything useful


  10. #10
    Pedregon's Avatar Contributor
    Reputation
    221
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even though it's already been solved;

    Have you gone into the svn under "\extras\arcemu-windows-libraries" and read the readme.txt?
    They've made it so you don't need to do that anymore
    Leecher - 08-30-2007 - Contributor - 07-23-2008
    Donator - 06-19-2009
    My website



  11. #11
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If it was fixed then why did he need to do it?
    Last edited by Matis02; 06-12-2010 at 04:46 AM.


Similar Threads

  1. [ArcEmu] Arcemu Repack 3.3.5 A the program cant's start because MSVCR100.dll is missing from y
    By austingoodrich in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-04-2010, 06:26 AM
  2. Ascent etc. exes won't start
    By Ryuk in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-12-2008, 02:31 PM
  3. Can start .exe files
    By Xcal2k3 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-14-2008, 08:33 PM
  4. [Request] Original oblivion.exe file
    By eddy9994 in forum Gaming Chat
    Replies: 3
    Last Post: 12-22-2007, 09:18 AM
  5. Looking for a new .exe file to model changer
    By xD___n1 in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 07-13-2007, 04:41 PM
All times are GMT -5. The time now is 10:53 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search