|
You last visited: Today at 09:36
Advertisement
[HELP]Server crashes
Discussion on [HELP]Server crashes within the Dekaron Private Server forum part of the Dekaron category.
01/26/2010, 22:45
|
#1
|
elite*gold: 0
Join Date: Dec 2009
Posts: 23
Received Thanks: 3
|
[HELP]Server crashes
Hello,
I get this message after started the server and viewed the Debugger.
Can somebody help me? What could be the source? SQL? I don't have a clue.
Kind regards,
Grazz
|
|
|
01/26/2010, 23:09
|
#2
|
elite*gold: 0
Join Date: Jan 2010
Posts: 101
Received Thanks: 13
|
Quote:
Originally Posted by Darth Nerd
Hello Epvpers,
to all who are having problems with the siege script and also
Deadfront not starting properly I have here a temporary fix.
Need more tests, as my time is short, i leave it here to all try
to improve it and also test it more.
Query:
Code:
USE [Character]
GO
/****** Object: UserDefinedFunction [dbo].[FN_BinDateToDateTime] Script Date: 01/10/2010 19:35:14 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
/******************************************************************************
The Name : dbo.FN_BinDateToDateTime
Description : Binary Date The DateTime Returns in the form of.
Returns :
History:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2006-05-05 Han Ji Wook 1. Initial creation
2.0 2010-01-10 ADM-Cyrax/Darth Nerd
******************************************************************************/
ALTER FUNCTION [dbo].[FN_BinDateToDateTime] (
@i_bin_time binary(4)
) RETURNS datetime
AS
BEGIN
DECLARE @v_datetime datetime
DECLARE @v_strAux varchar(20)
DECLARE @v_strtime varchar(20)
SET @v_strAux = CAST(CAST(@i_bin_time as int) as varchar(20))
IF len(@v_strAux) = 7
SELECT @v_strtime = '20100' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
IF len(@v_strAux) = 8
SELECT @v_strtime = '2010' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
SELECT @v_strtime = '200' + CAST(CAST(@i_bin_time as int) as varchar(20))
SELECT @v_strtime = SUBSTRING(@v_strtime,1,4)
+'-'+SUBSTRING(@v_strtime,5,2)
+'-'+SUBSTRING(@v_strtime,7,2)
+' '+SUBSTRING(@v_strtime,9,2)
+':'+SUBSTRING(@v_strtime,11,2)
SELECT @v_datetime = CAST(@v_strtime as datetime)
RETURN @v_datetime
END
[CENTER][COLOR="Red"]and[/COLOR][/CENTER]
EXEC sp_addlinkedserver 'LSV_GHBILL','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRCASH','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRHELION','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRQUNE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRRONDOW','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSIZ','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRTEST','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRZUTO','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSTA','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRACCOUNT01','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
[CENTER][COLOR="Red"]and[/COLOR][/CENTER]
exec sp_serveroption 'LSV_GHBILL','rpc out','true'
exec sp_serveroption 'LSV_GHBILL','rpc','true'
exec sp_serveroption 'LSV_DKRACNT','rpc out','true'
exec sp_serveroption 'LSV_DKRACNT','rpc','true'
exec sp_serveroption 'DKRCASH','rpc out','true'
exec sp_serveroption 'DKRCASH','rpc','true'
exec sp_serveroption 'LSV_DKRHELION','rpc out','true'
exec sp_serveroption 'LSV_DKRHELION','rpc','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc out','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc out','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc out','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc out','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc','true'
exec sp_serveroption 'LSV_DKRTEST','rpc out','true'
exec sp_serveroption 'LSV_DKRTEST','rpc','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc out','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc','true'
exec sp_serveroption 'LSV_DKRSTA','rpc out','true'
exec sp_serveroption 'LSV_DKRSTA','rpc','true'
exec sp_serveroption 'DKRACCOUNT01','rpc out','true'
exec sp_serveroption 'DKRACCOUNT01','rpc','true'
[CENTER][COLOR="Red"]and[/COLOR][/CENTER]
/GM DISTRIBUTE
/GM PLAYERCOUNT
/GM SUMMON [PC ID]
/GM RETURN [PC ID]
/GM ITEMDROPRATIO [ItemDropRatio(1.0)]
/GM MONEYDROPRATIO [MoneyDropRatio(1.0)]
/GM MOVEMAP [MAPINDEX] [X] [Y]
/GM RESET_ALLMONSTER
/GM RESETMONSTER [MONSTERINDEX]
/GM ghostmode [on/off]
/GM observermode [on/off]
/GM callmonster [MonsterIndex]
/GM callmonsters [index] [count]
/GM kick [PC ID]
/GM revive [PC ID]
/GM heal [PC ID]
/GM find [PC ID]
/GM chase [PC ID]
/GM dummycount
/GM damage [on/off]
/GM createbrick [BrickID]
/GM destroybrick [BrickID]
/GM guildheal [pc name]
/GM fieldheal [map index]
/GM guildreturn [pc name]
/GM fieldreturn [map index]
/GM siegereset
/GM siegestop
/GM siegestart [time]
/GM siegeend [time]
/GM guildwarstart [time]
/GM guildwarend [time]
/GM open_teleport
/GM close_teleport
/GM resetcooltime
/GM resetcooltime_map
/GM partywarstart [time]
/GM partywarend
/GM observermode [on/off]
/GM call [PC ID]
/GM callmonster [MonsterIndex]
/GM callmonsters [index] [count]
/GM chase [PC ID]
/GM close_teleport
/GM createbrick [BrickID]
/GM damage [on/off]
/GM destroybrick [BrickID]
/GM DISTRIBUTE
/GM dummycount
/GM EXPRATIO [percentage]
/GM fieldheal [map index]
/GM fieldreturn [map index]
/GM find [PC ID]
/GM FINISH [Kick Time] ([end time])
/GM ghostmode [on/off]
/GM guildheal [pc name]
/GM guildreturn [pc name]
/GM guildwarend [time]
/GM guildwarstart [time]
/GM heal [PC ID]
/GM ITEMDROPRATIO [ItemDropRatio(1.0)]
/GM kick [PC ID]
/GM MAXPC [Max Player number on the map]
/GM MAXPLAYER [Max Player Figures (including the standby)]
/GM MONEYDROPRATIO [MoneyDropRatio(1.0)]
/GM MOVEMAP [MAPINDEX] [X] [Y]
/GM NOTICE \[Notice Content]\
/GM observermode [on/off]
/GM open_teleport
/GM partywarend
/GM partywarstart [time]
/GM PLAYERCOUNT
/GM REGEN [Monster resurrection speed (percentage)]
/GM RESET_ALLMONSTER
/GM resetcooltime
/GM RESETMONSTER [MONSTERINDEX]
/GM RETURN [PC ID]
/GM revive [PC ID]
/GM siegeend [time]
/GM siegereset
/GM siegestart [time]
/GM siegestop
/GM SUMMON [PC ID]
|
Don't forgot to leave "THANKS" To
|
|
|
01/27/2010, 07:48
|
#3
|
elite*gold: 0
Join Date: Dec 2009
Posts: 23
Received Thanks: 3
|
Thank you I will try it later when VPS is back online
|
|
|
01/27/2010, 08:48
|
#4
|
elite*gold: 20
Join Date: Nov 2007
Posts: 2,854
Received Thanks: 1,891
|
post your whole screenshot
your giving us a little bit of info
|
|
|
01/27/2010, 20:13
|
#5
|
elite*gold: 0
Join Date: Dec 2009
Posts: 23
Received Thanks: 3
|
that's all of the error message :S the Debuggers stops because of memory overload and then this part of the debugger pops up.
|
|
|
01/27/2010, 21:35
|
#6
|
elite*gold: 0
Join Date: Jan 2009
Posts: 384
Received Thanks: 55
|
next time copy all that we see what it load and where come the problem
|
|
|
01/27/2010, 21:49
|
#7
|
elite*gold: 0
Join Date: Dec 2009
Posts: 23
Received Thanks: 3
|
this is all of the Dbugger what is useful because it loads properly until somewhere then the Dbugger crashes because of 90% memory use and then this part of the Dbugger pops up.
|
|
|
01/27/2010, 23:44
|
#8
|
elite*gold: 0
Join Date: Aug 2009
Posts: 1,297
Received Thanks: 928
|
how much ram do u have?
|
|
|
01/28/2010, 07:53
|
#9
|
elite*gold: 0
Join Date: Dec 2009
Posts: 23
Received Thanks: 3
|
3Gb of ram on the VPS.
|
|
|
01/28/2010, 08:04
|
#10
|
elite*gold: 0
Join Date: May 2008
Posts: 509
Received Thanks: 1,246
|
Try running it through a real debugger like Ollydbg. And post back where it crashs.
|
|
|
01/28/2010, 08:12
|
#11
|
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
|
Quote:
Originally Posted by maleket-el-oloob
Don't forgot to leave "THANKS" To

|
Fail.
That is sure not the Error, i can see Only a Disconnect from Server no Database Error.
|
|
|
01/29/2010, 03:11
|
#12
|
elite*gold: 0
Join Date: Nov 2007
Posts: 166
Received Thanks: 132
|
It could be missing Share File ... Because if a File is missing as you can see in the Screen that he wanted to load up Mapredcell/Deadfront didnt poped up any msg ... so it could be missing ^^ Try to find the File, which the server wanted to load up at last ...
|
|
|
 |
Similar Threads
|
MSG SERVER CRASHES DURING LG WAR
05/12/2010 - EO PServer Hosting - 1 Replies
can some1 tell me what i did wrong with the config
191 7000 3203000 3233000 21150 0 0 0
trying to make legion war start on wednesday at 20:30 to 23:30
but it crashes the msg server
|
Msg server crashes
05/04/2010 - EO PServer Hosting - 2 Replies
my host had a power outage today and when we went to reboot the servers we got this error.
http://img691.imageshack.us/img691/9303/98460586. png
tried everything re-hexing the shell.dat, reinstalling the servers, quadruple checked the configs.
|
Session Server crashes.. ->canot log in
04/25/2009 - Dekaron Private Server - 15 Replies
yoyoyo!
my session server crashes after like 1 second... i can start him before/after the other servers and it still crash, whatever i do. i searched, but there it seems that there isnt anybody who had the same problem.
the error looked liked this:
http://img19.imageshack.us/img19/2278/30205258.jp g
|
Sro crashes
09/05/2008 - Silkroad Online - 1 Replies
i dont know what happend suddenly my silkroad crashes like all 20 min or something ...
anyone know what i can do to solve it ???
thanks
|
My CE crashes
07/22/2008 - Cabal Online - 1 Replies
hi, recently I formatted my PC, i mean literally erased everything, and since i've done that everytime i turn on my CE along with cabal, my char gets DC'ed after 5mins or so...
well i didn't encountered this prob before, but ever since i cleaned my hard drive, this problem arrised, so could anyone help me about this...
i would really appreciate if you guys could help...
Please and Thank You...
|
All times are GMT +1. The time now is 09:37.
|
|