Custom Query (16363 matches)
Results (817 - 819 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1409 | fixed | "pcnetGetMac" error in source code | ||
| Description |
Hi,
function name:pcnetGetMac, file:/src/vbox/devices/network/devpcnet.cpp static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac) {
} file:/include/vbox/pdmifs.h typedef PDMMAC *PPDMMAC; DECLR3CALLBACKMEMBER(int, pfnGetMac,(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac)); the purpose on function is to output MAC address(6 Bytes), but pay attention to the second input parameter, the type is "PPDMMAC *" (double pointer), after execute "memcpy(pMac, pData->aPROM, sizeof(*pMac))", obviously it can't get result that we want. so,it should change the type for input parameter from "PPDMMAC *" to "PPDMMAC". |
|||
| #1411 | fixed | When using VBoxSDL, going fullscreen does not change resolultion of guest => Fixed in SVN | ||
| Description |
We are using VBoxSDL to start a Windows XP guest VM on a linux host. When going fullscreen (either by using the host key + f or by using the -fullscreen option) the guest does not change its resolution to the fullscreen's resolution. Instead the last used resolution is used and black borders are displayed around this. When using the qt GUI this works with the same VM and guest. This is the 1.5.6 OSE edition with guest additions r28266 installed. |
|||
| #1412 | fixed | Failed to create the VirtualBox COM object | ||
| Description |
When starting up a Critical Error box appears showing the following message: Invalid image file path: '/media/WD Passport/Office.iso' (VERR_ACCESS_DENIED). Result Code: 0x80004005 Component: DVDImage Interface: IDVDImage {140fff03-e479-4194-8562-abc4f8171009} It worked before with not problem OS: Linux Ubuntu Hardy Heron Virtualbox version: the non-free ubuntu Gutsy Gibbon package |
|||

