Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 09:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



V15 Server setup problem

Discussion on V15 Server setup problem within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2015
Posts: 159
Received Thanks: 71
V15 Server setup problem

Hi,

war schon lange nicht mehr in der Szene hier aktiv und wollte jetzt aber mit ein paar Freunden umbedingt nochmal nen v15 server aufsetzen.

Nunja, wollte auch paar kleine Modifikationen in der Source vornehmen. Compilen klappt alles super, habe auch das Snippet für den Salt aus dem F.A.Q Bereich genommen. Dann noch in die WinMain.rc mitm Texteditor die sprache auf deutsch (6) geändert und compiled.

Account erstellt mit kikugalanettest (passwort "test") und beim einloggen kommt die meldung falsches passwort.

Jetzt ist die Frage warum und wie ich das beheben kann?

EDIT: Hab mal probiert das Passwort test im klartext in die datenbank zu speichern. Wenn ich das passswort jetzt falsch eingebe kommt falsches passwort wenn ich richtig test eingebe steht iwas in der messagebox, aber der client crasht so schnell das ich nich lesen kann was drin steht. in den logs steht auch nichts.

Danke im voraus
Yothri is offline  
Old 07/28/2015, 19:34   #2
 
╠ KαѕαιNσHαиα ╣'s Avatar
 
elite*gold: 344
Join Date: Jul 2015
Posts: 308
Received Thanks: 36
Are you sure the Salt you're using is correct?
Open VersionCommon.h on your Neuz source folder and check for the line:

Code:
#define DEV_SALT	"the_salt_is_here"
There is the defined salt for the passwords.
╠ KαѕαιNσHαиα ╣ is offline  
Old 07/28/2015, 19:45   #3
 
elite*gold: 0
Join Date: Apr 2015
Posts: 368
Received Thanks: 98
adde mich skype ich helfe dir über Teamviewer oder Anydesk
'Mope' is offline  
Old 07/28/2015, 20:20   #4
 
elite*gold: 0
Join Date: Jul 2015
Posts: 159
Received Thanks: 71
Quote:
Originally Posted by ╠ KαѕαιNσHαиα ╣ View Post
Are you sure the Salt you're using is correct?
Open VersionCommon.h on your Neuz source folder and check for the line:

Code:
#define DEV_SALT	"the_salt_is_here"
There is the defined salt for the passwords.
What exactly is this DEV_SALT?
Is the Neuz in any Developer mode or something?

@Mope, wenns garnich geht dann meld ich mich bei dir. Probiere jetz erstma mit dem DEV_SALT

Edit: #define DEV_SALT gibts bei mir in der VersionCommon.h garnich.
Yothri is offline  
Old 07/28/2015, 20:27   #5
 
elite*gold: 0
Join Date: Apr 2015
Posts: 368
Received Thanks: 98
ja add mich dann einfach wenn du hilfe brauchst.
'Mope' is offline  
Old 07/29/2015, 14:54   #6
 
elite*gold: 0
Join Date: Jul 2015
Posts: 159
Received Thanks: 71
Problem besteht immer noch, habe jetzt mittlerweile auch auf vs2003 source gewechselt. Weder im Original Zustand noch mit dem Snippet von der F.A.Q funktioniert es. Ich bekomme immer Passwort falsch.
Übrigens habe ich in der WinMain.rc die Sprache auf Deutsch gesetzt, falls dies relevant ist (sollte aber doch nicht mehr nach dem changen aufs Snippet von der F.A.Q) ?
Yothri is offline  
Old 07/29/2015, 15:51   #7
 
elite*gold: 0
Join Date: Jan 2014
Posts: 773
Received Thanks: 373
Fang einfach noch mal von vorne an und versuch alle schritte noch mal neu zu machen
Drabur is offline  
Old 07/29/2015, 16:19   #8
 
elite*gold: 0
Join Date: Jul 2015
Posts: 159
Received Thanks: 71
Quote:
Originally Posted by Drabur View Post
Fang einfach noch mal von vorne an und versuch alle schritte noch mal neu zu machen
xD Genau das war meine Vorgehensweise jetzt schon zum 3. Mal.
Es ist ja auch nicht so als wäre das alles Neuland für mich, nur hatte ich dieses Problem damals als ich nen Public Server gehostet hatte nie. Konnte einfach die Neuz compilen und feddig.
Yothri is offline  
Old 07/29/2015, 21:29   #9
 
╠ KαѕαιNσHαиα ╣'s Avatar
 
elite*gold: 344
Join Date: Jul 2015
Posts: 308
Received Thanks: 36
Quote:
Originally Posted by Yothri View Post
What exactly is this DEV_SALT?
Is the Neuz in any Developer mode or something?
Is one of the "salt" you are using to connect to the server.

Example:

Your server supports salt: serus, but your client is setted for: kikugalanet
When you login you will get: password incorrect.
Because in fact neuz will encrypt the password using kikugalanet salt, instead of serus.

You might want to check all the "szKey" values in your Neuz.cpp
Because them all are the corrently salt used for login, edit the used ones if needed.

If this isn't the reason of your password incorrect message.
Then probably there is something wrong with the server installation itself.
╠ KαѕαιNσHαиα ╣ is offline  
Old 07/30/2015, 12:06   #10
 
elite*gold: 0
Join Date: Jul 2015
Posts: 159
Received Thanks: 71
Quote:
Originally Posted by ╠ KαѕαιNσHαиα ╣ View Post
Is one of the "salt" you are using to connect to the server.

Example:

Your server supports salt: serus, but your client is setted for: kikugalanet
When you login you will get: password incorrect.
Because in fact neuz will encrypt the password using kikugalanet salt, instead of serus.

You might want to check all the "szKey" values in your Neuz.cpp
Because them all are the corrently salt used for login, edit the used ones if needed.

If this isn't the reason of your password incorrect message.
Then probably there is something wrong with the server installation itself.
By checking all the szKey values you meant to try out all the languages that are there right? Well did this almost for every szKey in that HashMD5 function.

What is weird is, the Neuz.exe given in the Resource Folder i downloaded from the Offi Files Index works perfectly and i can login into the world.
Yothri is offline  
Old 07/30/2015, 14:00   #11


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Lass dir von Mope helfen ^^ Er weiß was er tut und er kann es und wenn er es nicht schafft, dann meld dich bei mir
- Major is offline  
Old 07/30/2015, 14:28   #12
 
elite*gold: 0
Join Date: Jul 2015
Posts: 159
Received Thanks: 71
Quote:
Originally Posted by .ACE. View Post
Lass dir von Mope helfen ^^ Er weiß was er tut und er kann es und wenn er es nicht schafft, dann meld dich bei mir
Hatte Mopr schon im TV bei mir aufm PC. Gab allerdings Probleme mitm Compilen nach seinen Änderungen müsste die dannn noch mal anpassen.
Yothri is offline  
Reply


Similar Threads Similar Threads
[Problem]Setup Shaiya-Server on Root!
02/11/2014 - Shaiya PServer Development - 1 Replies
Hello everyone, I have an big problem.. On my OC it works fine aswell but i've bought an Root Server to make my Server Public for all. Now, i want to Install it but it won't work... I've tested much SQL Versions and work with Omega's EP4 Server Files. When i set up the Server with all Settings (SQL Configuration Manager and so on) i started the Server (Yes, the DB is attached) and then it wont work.. All Services go to > but Session don't do it... And when Session goes > then Userlog wont...
WoW Setup Problem!
04/24/2013 - World of Warcraft - 2 Replies
Hey Leute ich kann World of Warcraft nicht Installieren, auf dem anderem PC von Agando geht es möchte WoW aber auf dem PC hier! Hoffe ihr könnt mir weiterhelfen! Ich habe keine Probleme mit der Verbindung!! Er sucht die ganze Zeit nach Updates! (Bild1) Er sagt mir nach 5min einen Fehler an! (Bild2)
problem in sql setup
03/06/2012 - Rappelz Private Server - 1 Replies
http://www3.0zz0.com/2012/03/06/14/291885362.jpg i searched in google and i found out that this problem comes from IIS that is actually does not exist on my computer :D :D http://www3.0zz0.com/2012/03/06/14/545252850.jpg i need help plzzzzzzz :(
Having problem Wierd problem with [GUIDE-DETIALED] How to setup a server!
02/10/2010 - EO PServer Hosting - 1 Replies
Hellow, I just used this guide, to set up an EO private server. Everything is correct, but my AccountServer Keeps bugging. Can someOne help me ( via TeamViewer, .. ) ? Thnx, Greets Joris



All times are GMT +2. The time now is 09:33.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.