• 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!

Compiling Need boost

Sekinpu

Member
Joined
Jul 7, 2020
Messages
34
Solutions
1
Reaction score
6
Hello, I'm reaching out with a request for someone to compress and upload the entire vcpkg folder with Boost 1.85 to mega.nz or somewhere similar. After updating to 1.86, the TFS server, Global-11x, isn't working as it should after compilation. Is there anyone who could help me with this?
 


I was having trouble compiling on Windows, but it was related to FMT, try seeing these commits if your server is TFs 1.3+
 
I reinstalled everything from scratch: VS 2022, vcpkg 1.86.
During the engine compilation, I’m getting these errors:
I’m about to implode from this crap.

LUA:
Severity    Code    Description    Project    File    Line    Suppression State    Details
Warning    C26495    Variable 'boost::detail::lcast::optimized_src_stream<char,std::char_traits<char>,39>::buffer' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\lexical_cast\detail\converter_lexical_streams.hpp    123       
Warning    C26495    Variable 'boost::asio::detail::deadline_timer_service<boost::asio::time_traits<boost::posix_time::ptime> >::implementation_type::might_have_pending_waits' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\deadline_timer_service.hpp    66       
Warning    C6255    `_alloca` indicates failure by raising a stack overflow exception.  Consider using _malloca instead.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\socket_ops.ipp    2551       
Warning    C6255    `_alloca` indicates failure by raising a stack overflow exception.  Consider using _malloca instead.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\socket_ops.ipp    2768       
Warning    C6387    'this->events_[0]' could be '0':  this does not adhere to the specification for the function 'CloseHandle'.     theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_event.ipp    57       
Warning    C6387    'GetModuleHandleA("NTDLL")' could be '0':  this does not adhere to the specification for the function 'GetProcAddress'.     theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_file_service.ipp    39       
Warning    C6387    'GetModuleHandleA("KERNEL32")' could be '0':  this does not adhere to the specification for the function 'GetProcAddress'.     theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_handle_service.ipp    285       
Warning    C6387    'waitable_timer_.handle' could be '0':  this does not adhere to the specification for the function 'SetWaitableTimer'.     theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_io_context.ipp    571       
Warning    C6387    'GetModuleHandleA("KERNEL32")' could be '0':  this does not adhere to the specification for the function 'GetProcAddress'.     theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_socket_service_base.ipp    249       
Warning    C6031    Return value ignored: 'UnregisterWaitEx'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp    106       
Warning    C6031    Return value ignored: 'UnregisterWaitEx'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp    158       
Warning    C6031    Return value ignored: 'UnregisterWaitEx'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp    201       
Warning    C6031    Return value ignored: 'UnregisterWaitEx'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp    254       
Warning    C6031    Return value ignored: 'UnregisterWaitEx'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp    307       
Warning    C6031    Return value ignored: 'UnregisterWaitEx'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp    409       
Warning    C6258    Using TerminateThread does not allow proper thread clean up.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    50       
Warning    C6001    Using uninitialized memory 'arg'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    91       
Warning    C6001    Using uninitialized memory 'entry_event'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    105       
Warning    C6001    Using uninitialized memory '*entry_event'.    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    107       
Warning    C26495    Variable 'boost::asio::detail::scheduler_thread_info::private_outstanding_work' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\scheduler_thread_info.hpp    34       
Warning    C26495    Variable 'boost::asio::detail::strand_executor_service::strand_impl::locked_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78       
Warning    C26495    Variable 'boost::asio::detail::strand_executor_service::strand_impl::mutex_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78       
Warning    C26495    Variable 'boost::asio::detail::strand_executor_service::strand_impl::next_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78       
Warning    C26495    Variable 'boost::asio::detail::strand_executor_service::strand_impl::prev_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78       
Warning    C26495    Variable 'boost::asio::detail::strand_executor_service::strand_impl::service_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78       
Warning    C26495    Variable 'boost::asio::detail::strand_executor_service::strand_impl::shutdown_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78       
Warning    C26495    Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::next_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp    86       
Warning    C26495    Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::prev_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp    86       
Warning    C26495    Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::socket_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp    86       
Warning    C26495    Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::state_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp    86       
Warning    C26495    Variable 'boost::asio::detail::win_thread::func_base::entry_event_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_thread.hpp    102       
Warning    C26495    Variable 'boost::asio::detail::win_thread::func_base::exit_event_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_thread.hpp    102       
Warning    C26495    Variable 'boost::asio::execution::detail::any_executor_base::object_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\execution\any_executor.hpp    489       
Warning    C26495    Variable 'boost::asio::execution::detail::any_executor_base::object_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\execution\any_executor.hpp    614       
Warning    C26495    Variable 'boost::asio::execution::detail::any_executor_base::target_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\execution\any_executor.hpp    614       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    72       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    74       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    76       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    78       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    80       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    82       
Warning    C26819    Unannotated fallthrough between switch labels (es.78).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    84       
Warning    C26498    The function 'boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl,5,1000000,6,__int64>::res_adjust' is constexpr, mark variable 'adjust' constexpr if compile-time evaluation is desired (con.5).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\date_time\microsec_time_clock.hpp    120       
Warning    C26498    The function 'boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl,5,1000000,6,__int64>::res_adjust' is constexpr, mark variable 'fractional_sec_per_sec' constexpr if compile-time evaluation is desired (con.5).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\date_time\time_system_counted.hpp    97       
Warning    C26495    Variable 'boost::function_base::functor' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\function\function_base.hpp    497       
Warning    C26495    Variable 'boost::detail::lcast::optimized_src_stream<char,std::char_traits<char>,2>::buffer' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    C:\vcpkg\installed\x64-windows\include\boost\lexical_cast\detail\converter_lexical_streams.hpp    123       
Warning    C26495    Variable 'Charm::type' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\charm.h    30       
Warning    C26439    This kind of function should not throw. Declare it 'noexcept' (f.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\enums.h    745       
Warning    C26439    This kind of function should not throw. Declare it 'noexcept' (f.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\item.h    390       
Warning    C26439    This kind of function should not throw. Declare it 'noexcept' (f.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\item.h    405       
Warning    C6262    Function uses '40168' bytes of stack.  Consider moving some data to heap.    theforgottenserver    H:\10.98\global-11x-main\engine2\src\luascript.cpp    1009       
Warning    C26817    Potentially expensive copy of variable 'damageEntry' in range-for loop. Consider making it a const reference (es.71).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\luascript.cpp    8629       
Warning    C26439    This kind of function should not throw. Declare it 'noexcept' (f.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\map.h    140       
Warning    C26495    Variable 'summonBlock_t::chance' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\monsters.h    85       
Warning    C26495    Variable 'summonBlock_t::max' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\monsters.h    85       
Warning    C26495    Variable 'summonBlock_t::speed' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\monsters.h    85       
Warning    C26439    This kind of function should not throw. Declare it 'noexcept' (f.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\monsters.h    93       
Warning    C26495    Variable 'voiceBlock_t::yellText' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\monsters.h    118       
Warning    C26495    Variable 'MonsterType::MonsterInfo::scriptInterface' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\monsters.h    189       
Warning    C26495    Variable 'NetworkMessage::buffer' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\networkmessage.h    46       
Warning    C26495    Variable 'TextMessage::<unnamed-type-primary>::color' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\protocolgame.h    55       
Warning    C26495    Variable 'TextMessage::channelId' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\protocolgame.h    58       
Warning    C26495    Variable 'RaidEvent::delay' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\raids.h    172       
Warning    C26495    Variable 'StoreOffer::female' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\store.h    213       
Warning    C26495    Variable 'StoreOffer::male' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\store.h    213       
Warning    C26495    Variable 'Weapon::weaponType' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver    H:\10.98\global-11x-main\engine2\src\weapons.h    72       
Error    C2027    use of undefined type 'std::_Replace_first_parameter<_Other,_Ty>'
        with
        [
            _Other=std::allocate_shared::_Refoa,
            _Ty=LockfreePoolingAllocator<void,35767>
        ]    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\xmemory    438       
Error    C2061    syntax error: identifier 'type'    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\xmemory    438       
Error    C2794    'type': is not a member of any direct or indirect base class of 'std::_Get_rebind_type<_Alloc,std::allocate_shared::_Refoa,void>'
        with
        [
            _Alloc=LockfreePoolingAllocator<void,35767>
        ]    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\xmemory    545       
Error    C2938    'std::_Normal_allocator_traits<_Alloc>::rebind_alloc' : Failed to specialize alias template
        with
        [
            _Alloc=LockfreePoolingAllocator<void,35767>
        ]    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\xmemory    746       
Error    C2938    'std::_Rebind_alloc_t' : Failed to specialize alias template    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3000       
Error    C2641    cannot deduce template arguments for 'std::_Alloc_construct_ptr'    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3002       
Error    C2893    Failed to specialize function template 'std::_Alloc_construct_ptr<_Alloc> std::_Alloc_construct_ptr(_Alloc &)'    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3002       
Error    C2784    'std::_Alloc_construct_ptr<_Alloc> std::_Alloc_construct_ptr(std::_Alloc_construct_ptr<_Alloc>)': could not deduce template argument for 'std::_Alloc_construct_ptr<_Alloc>' from 'std::allocate_shared::_Alblock'    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3002       
Error    C2662    'void std::_Alloc_construct_ptr<_Alloc>::_Allocate(void)': cannot convert 'this' pointer from 'std::_Alloc_construct_ptr' to 'std::_Alloc_construct_ptr<_Alloc> &'    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3003       
Error    C2672    'addressof': no matching overloaded function found    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3006       
Error    C2737    '_Ptr': const object must be initialized    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3006       
Error    C3536    '_Ptr': cannot be used before it is initialized    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3007       
Error    C2662    'allocator_traits<_Alloc>::pointer std::_Alloc_construct_ptr<_Alloc>::_Release(void) noexcept': cannot convert 'this' pointer from 'std::_Alloc_construct_ptr' to 'std::_Alloc_construct_ptr<_Alloc> &'    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3007       
Error    C2660    'std::shared_ptr<OutputMessage>::_Set_ptr_rep_and_enable_shared': function does not take 1 arguments    theforgottenserver    H:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\memory    3007       
Warning    C4242    '=': conversion from 'uint32_t' to 'uint16_t', possible loss of data    theforgottenserver    H:\10.98\global-11x-main\engine2\src\creature.h    123
 
Back
Top