if I start the game about the Webside now, I've got a error report.
After the Logg-In I've pushed the playbutton. After the last Maintenance I need to load something with the client. However, when I've clicked the "start" button on client, I got a e error report "Cannot run the gameclient".
As a consequence, I have the following question:
-> Do you have the same problem like me or do you know any solution ? If so, help me.
We have been informed that some users are experiencing “Run Client Error”. We will do our best to solve the problem as soon as possibleWe once again apologize for the inconveniences that occurred."
i dont want open new thread , but some guys on SYlvia WTB Shocker and podon , One told me he can refine fearless . sure he didnt say how , just to know if some guy hear this too ??
[Hilfe]Failed execute to Gameclient 01/05/2014 - S4 League - 6 Replies Hallo erstmal.
Ich habe folgendes Problem.
Ich wollte eben S4 League starten und bekomme folgende Meldung
Habe S4 schon Neuinstalliet ... was soll ich tun???
Danke schonmal im vorraus.
MfG Sarumon
Suche: Finalmt2 Gameclient 12/11/2010 - Metin2 Private Server - 2 Replies Hey, da die Homepage von Finalmt2 grade down ist wollt ich mal eben Fragen ob jemand den Link kennt, wo man den Gameclient herunterladen kann.
Wäre nett wenn mir jemand diesen Link per private Nachricht senden.
liebe Grüße
[Help] GameClient.cs and ALT Codes 04/13/2010 - CO2 Private Server - 6 Replies I am just wondering if I am correct in thinking that if I add the ALT codes to the following code, that people would not be able to try make characters with the ALT codes
public bool ValidName(string Name)
{
if (Name.IndexOfAny(new char { ' ', '', '#', '*', '\\', '/', '<', '>', ':', '"', '|', '?', '='}) > -1) //this is all windows folder invalids characters
{
return false;
}
else
{