VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2101 - 2103 of 16363)

Ticket Resolution Summary Owner Reporter
#12189 obsolete Windows 7 guest won't start on Ubuntu host when using kernel 3.11 Konstigt
Description

Host system is running Ubuntu 13.04. Upgraded kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.5-saucy.

When I start my Windows 7 guest, it won't boot. If I reboot to stock kernel 3.8.0 it boots fine.

$ apt-cache policy virtualbox-4.3 virtualbox-4.3:

Installed: 4.3.0-89960~Ubuntu~raring Candidate: 4.3.0-89960~Ubuntu~raring Version table:

* 4.3.0-89960~Ubuntu~raring 0

500 http://download.virtualbox.org/virtualbox/debian/ raring/contrib i386 Packages 100 /var/lib/dpkg/status

#13216 fixed Keyboard mapping missing Alt-Gr -> fixed in 4.3.x and later releases after 18 Nov 2014 Korkman
Description
  • Host
    • German Keyboard Layout (probably others as well)
    • Windows 8.1
  • Guest
    • Ubuntu Trusty based Distro
      • Tested: Linux Mint 17 Xfce both live and installed
      • Tested: Distro Guest Additions 4.3.10
      • Tested: Uninstalled Distro Guest Additions, installed included 4.3.14
    • German Keyboard Layout

Alt-Gr key does not work, disabling Pipe- and At-symbols (very annoying). Included 4.3.14 Guest Additions seem to work on first boot only, any guest reboot disables Alt-Gr again.

#9320 duplicate PutMouseEventAbsolute function produces a click with -2 offset on each coordinate -> duplicate of #9321 Sergey
Description

I am using VirtualBox SDK to move/click mouse on guest from app running on host through IMouse interface. I've noticed that when I call PutMouseEventAbsolute(x, y, 0, 0, 1) the real click happens at (x-2,y-2) position.

GA are installed, but Mouse Integration is disabled for the guest.

I have created .NET wrapper for VirtualBox.exe with tlbimp tool.

My program looks like this:

/

VirtualBoxClass vbc = new VirtualBoxClass(); IMachine vm = vbc.FindMachine("w7");

SessionClass s = new SessionClass();

vm.LockMachine(s, LockType.LockType_Shared);

s.Console.Mouse.PutMouseEventAbsolute(100, 100, 0, 0, 1);

/

the click happens at (98,98)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy