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

Servo on Windows in VMware player gets 'NoAvailablePixelFormat' value 101 #18185

Closed
tigercosmos opened this issue Aug 22, 2017 · 1 comment
Closed

Comments

@tigercosmos
Copy link
Contributor

It seems like #9468 , but return value is different.

C:\Users\tigercosmos\Desktop\servo>mach run tests/html/about-mozilla.html
Failed to create window.: NoAvailablePixelFormat (thread main, at src\libcore\result.rs:860)
stack backtrace:
   0:     0x7ff7a3e2ee70 - backtrace::backtrace::trace<closure>
                        at C:\Users\tigercosmos\Desktop\servo\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.2\src\backtrace\mod.rs:41
   1:     0x7ff7a3e28ea4 - backtrace::capture::Backtrace::new
                        at C:\Users\tigercosmos\Desktop\servo\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.2\src\capture.rs:64
   2:     0x7ff79f091168 - servo::main::{{closure}}
                        at C:\Users\tigercosmos\Desktop\servo\ports\servo\main.rs:130
   3:     0x7ff7a564d5d4 - std::panicking::rust_panic_with_hook
                        at C:\projects\rust\src\libstd\panicking.rs:611
   4:     0x7ff7a564d449 - std::panicking::begin_panic<alloc::string::String>
                        at C:\projects\rust\src\libstd\panicking.rs:571
   5:     0x7ff7a564d322 - std::panicking::begin_panic_fmt
                        at C:\projects\rust\src\libstd\panicking.rs:521
   6:     0x7ff7a564d290 - std::panicking::rust_begin_panic
                        at C:\projects\rust\src\libstd\panicking.rs:497
   7:     0x7ff7a565737f - core::panicking::panic_fmt
                        at C:\projects\rust\src\libcore\panicking.rs:71
   8:     0x7ff79f11a7a8 - core::result::unwrap_failed<glutin::CreationError>
                        at C:\projects\rust\src\libcore\macros.rs:41
   9:     0x7ff79f10f859 - core::result::Result<glutin::Window, glutin::CreationError>::expect<glutin::Window,glutin::CreationError>
                        at C:\projects\rust\src\libcore\result.rs:762
  10:     0x7ff79f134896 - glutin_app::window::Window::new
                        at C:\Users\tigercosmos\Desktop\servo\ports\glutin\window.rs:271
  11:     0x7ff79f1863d3 - glutin_app::create_window
                        at C:\Users\tigercosmos\Desktop\servo\ports\glutin\lib.rs:50
  12:     0x7ff79f08fbbc - servo::main
                        at C:\Users\tigercosmos\Desktop\servo\ports\servo\main.rs:147
  13:     0x7ff7a564ead2 - panic_unwind::__rust_maybe_catch_panic
                        at C:\projects\rust\src\libpanic_unwind\lib.rs:98
  14:     0x7ff7a564dd52 - std::rt::lang_start
                        at C:\projects\rust\src\libstd\rt.rs:54
  15:     0x7ff79f091b3c - main
  16:     0x7ff7a5f53109 - __scrt_common_main_seh
                        at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:253
  17:     0x7ffe7c1b8364 - BaseThreadInitThunk
Servo exited with return value 101
@jdm
Copy link
Member

jdm commented Aug 22, 2017

The return value doesn't make a difference. Thanks for reporting!

@jdm jdm closed this as completed Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants