VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (427 - 429 of 16363)

Ticket Resolution Summary Owner Reporter
#2821 obsolete LucasArts OpenGL game not loading (SW: KoTOR) -> Fixed in SVN. Andreas Schöneck
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 Andreas Schöneck
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 xasm
Description

Hi,

I found a bug on the input parameter for a function in source code(maybe a "clerical error"),Although the function hasn't been used as yet , I think it will cause the problem if it is used. here are the information for the bug:

function name:pcnetGetMac,

file:/src/vbox/devices/network/devpcnet.cpp static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac) {

PCNetState *pData = INETWORKCONFIG_2_DATA(pInterface); memcpy(pMac, pData->aPROM, sizeof(*pMac)); return VINF_SUCCESS;

}

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".

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