when i open Gameserver_CS.exe
Gameserver_CS is show "Gameserver has stopped working"
How to fix it ?
:cool:
http://upic.me/i/o8/144untitled.jpg
Printable View
when i open Gameserver_CS.exe
Gameserver_CS is show "Gameserver has stopped working"
How to fix it ?
:cool:
http://upic.me/i/o8/144untitled.jpg
Its probably port error from the config because i get the same error thats why i dont use it :D
Well as you see in my video tutorial GameServer_cS is running fine here (opens atleast)
thank you
how to change resolution Vigings client i use old karli client 9.1 but don't work. and how to change font ingame?
I'm getting two errors when I run the gameserver, followed by the a windows prompt for the gameserver to close, I pick no and it says it has stopped working and forces me to close the program.. Not sure why? Everything else bar chatserver is running and connecting. Haven't even gotten to checking if the main will connect..
You can download reschanger from http://www.fileplanet.com/161143/dow...lution-Changer and about Font i dont know :)...
could u share new update how to buid new server. this url is new version.
what u mean new update and the url is new version?
http://i.hizliresim.com/A58bgX.jpg
MuOnline.bak Databese Restore Eror ?
A thank you to you, as I said in my artificial
xD I wish i coud understood
Sent from my iPhone.
Later in the installation of artificial Let's results I write :)
- - - Updated - - -
http://i.hizliresim.com/GoN1Ly.jpg
database engine services failed
SQL server Replication ?
Works fine here mate, not sure how u installing it..
To resolve it, follow these steps:-
When the installation throws this error, click on OK and allow it to proceed. It will fail for Database Engine, but the SQL Server service should have been created. Check the Services console.
If the service is present, perform the following steps:-
1. Go to SQL Server Configuration manager, right click on the SQL Server service, and change the service account (if it is local system, give it a windows level account, and vice-versa). It might throw a WMI error but you will see the account getting updated anyway. If not, then use the Services console. Change the account for SQL Agent as well.
2. Next, try to start the service. It should come online.
3. However, you will not be able to log in to the SQL Server
4. Now stop the service and start it from the command prompt using -m -c -T3608 parameters.
5. Now try logging in to the server using admin connection from sqlcmd (sqlcmd admin:<server name><instance name> …)
6. Once logged in, use the sp_addsrvrolemember ‘<domainusername>’,’sysadmin’.
Also add the builtin/administrators to the sysadmin role
7. Now stop the service from the command prompt and start it from SQL Server configuration manager