ascent-world.exe freezing? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ascent-world.exe freezing?

    I imported some sql files and all of a sudden my ascent-world.exe will not load completely.
    http://www.imagehustler.com/0408/1213930631.jpg
    is there a fix for this or do i need to restart completely.
    I really do not want to modify all of my custom content again.
    +rep for help

    ascent-world.exe freezing?
  2. #2
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its looks like you were editing game objects? what you should do Is replace the db files with the original db table and it should work fine
    removed by Unholy

  3. #3
    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)
    My stopped one loading before you yesterday ^^ And the problem was with a thing I added into the worldmap_info

    Has you added something there the last day?

  4. #4
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, how do i fix this? do i just delete that row?

  5. #5
    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)
    Yeah do that and test again

  6. #6
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that fixed it so +rep added. but I was just wondering how I could add that row again without it messing with my ascent-world.exe? or if I even could do that.
    edit: must spread sorry.

  7. #7
    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)
    What place was the worldmap_info row for?

    Edit: Leaving soon so I maybe wont be able to answer that untill later tomorrow

  8. #8
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1001 nagrand custom arena?

  9. #9
    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)
    SQL for the place

    Code:
    INSERT INTO `worldmap_info` VALUES ('559', '559', '0', '0', '0', '0', '0', '0', '0', 'Nagrad Arena', '0', '0', '0', '0', '0', '0', '0', '350', '0');

  10. #10
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    error:
    Query:
    INSERT INTO `worldmap_info` VALUES ('559', '559', '0', '0', '0', '0', '0', '0', '0', 'Nagrad Arena', '0', '0', '0', '0', '0', '0', '0', '350', '0')

    Error occured at:2008-06-20 09:23:11
    Line no.:1
    Error Code: 1062 - Duplicate entry '559' for key 1

  11. #11
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    error:
    Query:
    INSERT INTO `worldmap_info` VALUES ('559', '559', '0', '0', '0', '0', '0', '0', '0', 'Nagrad Arena', '0', '0', '0', '0', '0', '0', '0', '350', '0')

    Error occured at:2008-06-20 09:23:11
    Line no.:1
    Error Code: 1062 - Duplicate entry '559' for key 1
    Run this query first

    Code:
    DELETE FROM `worldmap_info` WHERE (`entry`='559')
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  12. #12
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks
    it worked

  13. #13
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nps
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  14. #14
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i change the Mapid to 559 because I accdentally changed it and now my server does not show the GameObjects.

  15. #15
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    >.<. Change the map id in worldmap_info. But im going to bed now, ciao
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

Page 1 of 2 12 LastLast

Similar Threads

  1. How to replace Ascent-world.exe
    By cmall1234 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 04-20-2008, 06:57 AM
  2. A (error) Message I Have Appear in my ascent-world.exe plz help
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 03-20-2008, 07:58 PM
  3. ascent-world.exe error that keeps repeating while server runs plz help
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 03-02-2008, 06:59 PM
  4. Quests arent showing in questlog ... making error appear in ascent-world.exe
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-02-2008, 12:49 AM
  5. when i start ascent-world it freezes at a certen point
    By *Alexz* in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 02-16-2008, 02:31 AM
All times are GMT -5. The time now is 02:37 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