WorldServer warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\Neuz\DPLoginClient.cpp(551): warning C4390: ';' : empty controlled statement found; is this the intent?
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(336): error C2039: 'FindFile' : is not a member of 'CResFile'
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(377): error C3861: 'FindFileFromResource': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(390): error C2065: 'm_bResouceInFile' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(391): error C2352: 'CFileIO::Open' : illegal call of non-static member function
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(395): error C2039: 'FindFileFromResource' : is not a member of 'CResFile'
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(396): error C2365: 'FindFileFromResource' : redefinition; previous definition was a 'formerly unknown identifier'
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(403): error C2065: 'm_File' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(403): error C2228: left of '.Open' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(405): error C2228: left of '.Read' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(405): error C2065: 'm_byEncryptionKey' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(405): error C2070: ''unknown-type'': illegal sizeof operand
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(405): error C3861: 'm_File': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(405): error C3861: 'm_byEncryptionKey': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(406): error C2228: left of '.Read' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(406): error C2065: 'm_bEncryption' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(406): error C2070: ''unknown-type'': illegal sizeof operand
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(406): error C3861: 'm_File': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(406): error C3861: 'm_bEncryption': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(407): error C2228: left of '.Read' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(407): error C3861: 'm_File': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(414): error C2228: left of '.Read' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(414): error C3861: 'm_File': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(418): error C3861: 'Decryption': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(418): error C3861: 'm_byEncryptionKey': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(451): error C3861: 'm_bResouceInFile': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(452): error C2065: 'm_szFileName' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(453): error C2065: 'm_nFileSize' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(454): error C2065: 'm_nFileBeginPosition' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(455): error C2065: 'm_nFileCurrentPosition' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(456): error C2065: 'm_nFileEndPosition' : undeclared identifier
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(457): error C2228: left of '.Seek' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(457): error C3861: 'm_File': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(457): error C3861: 'm_nFileCurrentPosition': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(464): error C3861: 'm_bResouceInFile': identifier not found, even with argument-dependent lookup
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(468): error C2228: left of '.Close' must have class/struct/union type
c:\Users\xxx\Desktop\FlyffV15\FlyFF v15 Source\_Common\file.cpp(468): error C3861: 'm_File': identifier not found, even with argument-dependent lookup
LoginServer warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
LoginServer warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
LoginServer error LNK2019: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ) referenced in function "public: virtual void __thiscall CDPLoginSrvr::SysMessageHandler(struct DPMSG_GENERIC *,unsigned long,unsigned long)" (?SysMessageHandler@CDPLoginSrvr@@UAEXPAUDPMSG_GEN ERIC@@KK@Z)
LoginServer error LNK2001: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ)
LoginServer error LNK2019: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::CheckAuthAnswer(void)" (?CheckAuthAnswer@CCSAuth2@@QAEIXZ) referenced in function "private: void __thiscall CDPLoginSrvr::OnAuthQuery(class CAr &,unsigned long)" (?OnAuthQuery@CDPLoginSrvr@@AAEXAAVCAr@@K@Z)
LoginServer fatal error LNK1120: 2 unresolved externals
DatabaseServer warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
DatabaseServer warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
CoreServer warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Certifier warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
CacheServer warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
AccountServer warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
WorldServer warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Ich habe service pack 1 installiert
Und eine kleinere Frage: Wie ignoriere ich warnings ?
Hast du den DX_SDK,BOOST_SDK und Resource Ordner als Include Verweis hinzugefügt und den Lib als Library Verweis?
Ja habe ich aber trotzdem schon mal danke für deine Hilfe
Keiner eine Lösung ich weis nicht mehr weiter ist ja nicht so als ob ich nicht selbst daran arbeite, aber ich habe keine Ahnung was ich noch machen soll.
mit was bearbeitet man die .cpp ? gibts da ein extra programm ich machs mit Editor
und wie füg ich die in meinen server ein? ;OO
Wurde dir stark von Editor abraten.... Benutz doch Visual Studio oder Notepad.
@ Loliboob: Würde mal gucken ob du alles declariert hast was da steht.... Sonst fehlen vlt irgendwelche Datein. Warnings sind egal.... Die kommen immer.
mfg. Crowley
Probleme mit der Source ... 07/19/2012 - Flyff Private Server - 8 Replies Ich habe Awake in die Source von "Pixelfehler" geaddet. Alles wurde richtig compiled. Nur Problem ist,dass der befehl Ingame nicht funktioniert.
http://i.epvpimg.com/p8yjb.jpg
Ich habe noch ein Problem. Habe versucht die ganzen Zeit den Antihack zum starten zu bringen. Headmark ist auf "^" und somit auf 0x5e eingestellt. Ports sind die Standarts.
http://i.epvpimg.com/zC5vc.jpg
Source Probleme 03/11/2012 - Flyff Private Server - 0 Replies Hallo,
ich habe folgende Probleme, ich habe in meinem test Server lvl cap 300, was auch alles funzt nur was ein wenig buggt ist wenn ich 300 Slayer bin wird im Messenger 48-H angezeigt, woran liegt das?
Das ist bei jeder Klassen anders Knight 1-H etc..
Das zweite ist, ich habe in der propQuest.inc den Pettamer Quest also Pet Lvl up auf 300 gesetzt dennoch funzt es nur bis lvl 30. o,o
Hat vllt wär ein fix oder kann helfen wäre nice.
Gruss Ich
Petfilter Probleme RoC-Source 03/10/2012 - Flyff Private Server - 1 Replies Ich hab heute versucht den "pet filter Wakazaki Style" in meine Src einzubauen.
Jedoch hebt das Pet egal was IG einstelle immer das selbe auf.
Wo könnte das Problem liegen?
FlyFF Source v15 Probleme 04/22/2011 - Flyff Private Server - 2 Replies Hallo!
Ich habe die Source, die Sedrika(THX) released hat. Mit VS2003 klappt das auch alles mit dem compilen. Die Server starten auch alle super. Aber jetzt kommt das Problem: Mit der kompilierten Neuz kam erst, dass die Version nicht stimmt. Dieses Problem habe ich dann mim Reshacker gelöst. Nun startet auch der Client, aber es kommt der Fehler "Falsches Passwort" bei der Anmeldung. Mit der alten Neuz (die mit Sedrikas Servern läuft) komme ich bis zur Character Auswahl, aber beim Starten...
Source Probleme 12/10/2010 - Flyff Private Server - 5 Replies Hi Leute,
Ich hab ein Probleme. Ich finde ein paar source Datein nicht.
(z.b Party.h ; ProjectCmn.h ; guild.h ; )
Konnte mir einer Helfen ??
MFG FeuerPain