VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1000 - 1002 of 16363)

Ticket Resolution Summary Owner Reporter
#6604 obsolete 3D functionality Nillem
Description

I tried to use OGRE (http://www.ogre3d.org/) in VirtualBox since you claim to support 3d features and I wanted to try out this combination for a research demonstrator project. I received the following exception:

OGRE EXCEPTION(3:RenderingAPIException): No GLX FBConfig support on your display in GLXGLSupport::GLXGLSupport at /home/student/ogre/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp (line 787)

This bug occurred when I tried the SampleBrowser which is part of the Ogre distribution:

$ ./SampleBrowser Creating resource group General Creating resource group Internal Creating resource group Autodetect SceneManagerFactory for type 'DefaultSceneManager' registered. Registering ResourceManager for type Material Registering ResourceManager for type Mesh Registering ResourceManager for type Skeleton MovableObjectFactory for type 'ParticleSystem' registered. OverlayElementFactory for type Panel registered. OverlayElementFactory for type BorderPanel registered. OverlayElementFactory for type TextArea registered. Registering ResourceManager for type Font ArchiveFactory for archive type FileSystem registered. ArchiveFactory for archive type Zip registered. DDS codec registering FreeImage version: 3.10.0 This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2 Registering ResourceManager for type HighLevelGpuProgram Registering ResourceManager for type Compositor MovableObjectFactory for type 'Entity' registered. MovableObjectFactory for type 'Light' registered. MovableObjectFactory for type 'BillboardSet' registered. MovableObjectFactory for type 'ManualObject' registered. MovableObjectFactory for type 'BillboardChain' registered. MovableObjectFactory for type 'RibbonTrail' registered. Loading library /home/student/ogre/build/lib/RenderSystem_GL Installing plugin: GL RenderSystem OpenGL Rendering Subsystem created. < Here exception occurs >

Although I am unsure of that you can interpret this, my question is if a) this is a bug? b) if it is not a bug, then do you plan to support this "GLX FBConfig" in the future?

Essentially, I want to use Gazebo (a robot environment 3D simulator based on OGRE) in a dynamic deployment profile of the demonstrator we are constructing. The potential performance penalty of using it on top of VirtualBox may be prohibitive, but I am currently investigating possibilities.

I attache the vbox.log

#6606 obsolete Wrong Path to cl.exe in "configure.vbs" if trying to compile VB OSE x64 on Windows yogg
Description

If VB OSE is compiled with the Microsoft Visual Studio 2005 x64 command prompt (Visual Studio 2005 x64 Win64-Command Prompt) the path to cl.exe is not correct.

configure.vbs Line 836 to 845

   if (strPathVC = "") And (Shell("cl.exe", True) = 0) then
      str = Which("cl.exe")
      if FileExists(PathStripFilename(strClExe) & "/build.exe") then
         ' don't know how to deal with this cl.
         Warning "Ignoring DDK cl.exe (" & str & ")."
      else
         strPathVC = PathParent(PathStripFilename(str))
         strPathVCCommon = PathParent(strPathVC) & "/Common7"
      end if
   end if
str = Which("cl.exe")
str -> x86 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\cl.exe"
str -> x64 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\amd64\cl.exe"

strPathVC = PathParent(PathStripFilename(str))
strPathVC -> x86 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC"
strPathVC -> x64 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin"

Also "strPathVCCommon" would be set to:

x86 -> "C:\Program Files (x86)\Microsoft Visual Studio 8/Common7" -> correct
x64 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC/Common7" -> not correct

configure.vbs Line 963 to 966

   if Shell(DosSlashes(strPathVC & "/bin/cl.exe"), True) <> 0 then
      MsgError "Executing '" & strClExe & "' (which we believe to be the Visual C++ compiler driver) failed."
      exit sub
   end if
strPathVC & "/bin/cl.exe" -> x86 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\cl.exe" -> is ok
strPathVC & "/bin/cl.exe" -> x64 -> "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\bin\cl.exe" -> will not work! Second "bin" should be "amd64"

"strPathVC" and "strPathVCCommon" will also be written into "AutoConfig.kmk". I don't know if the path would be multible times set to ".../bin/bin/cl.exe" at compilation time, or if this path is irrelevant (but i think not).

With this it is currently not possible to compile VB OSE x64 version.

yogg

#6608 obsolete repair operation does not reinitialise network adapters gnurepublic@linuxmail.org
Description

Problem: When accidentally or purposely deleting the installation folder the Repair operation of the installer does not setup the networking devices again.

Action leading to error:

  • Deleted the folder "%PROGRAMFILES%\Sun VirtualBox"
  • Select 'Repair' operation
  • Reboot host computer
  • Start virtual machine

A popup should occur telling that the 'VirtualBox Host-Only Ethernet Adapter' could not be created.

Beside that in the Control Panel there are no Virtual Box network interfaces listed.

Environment:

Windows XP Professional Service Pack 3

VirtualBox 3.1.2

OpenSuse Linux 10 as virtual machine.

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