And also the lack of sql profiler, which is a very important tool for debugging.
Session Server is not run.Quote:
I'm sorry for being a newbie, but why is this?
[Only registered and activated users can see links. Click Here To Register...]
I have configured this sessionQuote:
Session Server is not run.
or u have bad config on session server.
Thank you very much for responding and thank you very much for your time ... I took the steps that told me to change the ports, I went back to execute everything but I still have the same ... has there been any problem with the database? or some command that is not running, use msql 2012 :(:(Quote:
Really well and beautifully made thread that DK deserves. Thank you very much for your contribution! Im joining collaboration just for the cause :)
p.s Those having issues with Session server..
-> Go to Session Server/config.txt
[Only registered and activated users can see links. Click Here To Register...]
-> Change selected port (9638) to 1433 and restart Session Server.
Dont forget to restart also Dekaron Server..
p.s since i like "proper" fixes and not just "replace whole folder to fix it".. below is just for fun 77% loading fix (missing files in item folder).
@[Only registered and activated users can see links. Click Here To Register...]
Im curious why in your original draco patch inside maplist.csv you added light_draco_winter.txt since original client file (light_draco.txt) matches 100% global DK?
p.p.s Here is some preview of restoring/fixing dash skills (segnale only for now):
Changes:
- removed backstepshot from skill tree.
- added missing BWZ animations for dash skills.
- added Inditto, Deathtro, Cineaste (back, left, right) in skills, shop
- fixed some strings, changed icons to correspond each dash skill, etc, etc..
Note: I wanted game to be even more fast-paced.. so ive changed cd for all 4 dash skills to just 0.1s!
u dont need change anny port, put original port on config (9638)Quote:
Thank you very much for responding and thank you very much for your time ... I took the steps that told me to change the ports, I went back to execute everything but I still have the same ... has there been any problem with the database? or some command that is not running, use msql 2012 :(:(
[Only registered and activated users can see links. Click Here To Register...]
As you can see in the image, it remains on the dekaron server running. and he gets stuck there showing that mistake
A thousand apologies for asking and take the time but so I'm learning, thank you very much and greetings if you can help me or someone thank you very much :)
I agree with you, but config ive mention is as far as i can see to tell NOT which port to listen, but which database and port of SQL server to connect to as so:Quote:
I'm not sure setting Sessionserver port to 1433 is a good idea. It's the default mssql port so I doubt it'll even work, since session by default works as a server, and you can't bind 2 apps to 1 port (not that easy anyway, coz in general it is possible)
Unless of course your db works on a different port, or is on a different machine.
DATABASE_ADDRESS = 127.0.0.1,1433 DATABASE_DATABASE = ACCOUNT DATABASE_ACCOUNT = sa DATABASE_PASSWORD = 123456 DATABASE_ADDRESS_GAME = 127.0.0.1,1433 DATABASE_DATABASE_GAME = CHARACTER DATABASE_ACCOUNT_GAME = sa DATABASE_PASSWORD_GAME = 123456 DATABASE_ADDRESS_RANKING = 127.0.0.1,[COLOR="Red"]1433[/COLOR] DATABASE_DATABASE_RANKING = RANKINGDB DATABASE_ACCOUNT_RANKING = sa DATABASE_PASSWORD_RANKING = 123456
SESSION_SERVER_PORT = 10001