Skip to content
New issue

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

Panic when running Hello World example on OSX #169

Closed
jaspervdm opened this issue May 8, 2019 · 1 comment
Closed

Panic when running Hello World example on OSX #169

jaspervdm opened this issue May 8, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@jaspervdm
Copy link

Description

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.

@jaspervdm jaspervdm added the bug Something isn't working label May 8, 2019
@fschutt
Copy link
Owner

fschutt commented May 9, 2019

Already reported, see #131.

@fschutt fschutt closed this as completed May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants