way i'm geting this error? http://i.imgur.com/giK4RIZ.jpg
please help me .....
Printable View
way i'm geting this error? http://i.imgur.com/giK4RIZ.jpg
please help me .....
o.O i never got this error.
Hum... Where are u got it? What you did to get this error? Connect to game, log-in, create char, enter map?
These errors is because mysql don't support multiple active result sets. there are anything that is trying to do some querys twice or at same time =/
when i enter the game ... i click connect but nothing happen if i refresh the server list the server "test" disappear an when i look on gameserver window i see that error ... please tell me if i need to change the "myql" version or the settings".
Use XAMPP for php and mysql: https://www.apachefriends.org
If is the server's list error, so probally you have to check again the files:
- C:\xampp\htdocs\Web\server\serverlist.de
- C:\xampp\htdocs\Web\server\serverlist.fr
- C:\xampp\htdocs\Web\server\serverlist.uk
Spoiler:
Check again those files too:
- C:\xampp\GameServer\config\network\networkConfig.xml : (Just copy and paste this)
Spoiler:
- C:\xampp\GameServer\config\network\databaseConfig.xml : (Change here the dbname, root user and root pass.)
Spoiler:
Those is the confiugs files for servers list ^^
Are u using Tera-Single or Neolauncher ? The web's folder is different from one to another. You have to use the correct for can connect with sucess.
You are using some wrong file. See this: https://forum.ragezone.com/f797/tera...8/#post8394588
LOL, still no one is interested with helping here.
I feel now like a dumb.
ok i did use those filles but same problem the thing is only whit this version is not working i have the teraemu_280315_source and whit that filles is working.Quote:
Can anyone shed some light on how the encryption and decryption functions in Crypt.cs are supposed to work in conjunction with each other?
Let's say I have:
Output (example):Code:Session session = new Session();
session.ServerKey1 = Utils.Random128Key();
session.ServerKey2 = Utils.Random128Key();
session.ClientKey1 = Utils.Random128Key();
session.ClientKey2 = Utils.Random128Key();
session.Init();
byte[] test = System.Text.Encoding.ASCII.GetBytes("hello");
Console.WriteLine("Plaintext:");
Console.WriteLine(BitConverter.ToString(test));
session.Encrypt(ref test);
Console.WriteLine("Encrypted:");
Console.WriteLine(BitConverter.ToString(test));
session.Decrypt(ref test);
Console.WriteLine("Decrypted:");
Console.WriteLine(BitConverter.ToString(test));
What am I doing wrong?Code:Plaintext:
68-65-6C-6C-6F
Encrypted:
B4-76-BF-25-62
Decrypted:
4B-8C-EC-D9-1D
I'm trying to answer others people questions. I'm not too good with C# language, so I can't help much, sorry.
I did 2 new implements, and share here, but its that all that i can did by now ... =/
Sorry for not be able to help more, but don't fells like that. You are doing a very nice job, thank you very much ! xD
Hum... so if you have already the old version. I think its possible to be the database.
Delete all your TERA database, and create it again. Maybe its the error that u are getting :D
diego00, upload your build with source code, i will replace links with things what you done. I have now little time, because i'm working 9 hours per day, need to buy notebook, so i will continue this out of home.
I am also not involved with the server programming. But I downloaded Visual Studio yesterday. I learned Pascal, Omikron Basic and GFA-Basic in the 80's. So I know a little bit of compiling and linking. Yesterday, I compiled the source without errors. My Web-Server and my Mysql-Server of TERA are running on my virtual machine of my Forsaken World Server. Without problems. Why should I install MySql and Apache twice on my computer? No reason for it.
With a little bit knowledge about network and computers, this release is very easy to install. I have a good suggestion for all the people have problems with this release. Learn more about computers and not about grinding.
Have a nice day
bluebyte