elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   SRO Coding Corner (https://www.elitepvpers.com/forum/sro-coding-corner/)
-   -   The Arcane Troubleshooting Thread (https://www.elitepvpers.com/forum/sro-coding-corner/807716-arcane-troubleshooting-thread.html)

Xsense 10/28/2010 15:31

I will compile a new release soon

@Hagster
Im working on that

-Corelli 10/28/2010 15:39

Quote:

Originally Posted by Xsense (Post 7431483)
I will compile a new release soon

@Hagster
Im working on that

i have connect to server C5 ?:D

SyNChR0 10/28/2010 15:46

Quote:

Originally Posted by HaGsTeR (Post 7431326)
im getting ObjectSpawnCheck<>::Error...
crashes my client and bugs my char if im to close to npcs or anything

xsect = 168 ysect = 96 NULL xpos = 762 ypos = 1343 ; zpos = 0

use this :P

Xsense 10/28/2010 15:49

Quote:

Originally Posted by ReaLLiF (Post 7431584)
i have connect to server C5 ?:D

Means wrong password

-Corelli 10/28/2010 15:59

Quote:

Originally Posted by Xsense (Post 7431725)
Means wrong password

thank you i need md5 password u give me?

Xsense 10/28/2010 16:01

What do you use the source latest revision or the old compiled version ?

For old use:
Password = admin
Code:

21232F297A57A5A743894A0E4A801FC3
For md5 generator go to:
[Only registered and activated users can see links. Click Here To Register...]

buldozera 10/28/2010 16:08

can someone make a tut how to enter the database with mssql cuz i dont have an idea how to use mssql

-Corelli 10/28/2010 16:31

Quote:

Originally Posted by Xsense (Post 7431877)
What do you use the source latest revision or the old compiled version ?

For old use:
Password = admin
Code:

21232F297A57A5A743894A0E4A801FC3
For md5 generator go to:
[Only registered and activated users can see links. Click Here To Register...]

rev 29

Now;

Requesting user confirmation And waiting waiting waiting ^^

penelopee 10/28/2010 16:35

Could someone make a tut , how to set the account in mssql?

buldozera 10/28/2010 16:46

can someone tell me how to add the database in mssql please ;d
cuz i havent used mssql before dont ignore me guyz xD

chea77er 10/28/2010 16:48

I get an Error on CheckCrowd(..)

penelopee 10/28/2010 16:48

Quote:

Originally Posted by buldozera (Post 7432185)
can someone tell me how to add the database in mssql please ;d
cuz i havent used mssql before dont ignore me guyz xD


Same here ... Please make a little tut , or just tell us , how to open the Database , with which programm ...


MFG: Penelopee

SyNChR0 10/28/2010 17:04

Quote:

Originally Posted by penelopee (Post 7432231)
Same here ... Please make a little tut , or just tell us , how to open the Database , with which programm ...


MFG: Penelopee

[Only registered and activated users can see links. Click Here To Register...] know everything ... try to learn ... not only to wait for something ...

rofman2008 10/28/2010 17:20

Quote:

Originally Posted by 3lyka (Post 7429214)
I post this because I helped someone and maybe that will help you


1.Server Table Should Look like in screen if some 1 have problem with it
[Only registered and activated users can see links. Click Here To Register...]

2.If you cannot connect with user "sa"

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
And other one:

Go to Security and Open "sa" (look at screens)

[Only registered and activated users can see links. Click Here To Register...]

And be sure "sa" user "Enabled"
[Only registered and activated users can see links. Click Here To Register...]

3.Settings
[SREVOLUTION_DATABASE]
connectionstring=Data Source=YourPC\SQLEXPRESS;Initial Catalog=Database(change to your);User Id=sa;Password=password of user "sa";MultipleActiveResultSets=True;

can you say an example for a DataBase ?

i think its name is silk ??


and now got that
[Only registered and activated users can see links. Click Here To Register...]

penelopee 10/28/2010 17:30

same here ...

Ghost in Flames 10/28/2010 17:47

guys i need your help when i open the database with mssql 2008 then it doenst show me tables

penelopee 10/28/2010 18:14

I hope tomorrow they have it with mysql but i know mutch about mysql , how to set , and how to edit db with Navicat Lite . thanks to all creators !

rofman2008 10/28/2010 18:25

Quote:

Originally Posted by xdlolhaha (Post 7433193)
guys i need your help when i open the database with mssql 2008 then it doenst show me tables

Me Too xD

penelopee 10/28/2010 18:47

I hope tomorrow they have it with mysql but i know mutch about mysql , how to set , and how to edit db with Navicat Lite . thanks to all creators !

megaman963 10/28/2010 19:14

Guys ... Help me ...
i want to restore the Database ... but it is tell me :
Quote:

The media family on device 'C:\silk.bak' is incorrectly formed. SQL Server cannot process this media family.
RESTORE HEADERONLY is terminating abnormally. (.Net SqlClient Data Provider)
im using mssql 2005 ...

xXRobinXx 10/28/2010 19:17

Quote:

Originally Posted by rofman2008 (Post 7429092)
why i cant login to MSSQL

My Database.ini is

Code:

connectionstring=Data Source=BLACK-PC;Initial Catalog=silk;User Id=sa;Password=1234;MultipleActiveResultSets=True;
[Only registered and activated users can see links. Click Here To Register...]

Well, if I'm right then you are using MSSQL Server 2008, if so try to uninstall it and install MSSQL Server 2005.
Even if that has nothing to do with your current problem, but it's here for troubleshooting.

xXRobinXx 10/28/2010 19:18

Hello.
I'm getting an error while trying to compile the fresh downloaded GameServer Project in Visual Studio 2010 Professional DE (MS-DN).

Code:

Fehler 1        Das Manifestsignaturzertifikat wurde nicht im Zertifikatspeicher gefunden.
The translation is:

Code:

Error 1 The manifest signing certificate was not found in the certificate store.
Sorry, the error itself is only translated by Google.

penelopee 10/28/2010 19:53

yea server is running now ^^

buldozera 10/28/2010 19:54

FUCK IM INGAME I MADE IT TOO XD

bfkj 10/28/2010 19:56

Quote:

Originally Posted by xXRobinXx (Post 7434890)
Hello.
I'm getting an error while trying to compile the fresh downloaded GameServer Project in Visual Studio 2010 Professional DE (MS-DN).

Code:

Fehler 1        Das Manifestsignaturzertifikat wurde nicht im Zertifikatspeicher gefunden.
The translation is:

Code:

Error 1 The manifest signing certificate was not found in the certificate store.
Sorry, the error itself is only translated by Google.

I become this message too.

rares495 10/28/2010 19:58

Do guild,job,party work?

zorrokiller 10/28/2010 20:51

Quote:

Originally Posted by bfkj (Post 7435480)
I become this message too.

Problem is fixed now!

ensar00 10/28/2010 20:54

Quote:

Originally Posted by zorrokiller (Post 7436353)
Problem is fixed now!

Thanks ^^

bfkj 10/28/2010 21:28

Thanks ;-).

chea77er 10/28/2010 21:30

Still stucking at Requesting user confirmation. + Error on CheckCrowd(..) that means that the there is already an Command to the Reader.

Xsense 10/28/2010 22:46

We allready fixed that part, download it from svn and compare :)

_BalzeR_ 10/28/2010 22:50

Delete.

shamir 10/28/2010 22:59

well cant import >.<... the database

_BalzeR_ 10/28/2010 23:19

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

Help

lordshreck 10/29/2010 00:13

[Only registered and activated users can see links. Click Here To Register...]

can think of a problem with the help please

thx

3lyka 10/29/2010 01:07

Quote:

Originally Posted by lordshreck (Post 7438416)
[Only registered and activated users can see links. Click Here To Register...]

can think of a problem with the help please

thx

Its loook like a problem but try connect to server

Darkness™ 10/29/2010 01:42

open the loginserver first, then the gameserver :), and in database dbo.server -> port 15780,

vnzla 10/29/2010 03:40

i have this error :(
[Only registered and activated users can see links. Click Here To Register...]

megaman963 10/29/2010 05:16

-.-
what about my problem !!
any one can help me ???

here the problem:
Quote:

The media family on device 'C:\silk.bak' is incorrectly formed. SQL Server cannot process this media family.
RESTORE HEADERONLY is terminating abnormally. (.Net SqlClient Data Provider)
i have post it before ... but no reply for me ...

please ... for anyone who is know ... tell me what can i do to fix this problem !!

3lyka 10/29/2010 05:18

Quote:

Originally Posted by megaman963 (Post 7439239)
-.-
what about my problem !!
any one can help me ???

here the problem:


i have post it before ... but no reply for me ...

please ... for anyone who is know ... tell me what can i do to fix this problem !!

If u cant restore try this
[Only registered and activated users can see links. Click Here To Register...]


All times are GMT +2. The time now is 02:07.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.