We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: