Character Creation Problems No errors!!!! menu

User Tag List

Results 1 to 10 of 10
  1. #1
    starblaze808's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Character Creation Problems No errors!!!!

    So i successfully created my repack and compiled and did everything that the arcemu guide on wiki said. I can start the server successfully and log in but when i try to make a character, it goes back to the character selection screen with no characters. when I check mysql, logon.exe and world.exe it doesn't show me any errors and everything seems to be running fine. Plz help me and thx in advance!

    Character Creation Problems No errors!!!!
  2. #2
    Pretzal's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol i bet you my 50c that you used the same repack as me - and it had a glitched characters database.

    Whats the name of the repack?

    And i guess, try backing up the database first (this probly wont work, if its the same error as me), but then delete your characters database, and execute this query:

    MEGAUPLOAD - The leading online storage and file delivery service

    Then it should work.

  3. #3
    Namor's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he says he compiled it, so there's probably just a problem in his characters database. Perhaps it's set to readonly? :S

    Editable signature, at last!

  4. #4
    starblaze808's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pretzal View Post
    Lol i bet you my 50c that you used the same repack as me - and it had a glitched characters database.

    Whats the name of the repack?

    And i guess, try backing up the database first (this probly wont work, if its the same error as me), but then delete your characters database, and execute this query:

    MEGAUPLOAD - The leading online storage and file delivery service

    Then it should work.
    lol i compiled it but dude you should be careful on what repsacks you download one that i used before is zaknology it's pretty good i'll give you the link later kk

    ---------- Post added at 02:48 PM ---------- Previous post was at 02:47 PM ----------

    Originally Posted by Namor View Post
    he says he compiled it, so there's probably just a problem in his characters database. Perhaps it's set to readonly? :S
    kk ima check later and get back to you on that!! =D

  5. #5
    Pretzal's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by starblaze808 View Post
    lol i compiled it but dude you should be careful on what repsacks you download one that i used before is zaknology it's pretty good i'll give you the link later kk[COLOR="Silver"]
    Fair enough, I just saw the word repack and assumed xD and nah, and don't worry about the link, I've already got mine running, and seriously editted

    And when you say no errors, is that with the console logging levels set to level 2 or 3? (in your .conf files) like:

    World -
    Code:
    /******************************************************
    * Log Level Setup
    *
    *    Console Logging Level
    *        This directive controls how much output the server will
    *        display in it's console. Set to 0 for none, or -1 to disable.
    *        -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    *        Default: 3
    *
    *    World server packet logging feature
    *        If this directive is turned on, a file called `world.log`
    *        will be created in the server's directory and all packets
    *        sent and received by clients will be dumped here in bfg
    *        format.
    *        Default: 0
    *
    *    DisableCrashdumpReport
    *        Disables crashdump reports, else if the build has debugging enabled, 
    *        arcemu-world will call ./arcemu-crashreport every time it starts, so 
    *        if there is a core, a crashdump will automatically be reported 
    *        to the tracker at sf.net
    *        Needs gdb and curl
    *        Linux only
    *        Default: 0
    *
    ******************************************************/
    
    <LogLevel Screen="2" File="-1" World="0" DisableCrashdumpReport="0">
    and this one for the logon (But I doubt you need this one.. I think the world server handles all the characters, rather than logon, but you'll find out I guess.)

    Logon -
    Code:
    /* Server console logging level
    *
    *    This directive controls how much output the server will
    *    display in it's console. Set to 0 for none.
    *    0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    *    Default: 3
    */
    
    <LogLevel Screen = "3"
              File = "-1">
    That should give you an error message atleast >_<
    Last edited by Pretzal; 09-21-2010 at 10:32 PM. Reason: Highlighting .CONF file changes

  6. #6
    starblaze808's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pretzal View Post
    Fair enough, I just saw the word repack and assumed xD and nah, and don't worry about the link, I've already got mine running, and seriously editted

    And when you say no errors, is that with the console logging levels set to level 2 or 3? (in your .conf files) like:

    World -
    Code:
    /******************************************************
    * Log Level Setup
    *
    *    Console Logging Level
    *        This directive controls how much output the server will
    *        display in it's console. Set to 0 for none, or -1 to disable.
    *        -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    *        Default: 3
    *
    *    World server packet logging feature
    *        If this directive is turned on, a file called `world.log`
    *        will be created in the server's directory and all packets
    *        sent and received by clients will be dumped here in bfg
    *        format.
    *        Default: 0
    *
    *    DisableCrashdumpReport
    *        Disables crashdump reports, else if the build has debugging enabled, 
    *        arcemu-world will call ./arcemu-crashreport every time it starts, so 
    *        if there is a core, a crashdump will automatically be reported 
    *        to the tracker at sf.net
    *        Needs gdb and curl
    *        Linux only
    *        Default: 0
    *
    ******************************************************/
    
    <LogLevel Screen="2" File="-1" World="0" DisableCrashdumpReport="0">
    and this one for the logon (But I doubt you need this one.. I think the world server handles all the characters, rather than logon, but you'll find out I guess.)

    Logon -
    Code:
    /* Server console logging level
    *
    *    This directive controls how much output the server will
    *    display in it's console. Set to 0 for none.
    *    0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    *    Default: 3
    */
    
    <LogLevel Screen = "3"
              File = "-1">
    That should give you an error message atleast >_<
    alright so i did what you showed me on the world config file and it gave me an error saying Table arc_world.characters does not exist then another one saying none existent spell. lol?
    okay so i fixxed that by making world and characters one big database but the problem now is this
    starting remote console: Not enabled or failed listen.
    then when i logged on and created a character i got d/ced and the error message said
    session received unexpected/wrong state packet with opcode CMSG_UPDATE_ACCOUNT_DATA (0x020B)
    session received out of range packet with opcode 0x04FF
    then the next error said
    Account: ADMIN tried to create an invalid character with race 10 and class 4, if this is intended please update your playercreateinfo table inside your database.
    but i just updated it and got the same error

    okay scratch that i just redid everything and got passed all that crap but now i can go all the way to the loading lua scripts it stays there for about a minute then after that it goes super fast and i can't read anything except i can take a glimpse and read the server has crashed then it closes world.exe so i just need to fix that and i think it's a possible lua error plz help??
    Last edited by starblaze808; 09-22-2010 at 05:33 PM.

  7. #7
    Pretzal's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay what you wanna do to get the error message to stay for a while is:

    Open up command prompt, change the directory to the servers root directory (in vista/windows 7 you can shift + right click on the folder and go open command prompt here, Xp you have to open it, and type cd (folder that the server is in)

    Then you type arcemu-world and it will run arcemu world until the worldserver crashes or something.

    The command prompt window will not close ^_^

    You should be able to figure out what to do after getting an error message. if not, we'll see xD

  8. #8
    starblaze808's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alright thanks a lot man! one of the lua scripts were missing having me saying Wtfs! and i just copied the entire folder from arcemu so i did a svn update and deleted the lua folder on repack and just copied and pasted the new folder to my server and no errors anymore lol! =) now to complete my repack i need to figure out how to make a mysql start and stop bat lol!

  9. #9
    Pretzal's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Goodluck with that, because I havent got a clue how to do that one xD

  10. #10
    starblaze808's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pretzal View Post
    Goodluck with that, because I havent got a clue how to do that one xD
    lol it's alright +Rep anyway lol thanks for your help.

Similar Threads

  1. [Trinity] Got a problem on character creation.
    By minupii in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 12-15-2013, 01:09 PM
  2. [ArcEmu] Character Creation Problem
    By Astonix in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 06-21-2010, 01:40 AM
  3. Replies: 3
    Last Post: 11-29-2008, 10:18 AM
  4. [Help Request] Character creation problem
    By Aerthos in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 07-24-2008, 12:23 PM
  5. [help] character creation error within SQL
    By arthars1 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-06-2008, 09:30 PM
All times are GMT -5. The time now is 01:35 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