Custom Query (16363 matches)
Results (1261 - 1263 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1289 | fixed | WNetGetUniversalName fails with guest additions installed -> Fixed in 2.0.2 | ||
| 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 | ||
| 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. |
|||
| #1291 | fixed | Windows 2000 installation fails on 1.5.6 | ||
| Description |
When win2000 installation starts copying files VirtualBox is reset right after "Distributed Transaction Coordinator" message was displayed in progress window. Host is the same Win2000 |
|||

