Custom Query (16363 matches)
Results (427 - 429 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2821 | obsolete | LucasArts OpenGL game not loading (SW: KoTOR) -> Fixed in SVN. | ||
| Description |
The topic is discussed here in the forums: http://forums.virtualbox.org/viewtopic.php?t=12279 Desc: I started the game through the launcher. The screen turns black. Nothing more to expect from the game. I disabled videos and hardware cursor, VSync is off by default. Still the same result: black screen. When I enlarge the client window I can see that a windows error reporting window has come up, but it is barely recognizable due to the screen still being black where the game actually should be. After a reboot you can work with your guest again until then there is a big black rectangle on the screen. It seems that OpenGL is still in action or somewhat. Back to the game: I tried several settings: least quality textures, software sound etc. Nothing makes the game work. The game requires OpenGL 1.4 |
|||
| #2822 | duplicate | Cannot copy from logfile viewer | ||
| Description |
If you view the logfile through the interface, mark some text and copy (either pressing ctrl+c or select via context-menu) the text is not copied. |
|||
| #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". |
|||

