fschutt/azul

Application crashes immediately at launch

CoNsTaRs opened this issue · 1 comments

Description

Hello World example

Version / OS

  • azul version:
    from github

  • Operating system:
    Mac OS 10

  • Windowing system (X11 or Wayland, Linux only):

Steps to Reproduce

Additional Information

`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/constarwu/.cargo/git/checkouts/azul-dependencies-70bb1f94316762f9/bf2933b/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
std::panicking::rust_panic_with_hook
std::panicking::begin_panic
glutin::combined::CombinedContext::new
azul::window::create_gl_window
azul_test::main
std::rt::lang_start::{{closure}}
std::rt::lang_start_internal`

in line 61 Context::new:

if gl_attr.sharing.is_some() { unimplemented!() }

Same issue as the pinned #131.