Nawash Posted July 18, 2018 Share Posted July 18, 2018 Hi guys,I'm newbie with mumble and mumlib so forgive em if my question is stupid.I've built the mumlib source ( https://github.com/slomkowski/mumlib) and I'am experimenting with the sample.I've started a local murmur server and when I run the mumlib_example.exe, mumlib::Transport::doReceiveUdp() throws an exception (throwTransportException("UDP receive failed: " + ec.message()) line 205) with the 10022 error.I'm assuming that 10022 is WSAEINVAL error ?Then mumlib_example.exe crashes in win_iocp_io_service::cancel_timer at the InterlockedExchangeAdd call line.I'm obviously doing something wrong. Can you help ?Can you give me an hint so that I can continue my evaluation of mumble please ?Thanks Link to comment Share on other sites More sharing options...
Administrators kissaki Posted July 22, 2018 Administrators Share Posted July 22, 2018 I'm not familiar with mumlib, but this is where it is thrown: https://github.com/slomkowski/mumlib/blob/c5fc079b4cf40651ef25b6915c03074af2f3808d/src/Transport.cpp#L204 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now