VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1819 - 1821 of 16363)

Ticket Resolution Summary Owner Reporter
#3243 fixed 3D hangs when running OpenGL Extension Viewer -> Fixed in SVN. darkfox
Description

I'm trying to run OpenGL Extension Viewer on Win2K (host is Kubuntu 8.10) When executing first visual test (spinning cube with OpenGL logo) 3D in VM hangs and I have to forcibly shutdown VM. Tweaking video memory size from 8 to 128 Mb doesn't help.

There are always same errors (OpenGL Warning:) in log (see attachment)

#3245 fixed gdb doesn't work in Linux guest -> fixed in SVN/2.1.4 Dummy000001
Description

Environment. Host: WinXP/32 SP2 on AMD Athlon64 x2 (old CPU, no fancy VM bits supported). Guest: Debian (Sid) 32 bit.

Starting from VBox 2.1.0, "gdb" under Linux guest can't set breakpoints. That means essentially one can't start program under debugger.

I have strace'd gdb and attaching output.

This is apparently the call where gdb fails:

ptrace(PTRACE_SETREGS, 2390, 0, 0xbfa5aaf8) = -1 EIO (Input/output error)

gdb works fine with 2.0.6.

#3246 fixed ARB_fragment_program extension broken -> Fixed in SVN. res
Description

ARB_fragment_program support is incomplete.

The following code leaves numTexCoords unitialized:

glGetIntegerv (GL_MAX_TEXTURE_COORDS_ARB, &numTexCoords);

The code is protected with a check whether the ARB_fragment_program extension is supported. The GL_MAX_TEXTURE_COORDS_ARB token is introduced in the ARB_fragment_program spec and thus should work when the extension is advertised.

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