cannot find 7zDec.exe

Added by speissoditi almost 6 years ago

Hello everybody,

I'm trying to compile Ryzom core and I just have one link error blocking me.

The error concerns the Seven Zip decoder project of the solution, it seels it cannot be found.

LINK : fatal error LNK1104: cannot open file 'G:\Ryzom\code\build\bin\Debug\7zDec.exe'.

Is not the compiler the one supposed to generate this file ?

Thank you.


Replies (8)

RE: cannot find 7zDec.exe - Added by kervala almost 6 years ago

Hi,

Did you check if there is no error while compiling 7zDec.exe ?

RE: cannot find 7zDec.exe - Added by speissoditi almost 6 years ago

Hello,

Thank you for answering.

Yes, I cleaned all the solution and regenerated it, the only error I have is this one.

RE: cannot find 7zDec.exe - Added by kervala almost 6 years ago

I mean, could you check if there is any previous errors before ?

I suppose the LINK : fatal error LNK1104: cannot open file 'G:\Ryzom\code\build\bin\Debug\7zDec.exe'. is the last one.

The only reason for this error without any previous error is 7zDec.exe currently in use.

RE: cannot find 7zDec.exe - Added by speissoditi almost 6 years ago

Ok, so I uninstalled everything and did another try, this time using VC++ Express 2008. I managed to compile the solution, run the server, run the client, I created a user, but I connect to the server, the screen stops on "connecting". I found in client.log the following lines :

WRN c74 ryzom_client_d.exe file.cpp 265 NLMISC::CIFile::open : Failed to open file 'FY_HOM_idle_face.anim', error 2 : No such file or directory
WRN c74 ryzom_client_d.exe path.cpp 516 NLMISC::CFileContainer::lookup : PATH: File (cp_hom_pose_face.anim) not found (CP_HOM_pose_face.anim)
WRN c74 ryzom_client_d.exe file.cpp 265 NLMISC::CIFile::open : Failed to open file 'CP_HOM_pose_face.anim', error 2 : No such file or directory
WRN c74 ryzom_client_d.exe path.cpp 516 NLMISC::CFileContainer::lookup : PATH: File (cp_hom_body_face.anim) not found (CP_HOM_body_face.anim)

Does anyone have an idea on how I can fix these messages ?

Thank you.

RE: cannot find 7zDec.exe - Added by kervala almost 6 years ago

That's only warnings, you can safely ignore that :)

I suppose it checks for some files and if it can't find them, switch to another.

RE: cannot find 7zDec.exe - Added by speissoditi almost 6 years ago

Allright, so would you have any idea why it just displays "connecting" and nothing happens ?

RE: cannot find 7zDec.exe - Added by kervala almost 6 years ago

That's not related to these warnings. If you need help about servers, you should first check servers logs, search on forum if people had the same problem before and ask to the community :)

We are not on your computer so we can't know what is not working, you have to provide more information before we could help you.

What do you try to do ? What tutorial did you follow ? Did you check each server one by one to know if there is no error ? Did you try your client on an official server (Open or Live) ? And so on...

RE: cannot find 7zDec.exe - Added by speissoditi almost 6 years ago

Yes sure sorry, I finally made it anayway. Dumb thing : My client was trying to connect to the official server. :/

Thank you for answering.

Now that it's running, the real challenge begins...

(1-8/8)