VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1261 - 1263 of 16363)

Ticket Resolution Summary Owner Reporter
#1288 fixed Windows XP Host momentary freezes Jason Lewis
Description

When I first installed vbox, it worked fine on a windows xp host. After a week or so, it developed this problem where as soon as I run vbox, windows starts momentarily freezing every 5 seconds or so. Each freeze lasts about a second.

This happens when I am in the vm chooser before I even start running a virtual machine.

I am running virtual box under windows xp sp2

#1289 fixed WNetGetUniversalName fails with guest additions installed -> Fixed in 2.0.2 Brian Havard
Description

On a windows guest (Win2K & XP give the same result) and Ubuntu host, using the Win32 API function WNetGetUniversalName() fails with error 67 (ERROR_BAD_NET_NAME) when attempting to determine the UNC path of a mapped network drive. After uninstalling the guest additions, it works as expected.

This is causing my application "File Commander" to fail to show network mappings of drives. I suspect it may also be causing a problem I have accessing data on remote servers using the Pervasive SQL database client.

Sample code to demonstrate the problem:

#include <stdio.h>
#include <windows.h>
#include <Winnetwk.h>

int main()
{
  char remote[1024];
  UNIVERSAL_NAME_INFO &uninfo = *(UNIVERSAL_NAME_INFO *)remote;
  DWORD len = sizeof(remote);
  DWORD rc = WNetGetUniversalName( "D:\", UNIVERSAL_NAME_INFO_LEVEL, remote, &len );

  if ( rc == 0 ) {
    printf( "remote=%s\n", uninfo.lpUniversalName );
  } else {
    printf( "rc=%d\n", rc );
  }

  return 0;
}
#1290 worksforme shutdown with ACPI-Hotkeys is defect sten
Description

My virtualbox 1.5.6 is installed on a Ubuntu Linux 7.10. The gast-system is Windows XP professional. The windows-session can be shutdown noth with ACPI-hotkeys. Strg (right)-H or selection menu. ACPI is installed and Strg-F for fullscreen functions.

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