You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Hello World counter from the readme on OSX 10.11.6, a panic occurs:
[ERROR][azul::logging] An unexpected panic ocurred, the program has to exit.
Please report this error and attach the log file found in the directory of the executable.
The error ocurred in: /Users/jasper/.cargo/git/checkouts/azul-dependencies-70bb1f94316762f9/380b7e7/tomaka.glutin#23b3b10/src/platform/macos/mod.rs at line 61 in thread main
Error information:
not yet implemented
Backtrace:
azul::logging::set_up_panic_hooks::panic_fn @ logging.rs:86
core::ops::function::Fn::call @ function.rs:69
std::panicking::rust_panic_with_hook @ panicking.rs:482
std::panicking::begin_panic @ panicking.rs:412
glutin::platform::platform::Context::new @ mod.rs:61
glutin::combined::CombinedContext::new @ combined.rs:58
azul::window::create_gl_window @ window.rs:845
<azul::window::Window<T>>::new @ window.rs:536
<azul::app::App<T>>::create_window @ app.rs:298
gui713::main @ main.rs:35
std::rt::lang_start::{{closure}} @ rt.rs:64
std::panicking::try::do_call @ panicking.rs:297
@ lib.rs:92
std::rt::lang_start_internal @ rt.rs:48
std::rt::lang_start @ rt.rs:64
Version / OS
azul version: a6d58ae
Operating system: OSX 10.11.6
Steps to Reproduce
Copy+paste example from readme to src/main.rs. Both cargo run and cargo run --release panic.
The text was updated successfully, but these errors were encountered:
Description
When running the Hello World counter from the readme on OSX 10.11.6, a panic occurs:
Version / OS
a6d58ae
Steps to Reproduce
Copy+paste example from readme to
src/main.rs
. Bothcargo run
andcargo run --release
panic.The text was updated successfully, but these errors were encountered: