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

attempting to run hello_world on OS X Mojave throws the below exception #164

Closed
jpitz31 opened this issue Apr 25, 2019 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@jpitz31
Copy link

jpitz31 commented Apr 25, 2019

Description

Please provide a detailed description of the behavior you're seeing or the behavior
you'd like to see below this comment.
Joes-iMac:azul jpitz$ cargo run --example hello_world
Compiling azul v0.1.0 (/Users/jpitz/Code/Rust/azul/azul)
Finished dev [unoptimized + debuginfo] target(s) in 12.30s
Running target/debug/examples/hello_world
[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/jpitz/.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>::new @ window.rs:536
<azul::app::App>::create_window @ app.rs:298
hello_world::main @ hello_world.rs:28
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
Screen Shot 2019-04-25 at 10 41 59 AM

Version / OS

OS X Mojave

  • azul version:
    v0.1.0

  • Operating system:
    OS X

Steps to Reproduce

cargo run --example hello-world

Additional Information

Sorry I could not find a log file in the debug folder
If you need me try anything, please ask

@jpitz31 jpitz31 added the bug Something isn't working label Apr 25, 2019
@fschutt
Copy link
Owner

fschutt commented Apr 25, 2019

Yes, that's a known bug, already covered in #131.

@fschutt fschutt closed this as completed Apr 25, 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