davewx7 / citadel

A turn based strategy game based on the Anura engine
Other
98 stars 25 forks source link

Assertion Failed #125

Closed eugeneloza closed 2 years ago

eugeneloza commented 6 years ago

Trying to download DLC:

CRITICAL: ./bin/anura : module::client::on_response(std::string)+0xad7 CRITICAL: ./bin/anura : std::_Function_handler<void (std::string), std::_Bind<std::_Mem_fn<void (module::client::)(std::string)> (module::client, std::_Placeholder<1>)> >::_M_invoke(std::_Any_data const&, std::string)+0x3b CRITICAL: ./bin/anura : std::function<void (std::string)>::operator()(std::string) const+0x26 CRITICAL: ./bin/anura : http_client::handle_receive(std::shared_ptr, boost::system::error_code const&, unsigned long)+0xddb CRITICAL: ./bin/anura : boost::asio::detail::reactive_socket_recv_op<boost::asio::mutable_buffers_1, std::_Bind<std::_Mem_fn<void (http_client::)(std::shared_ptr, boost::system::error_code const&, unsigned long)> (http_client, std::shared_ptr, std::_Placeholder<1>, std::_Placeholder<2>)> >::do_complete(boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_operation, boost::system::error_code const&, unsigned long)+0x10a CRITICAL: ./bin/anura : boost::asio::detail::task_io_service::poll(boost::system::error_code&)+0x154 CRITICAL: ./bin/anura : http_client::process()+0x73b CRITICAL: ./bin/anura : module::client::process()+0x3a CRITICAL: ./bin/anura() [0xa24ed5] CRITICAL: ./bin/anura : UTILITY_update_launcher(std::vector<std::string, std::allocator > const&)+0x337 CRITICAL: ./bin/anura : test::run_utility(std::string const&, std::vector<std::string, std::allocator > const&)+0x126 CRITICAL: ./bin/anura : main()+0x2e36 CRITICAL: /lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main()+0xf5 CRITICAL: ./bin/anura() [0x6abcc5] CRITICAL: --- Aborted

2017-10-22-093616_1366x768_scrot

Can this be "low on HDD space" problem?

eugeneloza commented 6 years ago

Full console output: aa.txt 700Mb still free on HDD so shouldn't be a HDD free space issue.

Debian Jessie Linux 64 bit.

eugeneloza commented 6 years ago

Yes, this definitely looks like a HDD space issue (1.4 Gb free space is not enough) Another screenshot:

2017-10-22-094825_1366x768_scrot

eugeneloza commented 6 years ago

Yes, 100% clear it's the HDD space issue. Everything went fine with 2+Gb of free space on HDD. Looks like the game needs ~1.5-1.8 Gb to install (download DLC).

sapientN3T commented 2 years ago

closing per gs' request