MailRuChamps / raic-2019

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while running in Ubuntu 18.04.

dilsonguim opened this issue · comments

I tried to run aicup2019 in Ubuntu 18.04 and I got the following output:

INFO - Guessed window DPI factor: 1
ERROR - panicked at 'not yet implemented', /builds/aicup/2019/app/.cache/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin-0.21.2/src/api/egl/mod.rs:1007:35
ERROR - stack backtrace:
0: batbox::logger::init_with_level::{{closure}}
1: std::panicking::rust_panic_with_hook
at src/libstd/panicking.rs:481
2: std::panicking::begin_panic
3: glutin::api::egl::Context::new
4: glutin::platform::platform::x11::Context::new_first_stage::{{closure}}
5: glutin::platform::platform::x11::Context::new_first_stage
6: glutin::platform::platform::x11::Context::new_impl
7: glutin::platform::platform::x11::Context::new::{{closure}}
8: glutin::platform::platform::x11::Context::try_then_fallback
9: glutin::windowed::<impl glutin::ContextBuilder>::build_windowed
10: geng_core::window::Window::new
11: geng_core::context::Geng::new
12: aicup2019::run_with
13: aicup2019::run
14: std::rt::lang_start::{{closure}}
15: std::rt::lang_start_internal::{{closure}}
at src/libstd/rt.rs:49
std::panicking::try::do_call
at src/libstd/panicking.rs:296
16: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:80
17: std::panicking::try
at src/libstd/panicking.rs:275
std::panic::catch_unwind
at src/libstd/panic.rs:394
std::rt::lang_start_internal
at src/libstd/rt.rs:48
18: main
19: __libc_start_main
20: _start