Custom Query (16363 matches)
Results (754 - 756 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;
}
|
|||
| #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 |
|||
| #1292 | fixed | Vista Host STOP crash 0x0000007F (vmxon #GP; fixed in SVN) | ||
| Description |
When the main VirtualBox window is closed while a VM is running within a separate window, the host system crashes with a BSOD STOP error 0x0000007f. I am not sure if this is only with Vista. I have Vista and have Intel vt-x enabled in VirtualBox. My BIOS also has it enabled. |
|||

