SR_GameServer closing

01/02/2014 14:31 shaielo1020#1
I open SR_GameServer and after 5 sec is close.

how fix it?
08/13/2014 20:03 Jenkzz#2
I've got same problem as you, still need help with it.
08/14/2014 13:47 Muhab*#3
have u copied data folder to sr_gameserver location ??
08/15/2014 11:31 Eslam Galull#4
1 :
Quote:
have u copied data folder to sr_gameserver location ??
2: if you edits something in refshopgood ,, maybe wrong packets cuz almost of gameservers didnt give a error on this problem nd just closed
08/16/2014 16:58 Halpalicious#5
Did you add anything new lately?
08/16/2014 21:04 khaledlollol#6
Well it's one of those:
-You added something in a wrong way.
-You didn't spoof the ip to the module.
-You haven't add the GS to the DEP exceptions.
08/21/2014 03:42 asanoftw#7
there's only 2 solutions for that problem

to create a NEW Database name and restore the old db u had,
[Only registered and activated users can see links. Click Here To Register...]
and copy these tabales > refshopgoods - refpackageitems - refScrapitems -

to the database you have problem in'

query to do that
Quote:
USE SRO_VT_SHARD
GO
TRUNCATE TABLE [dbo].[_RefObjItem]
GO
insert into SRO_VT_SHARD.dbo._RefObjItem select * from SRO_VT_SHARD1.dbo._RefObjItem
ChangeRefObjItems to your tabale , change SRO_VT_SHARD To ur name and the from , is means the database u will take the lines from , insert means the database you put into'