Page 1 of 1

[Solved] Win10-64 crashes at startup on Ubuntu 18.04 (Bionic)

Posted: 30. Apr 2018, 22:47
by Melix2
Hello,

Upgraded to Ubuntu bionic last day and hasn't been able to get my VM up and running since then. Vbox+VM(same) were working fine in 16.04, e.g. before upgrade. The VM, windows 10 x64, crashes during boot; the state is reported as "Aborted", however, once in a while I do see the error message from windows "user/password incorrect" before crash. Logs and vbox are attached.

Some additional information. Vbox is running in vncserver+fluxbox, thus everything is through RDP (not possible to test on the server itself).

FYI tried to solve it on IRC; the following was tried:
  • Upgrade to test version VirtualBox-5.2.11-122401-Linux_amd64.run and its matching ExtPack, Oracle_VM_VirtualBox_Extension_Pack-5.2.10-122406.vbox-extpack
  • Change core to 2 (before 4)
  • Remove all guest additions iso's, and use inbuilt
  • Disable Hyper-V (:None) (before default)
  • Enabled xHCI (before usb 1)
  • Disabled sound
I am also seeing these warnings in my terminal:

Code: Select all

:/$ virtualbox
Qt WARNING: Qt: XKEYBOARD extension not present on the X server.
Qt WARNING: Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.

Re: Win10-64 crashes at startup on Ubuntu 18.04 (Bionic)

Posted: 1. May 2018, 00:42
by Melix2
More info:

Code: Select all

Qt WARNING: Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
Error: no "view" mailcap rules found for type "inode/directory"
Can't call method "get_value" on an undefined value at /usr/bin/mimeopen line 159.
Xlib:  extension "XInputExtension" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "XInputExtension" missing on display ":1.0".
Xlib:  extension "XInputExtension" missing on display ":1.0".
Xlib:  extension "XInputExtension" missing on display ":1.0".
[6353:6353:0430/223331.614406:ERROR:gl_surface_glx.cc(426)] glxQueryVersion failed
[6353:6353:0430/223331.614529:ERROR:gl_initializer_x11.cc(157)] GLSurfaceGLX::InitializeOneOff failed.
[6353:6353:0430/223331.670033:ERROR:viz_main_impl.cc(195)] Exiting GPU process due to errors during initialization
Xlib:  extension "XInputExtension" missing on display ":1.0".
Error: no "view" mailcap rules found for type "inode/directory"
Can't call method "get_value" on an undefined value at /usr/bin/mimeopen line 159.
Xlib:  extension "XInputExtension" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "XInputExtension" missing on display ":1.0".
Xlib:  extension "XInputExtension" missing on display ":1.0".
Xlib:  extension "XInputExtension" missing on display ":1.0".
[6684:6684:0430/223332.418442:ERROR:gl_surface_glx.cc(426)] glxQueryVersion failed
[6684:6684:0430/223332.418466:ERROR:gl_initializer_x11.cc(157)] GLSurfaceGLX::InitializeOneOff failed.
[6684:6684:0430/223332.419547:ERROR:viz_main_impl.cc(195)] Exiting GPU process due to errors during initialization
[6644:6661:0430/223332.420317:ERROR:service_manager_context.cc(258)] Attempting to run unsupported native service: /opt/google/chrome/content_gpu.service
Xlib:  extension "XInputExtension" missing on display ":1.0".
[6296:6573:0430/223332.459402:ERROR:object_proxy.cc(617)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[6296:6296:0430/223335.023605:ERROR:gpu_process_transport_factory.cc(1007)] Lost UI shared context.
Created new window in existing browser session.
[6296:6331:0430/223342.592563:ERROR:service_manager_context.cc(258)] Attempting to run unsupported native service: /opt/google/chrome/chrome_renderer.service
[6296:6331:0430/223342.601477:ERROR:service_manager_context.cc(258)] Attempting to run unsupported native service: /opt/google/chrome/chrome_renderer.service
[6296:6296:0430/223344.509406:ERROR:gtk_key_bindings_handler.cc(125)] Not implemented reached in void libgtkui::Gtk2KeyBindingsHandler::BuildGdkEventKeyFromXEvent(const base::NativeEvent &, GdkEventKey *)
Qt WARNING: Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.

Re: Win10-64 crashes at startup on Ubuntu 18.04 (Bionic)

Posted: 3. May 2018, 22:33
by Melix2
Okay. So I spend some time investigating the Qt Warnings, and guess what... They were originating from a combination of a bad vncserver and VBOX. So they explanined why the VM crashed. The faulty vncserver is tightvncserver, v 1.3.10 installed from Bionic. I changed to tigervncserver 1.7.0. I don't see the warning anymore and also the VM with win10-64 works as expected. :D

Thanks for the help @socratis

Re: Win10-64 crashes at startup on Ubuntu 18.04 (Bionic)

Posted: 4. May 2018, 00:41
by socratis
Melix2 wrote:Thanks for the help @socratis
I saw that and I went: "Where's my post? Am I missing something? When did I help?" but then it hit me that we were going back and forth for an hour over IRC!!! :D

Really glad you got it resolved! Hope it can help others in similar cases. Qt, huh? Interesting...

Marking as [Solved].