Error Match Server

Results 1 to 2 of 2
  1. #1
    Enthusiast torrentds is offline
    MemberRank
    Sep 2010 Join Date
    Brasil, MGLocation
    25Posts

    Error Match Server

    I am with the following error to start the match server :
    PHP Code:
    Load XML from memory strings.xml(0x0037) - SUCCESS
    Load XML from memory 
    cserror.xml(0x0037) - SUCCESS
    MMatchEventFactoryManager
    ::ParseEvent Event.xml¿¡ ¾ø´Â Event ID(2)ÀÔ´Ï´Ù.
    MMatchEventFactoryManager::ParseEvent Event.xml¿¡ ¾ø´Â Event ID(3)ÀÔ´Ï´Ù.
    MMatchEventFactoryManager::ParseEvent Event.xml¿¡ ¾ø´Â Event ID(2)ÀÔ´Ï´Ù.
    MMatchEventFactoryManager::ParseEvent Event.xml¿¡ ¾ø´Â Event ID(3)ÀÔ´Ï´Ù.
    [
    11/06/10 19:49:56DBMS connected

    [11/06/10 19:49:56Command registeration completed


    10
    MBMatchServer
    ::AddClanServerSwitchDownSchedule make close clan mode schedule successnext close clan mode time is 10-11-30 23:50

    10
    Inited client file 
    list (1)
    MMatchDBMgr::GetGambleItemList Não foi possível encontrar o procedimento armazenado 'spGetGambleItemList'.

    init gamble machine fail


  2. #2
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Error Match Server

    Execute this on your database:

    Code:
    USE [GunzDB]
    GO
    /****** Object:  StoredProcedure [dbo].[spGetGambleItemList]    Script Date: 12/26/2009 02:19:55 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    
    ALTER PROC [dbo].[spGetGambleItemList]
    AS
    BEGIN
     SET NOCOUNT ON
     
     SELECT GIID, Name, Description, Price
     , DATEDIFF(mi, GETDATE(), StartDate) AS 'StartDate'
     , LifeTimeHour * 60 as 'LifeTimeHour', Opened, IsCash
     FROM GambleItem(NOLOCK) 
    END
    It is recommended that you use my database to avoid all sorts of errors.
    http://forum.ragezone.com/f245/compl...tabase-696228/



Advertisement