[Guide] How to compile and host arcemu - EASY menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #16
    bpagelax's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for this post

    [Guide] How to compile and host arcemu - EASY
  2. #17
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Easiset without a router, but if it's easy, then it's danger!

    Else, Dlink shouldn't be to hard

  3. #18
    forces's Avatar Member
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadow5677 View Post
    Ok, what is the best router (or easyest) for this to be done with?
    I find that Linksys routers are easy to forward, and they don't require much else to allow for hosting. It's someone difficult to set up, but absolutely worth the performance. Honestly, an router is fairly easy to set up... you just have to know how to get into it.
    C++ SKILL[||||||||||||]

  4. #19
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I havent done this is months, I deleted all Visual C++ off of my computer so i forgot what i had to put back on to compile arcemu. Thanks for the help!

    Nom Nom Nom :P

  5. #20
    Wheeze201's Avatar Active Member
    Reputation
    51
    Join Date
    Apr 2007
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't find a VC folder in the Arc Emu folder.

    I can find one in my Visual Studio C++ folder

  6. #21
    doctaluv's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesn't work for me unfortunately

    2>d:\arcemu\trunk\src\arcemu-world\StdAfx.h(53) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    2>Build log was saved at "file://d:\Arcemu\trunk\win\VC90\arcemu-world___Win32_Release\BuildLog.htm"
    2>arcemu-world - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========

    the error I get when building solution in Visual C++

  7. #22
    tarleton's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Step 4: After it's done, close visual C++ for now. Go back to your sources folder. In there, you should see a folder called 'Output_Release'. Go in there. You'll see 2 .lib files. Copy and paste those 2 files into your lib folder in your visual C++ directory. Should be C:/Program Fies/Microsoft Visual Studio 9.0/VC/lib. You'll also get 2 .dll files. You need to move those to your C:/Windows/System32 directory.

    I only have 1 dll file Microsoft.VisualC.STLCLR.dll. Any ideas?


    Do i need the entire wow directory installed on my host Computer?
    Last edited by tarleton; 08-15-2008 at 03:42 AM.

  8. #23
    dnz9r's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DBC Files not working for me..

  9. #24
    Ollox's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That was pretty good +rep
    Lua knowledge [||||||||||]

  10. #25
    forces's Avatar Member
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wheeze201 View Post
    I can't find a VC folder in the Arc Emu folder.

    I can find one in my Visual Studio C++ folder
    In the ArcEmu folder you downloaded, there should be a folder plainly called 'VC'. It's in the folder.

    Originally Posted by doctaluv View Post
    doesn't work for me unfortunately

    2>d:arcemutrunksrcarcemu-worldStdAfx.h(53) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    2>Build log was saved at "file://d:ArcemutrunkwinVC90arcemu-world___Win32_ReleaseBuildLog.htm"
    2>arcemu-world - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========

    the error I get when building solution in Visual C++
    "Now go to the VC folder inside 'arcemu'. Copy both the 'include' and 'lib' files from your 'arcemu' folder to the VC folder in your visual C++ directory."

    That should fix it.

    Originally Posted by tarleton View Post
    Step 4: After it's done, close visual C++ for now. Go back to your sources folder. In there, you should see a folder called 'Output_Release'. Go in there. You'll see 2 .lib files. Copy and paste those 2 files into your lib folder in your visual C++ directory. Should be C:/Program Fies/Microsoft Visual Studio 9.0/VC/lib. You'll also get 2 .dll files. You need to move those to your C:/Windows/System32 directory.

    I only have 1 dll file Microsoft.VisualC.STLCLR.dll. Any ideas?


    Do i need the entire wow directory installed on my host Computer?
    Did you make sure to change Visual C++ from debug to release?

    Originally Posted by dnz9r View Post
    DBC Files not working for me..
    What's the error you're receiving?
    C++ SKILL[||||||||||||]

  11. #26
    draccanon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Step 4: After it's done, close visual C++ for now. Go back to your sources folder. In there, you should see a folder called 'Output_Release'. Go in there. You'll see 2 .lib files. Copy and paste those 2 files into your lib folder in your visual C++ directory. Should be C:/Program Fies/Microsoft Visual Studio 9.0/VC/lib. You'll also get 2 .dll files. You need to move those to your C:/Windows/System32 directory.


    lol on the "You'll also get 2 .dll files"part..where are those? i got confused

  12. #27
    forces's Avatar Member
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by draccanon View Post
    Step 4: After it's done, close visual C++ for now. Go back to your sources folder. In there, you should see a folder called 'Output_Release'. Go in there. You'll see 2 .lib files. Copy and paste those 2 files into your lib folder in your visual C++ directory. Should be C:/Program Fies/Microsoft Visual Studio 9.0/VC/lib. You'll also get 2 .dll files. You need to move those to your C:/Windows/System32 directory.


    lol on the "You'll also get 2 .dll files"part..where are those? i got confused
    They should be in the Output_Release folder.
    C++ SKILL[||||||||||||]

  13. #28
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Me +Rep you so much

  14. #29
    gashl's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi great guide um 1 question though....
    i started the server just as a local one not to host to others i went to start the game it sayes connected and shows me the realm list but it just keeps the message conected up and i cant do anything else ................. plz help

  15. #30
    Bartons's Avatar Active Member
    Reputation
    32
    Join Date
    Oct 2006
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice guide, thank you very much.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [ArcEmu Guide] How To Compile And Edit Your Own Repack.
    By CimSlunt in forum WoW EMU Guides & Tutorials
    Replies: 122
    Last Post: 10-03-2012, 10:14 PM
  2. [Guide] How to make Quests on arcemu Easy!
    By Jackie Moon in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 05-11-2010, 02:01 PM
  3. [Guide] How to compile files needed for Maps, Vmaps and DBC
    By florinel76 in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 05-04-2009, 12:46 AM
  4. [Guide] How to Compile ArcEmu (FOR NOOBS)
    By DarkFever in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 03-02-2009, 01:15 PM
  5. (guide) how to make a wow arcemu server! whit hamatchi (Easy)
    By lowgrant in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 01-01-2009, 08:48 AM
All times are GMT -5. The time now is 11:19 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