arcemu-world.exe crashes -.- menu

User Tag List

Results 1 to 8 of 8
  1. #1
    worldslayer's Avatar Member
    Reputation
    34
    Join Date
    Nov 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    arcemu-world.exe crashes -.-

    So I am trying to set up my 3.0.3 server, and when I launch arcemu-logon.exe it works. But when I launch arcemu-world.exe it crashes... any idea what i might have done wrong?

    arcemu-world.exe crashes -.-
  2. #2
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Screenshot the error your getting please


  3. #3
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yup post the error that comes up before it crashes and maybe even post your config files in CODE TAGS

  4. #4
    worldslayer's Avatar Member
    Reputation
    34
    Join Date
    Nov 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it never gave me an error, just crashed in mid load randomly. produces a DMP file and called it good. We just made a new DB and its working just fine now, thanks for your time though

  5. #5
    Calek's Avatar Contributor
    Reputation
    199
    Join Date
    Jan 2007
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've noticed that revisions around 2018 are unstable. They are crashing at player.cpp..yet if you keep trying, it will eventually work.
    Frostwind enUS - 3x Blizz-Like PVE
    https://www.frostwind.info

  6. #6
    Arensight1's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    might have the same error

    Im having a really frustrated problem aswell relating to the arcemy-world.exe,

    when i first opened it, it worked. but thn i added some sql's for custom game-objects and all of a sudden i get this:

    (click it to make it bigger)

    so i thought maybe its my realm.conf but to me it seems pretty normal
    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 = "WowPalace"
    	Address = "127.0.0.1:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "8">

    can someome please tell me how i am supposed to fix this, thanks in advance

  7. #7
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make a new folder name it configs place your config files in that folder.

  8. #8
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change
    <LogonServer Address = "127.0.0.1"

    To

    <LogonServer Address = "Your hamachi IP or your DNS"

Similar Threads

  1. [ArcEmu] world.exe crash when attacking.
    By Joonas in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 03-22-2010, 06:30 PM
  2. Arcemu-world.exe crash! Please help
    By anders1993 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 02-27-2010, 09:26 AM
  3. Arcemu-world.exe Crash 3.2.2a windows7 ultimate x64
    By ReppzYouTube in forum WoW EMU Questions & Requests
    Replies: 30
    Last Post: 02-25-2010, 04:39 PM
  4. arcemu-world.exe crash error
    By Agent Orange in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 10-25-2009, 12:59 AM
  5. [Problem] Ascent-World.exe Crash
    By pewor in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 04-20-2008, 03:15 PM
All times are GMT -5. The time now is 08:36 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