[Guide] Setting up a Arcemu server from the scratch menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 69
  1. #46
    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)
    Great guide, honestly. Nice effort. +Rep
    C++ SKILL[||||||||||||]

    [Guide] Setting up a Arcemu server from the scratch
  2. #47
    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)
    I get it all failed at 1.4 Compiling Arcemu.
    I will +Rep if you help me!

  3. #48
    Chocoboeater's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I kinda got the same problem

    1>------ Build started: Project: arcemu-shared, Configuration: Release Win32 ------
    1>Extracting SVN revision...
    1>SVN Revision Extractor
    1>Written by Burlex, 2008/02/20
    1>Branch: TRUNK
    1>Revision found: 706
    1>Opening existing file...
    1>Revisions match exiting file. Skipping.
    1>Compiling...
    1>CreateInterface.cpp
    1>c:\documents and settings\eigenaar\bureaublad\ascent\src\arcemu-shared\database\MySQLDatabase.h(7) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    1>WowCrypt.cpp
    1>c:\Documents and Settings\Eigenaar\Bureaublad\Ascent\src\arcemu-shared\Auth/Sha1.h(25) : fatal error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory
    1>Sha1.cpp
    1>c:\documents and settings\eigenaar\bureaublad\ascent\src\arcemu-shared\auth\Sha1.h(25) : fatal error C1083: Cannot open include file: 'openssl/sha.h': No such file or directory
    1>MD5.cpp
    1>c:\documents and settings\eigenaar\bureaublad\ascent\src\arcemu-shared\auth\MD5.h(24) : fatal error C1083: Cannot open include file: 'openssl/md5.h': No such file or directory
    1>BigNumber.cpp
    1>..\..\src\arcemu-shared\Auth\BigNumber.cpp(21) : fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
    1>MySQLDatabase.cpp
    1>c:\documents and settings\eigenaar\bureaublad\ascent\src\arcemu-shared\database\MySQLDatabase.h(7) : fatal error C1083: Cannot open include file: 'mysql/mysql.h': No such file or directory
    1>Build log was saved at "file://c:\Documents and Settings\Eigenaar\Bureaublad\Ascent\win\VC90\arcemu-shared___Win32_Release\BuildLog.htm"
    1>arcemu-shared - 6 error(s), 0 warning(s)
    2>------ Build started: Project: arcemu-world, Configuration: Release Win32 ------
    3>------ Build started: Project: arcemu-logonserver, Configuration: Release Win32 ------
    3>Compiling...
    3>LogonStdAfx.cpp
    2>Compiling...
    2>StdAfx.cpp
    3>c:\documents and settings\eigenaar\bureaublad\ascent\src\arcemu-logonserver\LogonStdAfx.h(36) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    2>c:\documents and settings\eigenaar\bureaublad\ascent\src\arcemu-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    3>Build log was saved at "file://c:\Documents and Settings\Eigenaar\Bureaublad\Ascent\win\VC90\arcemu-logonserver___Win32_Release\BuildLog.htm"
    3>arcemu-logonserver - 1 error(s), 0 warning(s)
    2>Build log was saved at "file://c:\Documents and Settings\Eigenaar\Bureaublad\Ascent\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 ==========

    This is what I get at step 1.4. Could anybody help me and tell me what I am doing wrong here?

  4. #49
    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)
    You might have better success using my guide here -
    C++ SKILL[||||||||||||]

  5. #50
    LostprophetVII's Avatar Member
    Reputation
    3
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, need help. I get an error while trying to restore from sql dump.

    Open SQLyog and put in the information like this picture (your password is the one you set before):




    and click connect when you have done that.

    Now right click your accounts database and go to "Restore From SQL Dump".






    Navigate to your ascent folder and go to ascentsql and select the logon_structure.sql then click execute.




    Do the same for character_structure.sql in that folder.

    I do exactly what it says, choose the same path, but I get some weird error.

    Code:
    There was an error while executing a query.
    The query and the error message has been logged at:
    C:UsersAlecAppDataRoamingSQLyogsqlyog.err.
    Please click on "Open Error File..." to open the error file.
    
    Open the error:
    
    Query:
    CREATE TABLE `accounts` (
      `acct` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
      `login` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login username',
      `password` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login password',
      `encrypted_password` varchar(42) collate utf8_unicode_ci NOT NULL default '',
      `gm` varchar(32) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Game permissions',
      `banned` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Account Standing',
      `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Last login timestamp',
      `lastip` varchar(16) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Last remote address',
      `email` varchar(64) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Contact e-mail address',
      `flags` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Client flags',
      `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS',
      `muted` int(30) NOT NULL default '0',
      PRIMARY KEY  (`acct`),
      UNIQUE KEY `a` (`login`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information'
    
    
    Error occured at:2008-08-19 19:59:26
    Line no.:20
    Error Code: 1050 - Table 'accounts' already exists
    Have no idea what to do..plz help!
    Last edited by LostprophetVII; 08-20-2008 at 05:08 AM.

  6. #51
    dajesse's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    coo, ive heard that arc-emu pwnz lol

  7. #52
    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 LostprophetVII View Post
    Hi, need help. I get an error while trying to restore from sql dump.




    I do exactly what it says, choose the same path, but I get some weird error.

    Code:
    There was an error while executing a query.
    The query and the error message has been logged at:
    C:UsersAlecAppDataRoamingSQLyogsqlyog.err.
    Please click on "Open Error File..." to open the error file.
    
    Open the error:
    
    Query:
    CREATE TABLE `accounts` (
      `acct` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
      `login` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login username',
      `password` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login password',
      `encrypted_password` varchar(42) collate utf8_unicode_ci NOT NULL default '',
      `gm` varchar(32) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Game permissions',
      `banned` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Account Standing',
      `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Last login timestamp',
      `lastip` varchar(16) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Last remote address',
      `email` varchar(64) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Contact e-mail address',
      `flags` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Client flags',
      `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS',
      `muted` int(30) NOT NULL default '0',
      PRIMARY KEY  (`acct`),
      UNIQUE KEY `a` (`login`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information'
    
    
    Error occured at:2008-08-19 19:59:26
    Line no.:20
    Error Code: 1050 - Table 'accounts' already exists
    Have no idea what to do..plz help!
    Delete the Accounts table and execute the query.
    C++ SKILL[||||||||||||]

  8. #53
    LostprophetVII's Avatar Member
    Reputation
    3
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok now I have another problem, but its my last. When I run enUs.cmd in the Data\enUS folder, it extracts like it says it does, but no dbc folder is created. What gives?

  9. #54
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great guide but had trouble with this part cause you dont say what it is to right clik!

    " Right click it, and select edit and open it in notepad. Now edit it like in the picture
    below then save and close.

  10. #55
    joshd35171's Avatar Banned
    Reputation
    7
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone75, your not the maker of this guide! Jargs is.

  11. #56
    strov3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can compile only 2 ot of 3 file here ... anyone know how i can solve this problem ?

    ------ Build started: Project: arcemu-world, Configuration: Release Win32 ------
    Linking...
    fatal error C1047: The object or library file '.\arcemu-shared___win32_release\shared.lib' was created with an older compiler than other objects; rebuild old objects and libraries
    LINK : fatal error LNK1257: code generation failed
    Build log was saved at "file://c:\Documents and Settings\HP_Administrateur\Bureau\arcemu\trunk\win\VC90\arcemu-world___Win32_Release\BuildLog.htm"
    arcemu-world - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

  12. #57
    TelepathicIndian's Avatar Member
    Reputation
    39
    Join Date
    Aug 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :S I had it working for about a week, sticking my computer on hibernate every night, but damn Microsoft Updates just restarted...
    How do I start it up again with the same databases as last time? if I just run arcemmu-world.exe and arcemu-logonserver.exe then it says that I'm unable to connect to the database. On all my old servers, it usually runs a third one that's ran before those 2 which allows them to connect, if it exists in this one, where is it? if not then what should I do? coz last time I tried running it back up, I tried using MySQL to create new DB's which overwrote the old ones :S

  13. #58
    strov3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks a lot for the help ....

  14. #59
    TelepathicIndian's Avatar Member
    Reputation
    39
    Join Date
    Aug 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    strov3, I've forgotten what I did but in one of the downloads, there's a readme which has a step that wasn't that clear in the guide, have a go at following it and if you have anymore probs post it again

  15. #60
    TelepathicIndian's Avatar Member
    Reputation
    39
    Join Date
    Aug 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in step 1.3, I used the readme in that, and once I did it worked
    it also became obvious in the guide xD

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. How to make your Server from the Noobpack from 711 public with Hamachi
    By Rimodo in forum WoW EMU Guides & Tutorials
    Replies: 31
    Last Post: 02-24-2013, 07:19 AM
  2. [Epic Guide] Setting Up and Running an ArcEmu Server from Scratch!
    By Apple Pi in forum WoW EMU Guides & Tutorials
    Replies: 462
    Last Post: 08-06-2010, 05:21 PM
  3. [Guide] Setting up an Arcemu server 3.3.0a + Public + Make Items
    By sgtbullfire in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 05-22-2010, 04:36 PM
  4. [Guide]Create Your Clean ArcEmu Server 2.4.2
    By Andrew_ in forum WoW EMU Guides & Tutorials
    Replies: 31
    Last Post: 03-23-2009, 04:06 PM
  5. Setting up an ascent server from scratch.
    By faxmunky in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-21-2008, 04:01 PM
All times are GMT -5. The time now is 05:41 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search