Boost errors when running wesnothd on Ubuntu
Moderator: Forum Moderators
Boost errors when running wesnothd on Ubuntu
I am able to compile wesnothd with no issue, but when running it I get a boost error when it starts:
Any ideas what's going on?
Code: Select all
2025-04-11 00:57:37 info server: Server configuration from file: '/home/USER/wesnoth/myconfig.cfg' read.
terminate called after throwing an instance of 'boost::wrapexcept<boost::system::system_error>'
what(): assign: Bad file descriptor [system:9 at /usr/include/boost/asio/detail/impl/reactive_descriptor_service.ipp:120 in function 'assign']
./runwesnoth-server: line 3: 7759 Aborted (core dumped) ./wesnothd -v -c /home/wesnothowner/wesnoth/myconfig.cfg
--- wesnoth.gameplayer.club - The Wesnoth Game Player Club Wesnoth MP server, at the default port
-- https://wesnoth.gameplayer.club - My fan site for the great game Battle for Wesnoth
-- https://wesnoth.gameplayer.club/HostSplash - Get Wesnoth hosting for $14/month
-- https://wesnoth.gameplayer.club - My fan site for the great game Battle for Wesnoth
-- https://wesnoth.gameplayer.club/HostSplash - Get Wesnoth hosting for $14/month
Re: Boost errors when running wesnothd on Ubuntu
Sounds like you configured
fifo_path
to point to a path that cannot be opened. The given path should either be an existing, usable fifo or not exist so the fifo can get created there."If gameplay requires it, they can be made to live on Venus." -- scott
Re: Boost errors when running wesnothd on Ubuntu
Awesome, that pointed me in the right direction. Thanks!
--- wesnoth.gameplayer.club - The Wesnoth Game Player Club Wesnoth MP server, at the default port
-- https://wesnoth.gameplayer.club - My fan site for the great game Battle for Wesnoth
-- https://wesnoth.gameplayer.club/HostSplash - Get Wesnoth hosting for $14/month
-- https://wesnoth.gameplayer.club - My fan site for the great game Battle for Wesnoth
-- https://wesnoth.gameplayer.club/HostSplash - Get Wesnoth hosting for $14/month