• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient.exe file doesn't work

Hello, I have a problem with compilation aswell. Linker gives shitload of information like this :
Code:
CMakeFiles\otclient.dir/objects.a(crypt.cpp.obj): duplicate section `.rdata$_ZTVN5boost6system14error_categoryE[vtable for boost::system::error_category]' has different size
CMakeFiles\otclient.dir/objects.a(crypt.cpp.obj): duplicate section `.rdata$_ZTVN5boost16exception_detail10bad_alloc_E[vtable for boost::exception_detail::bad_alloc_]' has different size
CMakeFiles\otclient.dir/objects.a(crypt.cpp.obj): duplicate section `.rdata$_ZTVN5boost16exception_detail10clone_implINS0_10bad_alloc_EEE[vtable for boost::exception_detail::clone_impl<boost::exception_detail::bad_alloc_>]' has different size
CMakeFiles\otclient.dir/objects.a(crypt.cpp.obj): duplicate section `.rdata$_ZTVN5boost16exception_detail14bad_exception_E[vtable for boost::exception_detail::bad_exception_]' has different size
CMakeFiles\otclient.dir/objects.a(crypt.cpp.obj): duplicate section `.rdata$_ZTVN5boost16exception_detail10clone_implINS0_14bad_exception_EEE[vtable for boost::exception_detail::clone_impl<boost::exception_detail::bad_exception_>]' has different size

OTC is instantly crashing like oscar wrote.
I am compiling it with Code Blocks on Windows 7 Proffesional N
I belive its some issue with libraries, but I have actually downloaded recommended ones: P
Thanks for replaying :)

@edit: Well I removed -Os flag and this wierd stuff diesapierd, I will confirm later if it worked in case someone is looking for a solution ;)

@edit2 Well now I have issue similar to Oscars, but I already used this solution that was provided unfortunately didnt help.
 
Last edited:
Back
Top