Arc World server problem menu

User Tag List

Results 1 to 10 of 10
  1. #1
    B14d3r11's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Arc World server problem

    Okay guys heres the picture:

    Here is my config:
    Code:
    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision rev.1875
    #######################################################################
    
    #********************************************************************************
    #* How to use this config file:                                                 *
    #* Config files are in a block->variable->setting format.                       *
    #* A < signifies the opening of a block, the block name is expected after that. * 
    #* After the block name, a space and then the settings sperated by = / ' '.     *
    #*                                                                              *
    #* e.g.                                                                         *
    #* <block setting="0" someval = "1">                                            *
    #*                                                                              *
    #* Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
    #* of the line, or in shell format (#).                                         *
    #********************************************************************************/
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    #    Address:
    #      The address (no port) of the server.
    #
    #    Port:
    #      The port on which the logon server listens. (*** NOT 3724 ***)
    #
    #    Name:
    #      Not really relavant, but name the logon.
    #
    #    RealmCount:
    #      The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <LogonServer Address = "127.0.0.1"
        Port = "8093"
        Name = "Default Logon"
        RealmCount = "1">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    #    Name:
    #      The name of the realm.
    #    
    #    Address: 
    #      The address (and port) of that realm.
    #
    #    Icon:
    #      The type of realm (PVP, Normal, RPPVP, RP)
    #
    #    TimeZone:
    #      The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America, 
    #       5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    #
    #    Population:
    #      (0 = low, 1 = medium, 2 = high)
    #
    #   Important information below
    #
    #     change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
    #     This issues come up a lot!
    #
    #     Timezone values :
    #    0=Korean                16=China
    #    1=Development                17=CN1
    #    2=United States                18=CN2
    #    3=Oceanic                19=CN3
    #    4=Latin America                20=CN4
    #    5=Tournament                21=CN5
    #    6=Korean                22=CN6
    #    8=English                23=CN7
    #    9=German                24=CN8
    #    10=French                25=Tournament
    #    11=Spanish                26=Test Server
    #    12=Russian                27=Tournament
    #    13=Tournament                28=QA Server
    #    14=Taiwan                29=CN9
    #    15=Tournament                30=TestServer2
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
        
        <Realm1 Name = "Blood Rain"
        Address = "bloodrain.servegame.com:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "2">
    +Repx2 to whoever can figure why it isnt working

    Arc World server problem
  2. #2
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get this error too approx. every 10th restart...

    I looked at the code handling the Config files and it seems that adding a new line at the end of the file might be need.

    EDIT: I think I got a solution for this!
    You need to add another line containing a > at the end of the file. This will make the emulator think that the block was terminated!
    Code:
      <Realm1 Name = "Blood Rain"
        Address = "bloodrain.servegame.com:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "2">
        >
    Last edited by namelessgnome; 07-04-2009 at 05:08 PM.

  3. #3
    B14d3r11's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty i +Repd now i got another problem...

    Any idea to why it would do this?

  4. #4
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm, wrong number of columns on creature_spawns what db/repack are you running?

    If this is your compile then, see that you apply all the fixes in the sql folder (that are below you version number)

    EDIT: If you are running >Rev2682 there should be a update to the creature_spawns table
    Last edited by namelessgnome; 07-05-2009 at 05:59 AM.

  5. #5
    Driggelender's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice......

  6. #6
    B14d3r11's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would you mind linking me a DB thats all ready to go, cause i used Keazain's DB

    Edit: I am using my own compiled version not a repack...

    Edit2: I downloaded WhyDB and applied it and still getting same error... Any ideas?
    Last edited by B14d3r11; 07-05-2009 at 07:11 AM.

  7. #7
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm... On my Aspire Hearthstone server, I use Rival DB but they no longer support Arc.. to be honest I think that Arc is dying.

    What kind of DB is Keazain's?

  8. #8
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @EDIT:2
    Try Importing the change sets

  9. #9
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Import all of the updates. If you're still getting errors download one of the databases from the recent repacks released.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  10. #10
    B14d3r11's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It all worked, the logon server went fine, the World server went fine connected with Logon and then 5 mins later it said this:



    Any idea??

Similar Threads

  1. [ArcEmu] Problems with World server/database
    By Myuu in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 10-28-2011, 10:46 AM
  2. My logon/world server problem
    By notanoob1 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 01-28-2010, 06:25 PM
  3. Help with start world [created an arc emu server from scrath]
    By robinelitenn in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 10-13-2009, 06:05 AM
  4. World of Empire - Server problems:
    By silencer727 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 07-25-2009, 01:08 PM
  5. [Help] Ascent world and login server problem
    By Ellenor in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 08-11-2008, 07:07 PM
All times are GMT -5. The time now is 03:24 PM. 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