MatchServer.exe Visual C++ Runtime Error
I used
GunZ July 21 2008 Client & Server Repack Part : 3 - With Custom Maps. of Phoenix.
But the MatchServer files still got error
the Microsoft Visual C++ Runtime Library.
Runtime Error!!...
Only this Matchserver have error...
I tried to download the Microsoft Visual C++ 2010 redistributable.
(32x and 64) i tried. = Failed
I tried to use the MSCONFIG. and Disable other Services. = Failed
I tried to Copy and Paste it on BR/June Gunz Server Files [Rev5] = failed.
I tried to use Registry Cleaner but = Failed
Can someone help me with this. Error...
thank you!!^^
Re: MatchServer.exe Visual C++ Runtime Error
Post your server log file.
Re: MatchServer.exe Visual C++ Runtime Error
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)ÀÔ´Ï´Ù.
[09/14/11 15:24:54] DBMS connected
[09/14/11 15:24:54] Command registeration completed
Inited client file list (1)
MMatchDBMgr::GetGambleItemList - Could not find stored procedure 'spGetGambleItemList'.
init gamble machine fail.
---------- Post added at 04:18 PM ---------- Previous post was at 03:20 PM ----------
bumpss...for my problems..
Re: MatchServer.exe Visual C++ Runtime Error
Re: MatchServer.exe Visual C++ Runtime Error
ok..i will try..but i just already using this..
thanks for your comments..^^...
Re: MatchServer.exe Visual C++ Runtime Error
MMatchDBMgr::GetGambleItemList - Could not find stored procedure 'spGetGambleItemList'. Because of that i meant?
PS: if it won't work send me your server.ini
Re: MatchServer.exe Visual C++ Runtime Error
Execute this script on your database:
Code:
GO
/****** Object: StoredProcedure [dbo].[spGetGambleItemList] Script Date: 08/14/2011 18:16:29 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROC [dbo].[spGetGambleItemList]
AS
BEGIN
SET NOCOUNT ON
SELECT GIID, Name, Description, Price
, DATEDIFF(mi, GETDATE(), StartDate) AS 'StartDiffMin'
, LifeTimeHour * 60 as 'LifeTimeMin', Opened, IsCash
FROM GambleItem(NOLOCK)
END
Re: MatchServer.exe Visual C++ Runtime Error
I prefer to use a fully functional DB tough ;)