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)

Yo123 10/27/2010 21:26

The Arcane Troubleshooting Thread
 
Common questions and answers.
Use this thread to post stuff that does not belong to coding/db creating.

ensar00 10/27/2010 21:32

finally..

penelopee 10/27/2010 22:58

where can i download the files , what i need to have this pserver ?

kurZzen 10/27/2010 23:03

You should actually put in download all the latest versions of the files needed ;p

Xsense 10/27/2010 23:14

They will be released on the SVN soon.
As soon as thats done you can download it.

CrystalCoder 10/28/2010 01:55

database issue
 
here is a picture:
[Only registered and activated users can see links. Click Here To Register...]

Xsense 10/28/2010 01:58

You left a field NULL
In users table
Make sure you either enter a 0 or something.
Instead of leaving it NULL

CrystalCoder 10/28/2010 08:14

thx man ;)

edited: now i have fiield to connect to server C:5

Ninja1337 10/28/2010 08:19

i'am getting this error
[Only registered and activated users can see links. Click Here To Register...]
i setup my database.ini and settings.ini

CrystalCoder 10/28/2010 09:38

ok problem solved now when i go to city i get this error
[Only registered and activated users can see links. Click Here To Register...]

xnukex77 10/28/2010 09:38

where is database ?

rofman2008 10/28/2010 11:41

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...]

SyNChR0 10/28/2010 11:52

[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...]

where is problem -_- ? ...

Xsense 10/28/2010 12:00

SyNChR0
Create a new database
Then download the .SQL file from the svn
Then just copy / paste the content into a new query and execute it.

Rofman your pc name is incomplete
The name should be something like
Code:

Source=BLACK-PC\SQLEXPRESS;
Nuke
Read my topic Srevolution
You will see a link to the database there.

3lyka 10/28/2010 12:05

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;

Xsense 10/28/2010 12:09

@3lyka
I will add your information to faq section of my topic
Thanks for posting :)

moldi 10/28/2010 12:10

when i log in my client is suddenly closed. a resolve?

Xsense 10/28/2010 12:16

You need to post the debug information from the gameserver.
Make sure you use version 1.702 KSRO
not higher or lower.

moldi 10/28/2010 12:18

Quote:

Originally Posted by Xsense (Post 7429275)
You need to post the debug information from the gameserver.
Make sure you use version 1.702 KSRO
not higher or lower.

wait a minute .

Yea, i have ksro version 1.702 . BTW, i can log only if i start proxy, if i dont start the proxy i got a chinesse error and (C9) .

Pic of gameserver:
[Only registered and activated users can see links. Click Here To Register...]

Xsense 10/28/2010 12:25

Change your X / Y / Z location in the database
Im resolving this issue.

moldi 10/28/2010 12:31

Quote:

Originally Posted by Xsense (Post 7429343)
Change your X / Y / Z location in the database
Im resolving this issue.

done, but now when i enter the id and pw, when i press start my client close again suddenly 8-|.

Xsense 10/28/2010 12:41

I think you changed something else on the karaktler table
Because its caused by a mssql null or something else
Post screenshot of the gameserver.

-Corelli 10/28/2010 12:43

i have error number 3241 :(


Quote:

TITLE: Microsoft SQL Server Management Studio
------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------
ADDITIONAL INFORMATION:

The media family on device 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\silk.bak' is incorrectly formed. SQL Server cannot process this media family.
RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3241)

For help, click: [Only registered and activated users can see links. Click Here To Register...]

------------------------------
BUTTONS:

OK
------------------------------

Xsense 10/28/2010 12:49

Reallif,
Use the .SQL file instead of the .bak
Then just make a new query on the database youve selected
And execute it.

moldi 10/28/2010 12:49

Quote:

Originally Posted by Xsense (Post 7429448)
I think you changed something else on the karaktler table
Because its caused by a mssql null or something else
Post screenshot of the gameserver.

done, solved. So, i created a char, walk and when i walk to jangan gate ( where must be the "soldiers" ) i have again the ObjectSpawnCheck()::error::...

-Corelli 10/28/2010 12:58

Quote:

Originally Posted by Xsense (Post 7429521)
Reallif,
Use the .SQL file instead of the .bak
Then just make a new query on the database youve selected
And execute it.

omg thank you:handsdown::handsdown:

Xsense 10/28/2010 13:00

Quote:

Originally Posted by moldi (Post 7429522)
done, solved. So, i created a char, walk and when i walk to jangan gate ( where must be the "soldiers" ) i have again the ObjectSpawnCheck()::error::...

As ive said before im resolving that issue
Just give it time.

@ReaLLiF
Welcome :)

Ninja1337 10/28/2010 13:11

does this emu support monster and npc spawning cuz it seems no for me
i run on empty towns

-Corelli 10/28/2010 13:41

lol c5:D

penelopee 10/28/2010 13:50

Could anyone help me ? How i must set all , where I must put the silk.sql and silk.bak ?? Please help me .

carra 10/28/2010 13:54

any1 can create video tutorial how to connect in ssql 2005 because i can't connect i say:

Server name: FloRe-PC\SQLEXPRESS
Authentication: SQL Server authentication
Login: sa
Pw: 1234

and give text error

* White * 10/28/2010 14:10

How to download and where to extract?!
Quote:

DOWNLOADS
The link to download the source files:
[Only registered and activated users can see links. Click Here To Register...]
Quote:

The database is here
[Only registered and activated users can see links. Click Here To Register...]
Someone can creat video totorial about this. Then there will be 50% less qustions. How,what,where ?

penelopee 10/28/2010 14:25

Could anyone make a nice tutorial , how to make a SQL account , but I and my firend got error @ the Login Server . Please help us.

jacksσN. 10/28/2010 14:26

Can One Make a tutorial -.- i become MSQ Errors - PLSS =(

LastThief 10/28/2010 14:35

soon i will create 1 don't worry it will be ready on friday

Miki Maus 10/28/2010 14:39

Quote:

Originally Posted by LastThief (Post 7430692)
soon i will create 1 don't worry it will be ready on friday

lol point of helping leechers?
here's my help: [Only registered and activated users can see links. Click Here To Register...]
:bandit:

* White * 10/28/2010 14:45

Quote:

any1 can create video tutorial how to connect in ssql 2005 because i can't connect
[Only registered and activated users can see links. Click Here To Register...]



We need guide with video photos , how to where what and so on ..
PLz. Its hard to uderstand where to extract some files............. :confused:

How to download and where to extract?!
Quote:

DOWNLOADS
The link to download the source files:
[Only registered and activated users can see links. Click Here To Register...]
Quote:

The database is here
[Only registered and activated users can see links. Click Here To Register...]

xnukex77 10/28/2010 15:11

Quote:

Originally Posted by White&Black (Post 7430343)
How to download and where to extract?!

Someone can creat video totorial about this. Then there will be 50% less qustions. How,what,where ?

bad link:cool:

* White * 10/28/2010 15:15

1.THis is not about link. This is about where to download source files and where to insert them.
[Only registered and activated users can see links. Click Here To Register...]

2.Where to insert database... ?
[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?

HaGsTeR 10/28/2010 15:18

im getting ObjectSpawnCheck<>::Error...
crashes my client and bugs my char if im to close to npcs or anything


All times are GMT +2. The time now is 01:58.

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