OpenNos VerifyLogin error

11/02/2018 17:53 moj333#1
Hello smart ones i have questions to OpenNos files.

After some time in searching better files of ON i found this:

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

First i was using files from Ciapa and others GitHub but i find out this might be better then...

I just started server on them.

Update-database - no porblem
Parser - no problem
And when i compile it i got surprise.

Master server working, login and world too, but when i want to log in its just crashes after login with no message.

Just after that visual giving me and error in VerifyLogin:
Code:
bool ignoreUserName = short.TryParse(clientData[2], out short clientVersion)
&& (clientVersion < 3075
|| ConfigurationManager.AppSettings["UseOldCrypto"] == "true");

Error: System.IndexOutOfRangeException: „Index was outside the bounds of the array.”

I know thats probably easy to solve problem but to be honest i dont know how to do it...

And this is a request for you all to help me find out solve.

Have nice day. :)

PS. Sorry for this crap english. :|
11/02/2018 22:39 LuisaX#2
You have to update the Loginpacket
11/02/2018 23:44 moj333#3
You mean official nostale as a luncher or in visual?

If in visual then how to do it?

(I tried updating official nt, still same error)
11/02/2018 23:56 LuisaX#4
Has nothing to do with updating the off client... Its in the Source
11/03/2018 18:20 moj333#5
Ok. Any idea for solution?

Solved by using update from thread:
[Only registered and activated users can see links. Click Here To Register...]

Thanks to: FI0w

And there comes another error. After login i dont have any server to choose...