Opened 14 years ago
Closed 5 years ago
#8318 closed defect (obsolete)
CR_SYSTEM_GL_PATH should not require trailing slash on Linux hosts
Reported by: | cendaaro | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 4.0.2 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description (last modified by )
Judging by line 23 of the attached log file, VirtualBox expects the CR_SYSTEM_GL_PATH to have a trailing slash (the correct location of the file is /opt/VirtualGL/fakelib/64/libGL.so.1, and CR_SYSTEM_GL_PATH=/opt/VirtualGL/fakelib/64). This is generally inconsistent with environment variable convention in Linux (see $PATH for example).
Lines 157-159 of trunk/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py confuse me slightly, as it seems to imply that Linux builds should *not* have a trailing slash appended. The strange thing is that this code hasn't changed since VirtualBox v3.x when I didn't have this problem. Perhaps the VirtualBox build environment has changed so that "linux" is now defined, or perhaps I am barking up the wrong tree altogether...?
Feedback appreciated.
Attachments (1)
Change History (2)
by , 14 years ago
comment:1 by , 5 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Obsolete, there were a lot of changes in that area and VirtualBox 6.1 dropped Chromium altogether.