This have been answered several times, you should use the search button... Would help a lot.
Quote:
2 Minutes Searchin':
Failed to connect to game server, after selecting server and clicking ok
May be caused by Windows Firewall blocking the client trying to connect to the server.
Can also be caused by the incorrect IP address entered in D:\SHAIYA_SERVER\SERVER\PSM_Client\Bin\Config\ps_g ame.ini on the line that starts with GamePublicIP=
It could possibly also be from incorrect IP addresses in other .ini files.
Disconnect after selecting game server and clicking ok
Most likely you have incorrect or missing data in your database. There could be many causes of this. I'd suggest using the SQL profiler to trace what happens in this case and look for error messages in the logs. If there is an error message present in the logs try to find which SQL query that you traced with the profiler caused it.
I've ran into this specific cause of the above many times now, and it always happens to me when I set up a fresh server. Never have I seen anyone else mention it before though. I decided to add it here just in case it would be useful to someone.
Inside of PS_GameData.dbo.usp_Read_Char_Product_Item_E there is this query:
Code:
SELECT Slot,ItemID,ItemCount FROM PS_USERDB01.PS_Billing.dbo.Users_Product WHERE UserUID=@UserUIDSince PS_USERDB01 does not exist, it causes my client to disconnect after selected the server and clicking ok.
To fix it, I remove PS_USERDB01 from the stored procedure so the query looks like this:
Code:
SELECT Slot,ItemID,ItemCount FROM PS_Billing.dbo.Users_Product WHERE UserUID=@UserUID[GUIDE] Troubleshooting Common Server Set Up Problems
common drop item problem 02/10/2012 - Metin2 Private Server - 1 Replies ich will da was einfügen
wenn ich den server starte zeigt der nen fehler an das die trash is also kaputt und dan dumpet core
obwohl ich alles richtig gemacht hab
NOT INIT MATRIX
Success Config_Init()
LocaleService locale/hongkong/big5_string.txt
Do open file (locale/hongkong/forkedmapindex.txt)
ConnectDBCheckAuthAssertion failed: (m_pUsedList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear"), function CDynamicPool, file ../../common/pool.h, line 41.
3(6)0x - Common Logintool Problem 09/25/2008 - Dekaron Private Server - 5 Replies I don't know if anyone has this problem but The only thing I can tell you is that this has been happeing with me foreve. I can't even start the logintool! This is what error I get:
http://uploadpicz.com/images/AWBS37Q.jpg
So if any of you can help me out. Thanks in advance!
common.MPQ Problem 08/31/2007 - World of Warcraft - 3 Replies Hi,
Ich bin ein absoluter Rookie und möchte meinen männlichen Tauren zu einer weiblichen Untote changen.
Natürlich hab ich die Tutorials gefunden, allerdings scheiter ich schon beim 1. Punkt.
Problem ist: Wenn ich die common.MPQ öffne, zeigt mir WarcraftStudio keine Rubriken bzw überhaupt nichts an.
Der Pfad wird zwar darüber korrekt angezeigt, aber anscheinend ist es leer.
common.MPQ Problem 08/31/2007 - World of Warcraft - 3 Replies Hi,
Ich bin totaler Rookie und möchte meinen Tauren in eine Untote changen.
Hab mir natürlich die Tutorials gesucht, allerdings scheiter ich schon beim 1. Punkt.
Die common.MPQ lässtsich zwar mit WarcraftStudio öffnen, aber zeigt keinerlei Rubriken an, weder Character noch Weapons oder sonst was.
Hat das Problem noch jemand ? Und gibt es eine einfache Lösung ?
common.MPQ Problem 08/30/2007 - World of Warcraft - 0 Replies Hi,
Ich bin totaler Rookie und möchte meinen Tauren in eine Untote changen.
Hab mir natürlich die Tutorials gesucht, allerdings scheiter ich schon beim 1. Punkt.
Die common.MPQ lässtsich zwar mit WarcraftStudio öffnen, aber zeigt keinerlei Rubriken an, weder Character noch Weapons oder sonst was.
Hat das Problem noch jemand ? Und gibt es eine einfache Lösung ?