Ascent 3.5 STable Question menu

Shout-Out

User Tag List

Results 1 to 11 of 11
  1. #1
    Rouslan's Avatar Active Member
    Reputation
    30
    Join Date
    Nov 2007
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Ascent 3.5 STable Question

    I have used all SQL updates, downloaded the latest compiles from a sticky,Ascent 3.5 Stable and updated everyting, i mean i been doing this for few months now, so all updates been doen, and i am getting crush dumb when ascent loading gets to Creature spawn i think, basicaly after it says World Database Loaded in 566MS , done! It goes to next thread and crashes.

    any help would be greatly appreciated.

    +Rep

    Ascent 3.5 STable Question
  2. #2
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We don't know whats wrong unless you tell us what Error it is.

    Access Violation?
    You didnt use the correct updates

    Microsoft C++ Violation?
    Your core is corrupt, get a new one

    Memory Violation?
    Your computer cant run ascent
    Life Puzzler WoW - Website | Forums

  3. #3
    Sporeles's Avatar Member
    Reputation
    6
    Join Date
    Aug 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    alter table creature_spawns add column standstate int(10) not null default 0;
    try and execute that it should work and solve the problem of ascent crashing after database loads

  4. #4
    Rouslan's Avatar Active Member
    Reputation
    30
    Join Date
    Nov 2007
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my error is access violation and i used all the updates from svn and your Compiles.

    So i am prety sure i did updates,

  5. #5
    Rouslan's Avatar Active Member
    Reputation
    30
    Join Date
    Nov 2007
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bloddyroadz View Post
    Code:
    alter table creature_spawns add column standstate int(10) not null default 0;
    try and execute that it should work and solve the problem of ascent crashing after database loads
    lol wierd.

    but hey it fixed my problem even thou i thought ialready did this.

    i gave u rep

  6. #6
    danis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    274
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    helps +rep but i got a lil problem lol... tells sql query failed due to table danis .mailbox_insert_queue dosent exist ... wtf select from mailbox_insert_queue where i get this..?o yea and i get a error dunno wtf tells there after asent loads up and i just need to click ok ! Tells this the procedure entry point ?senccastresult@spell@qaexf@z could not be located in the dynamic link library ascent.exe
    Last edited by danis; 01-26-2008 at 10:23 AM.

  7. #7
    dann462's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Danis try this:
    Code:
    CREATE TABLE `mailbox_insert_queue` (
      `sender_guid` int(30) NOT NULL,
      `receiver_guid` int(30) NOT NULL,
      `subject` varchar(200) NOT NULL,
      `body` varchar(500) NOT NULL,
      `stationary` int(30) NOT NULL,
      `money` int(30) NOT NULL,
      `item_id` int(30) NOT NULL,
      `item_stack` int(30) NOT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

  8. #8
    danis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    274
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok cool thanks + rep that worked now I just get ascent.exe entry point not found THE PROCEDURE entry point ?SendCASTResult@Spell@@QAEXF@Z could not be located in the dynamic link library ascent.exee

  9. #9
    dann462's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It cause of your scripts, one of them make it, try to use another ones. (script_bin)

  10. #10
    danis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    274
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok lol thanks ! now other one .. Unknown column "muted" in fields list select acc login password gm.. muted FROM ACCOUNTS

  11. #11
    dann462's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    alter table accounts add column muted int(30) not null default 0;
    ^.^

Similar Threads

  1. [Release] Norwegian Elite Fun Server V2.0 (for 2.3.0 & Ascent 2.4 stable)
    By knaur in forum World of Warcraft Emulator Servers
    Replies: 217
    Last Post: 06-09-2008, 02:46 PM
  2. [Question/Request] Ascent 3.9-STABLE
    By Anarchy [RD] in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 04-04-2008, 11:31 PM
  3. Bug on Ascent 2.8 "stable"
    By fonillius in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 01-26-2008, 03:07 AM
  4. ascent 2.8 stable error!
    By exrate1337 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 01-12-2008, 11:28 PM
  5. Ascent 2.4-STABLE
    By LJN in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-23-2007, 08:25 PM
All times are GMT -5. The time now is 01:09 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