Opened 12 years ago
Closed 11 years ago
#10719 closed defect (fixed)
OpenGL Error: Failed to find free space, to place repatch for glXFreeContextEXT.
Reported by: | mackron | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 4.1.18 |
Keywords: | OpenGL | Cc: | |
Guest type: | other | Host type: | other |
Description
I'm doing some 64-bit OpenGL development on a Linux guest, Vista host. Having 3D acceleration enabled gives the following error:
OpenGL Error: Failed to find free space, to place repatch for glXFreeContextEXT.
glxgears/glxinfo seems to be working fine. The app I'm building is built in 64-bit mode. Haven't been able to try 32-bit yet.
Everything is working fine with 3D acceleration disabled.
The error occurs during the first call to any glX function. Below is the call stack.
#0 0x7ffff54e8445 raise() (/lib/x86_64-linux-gnu/libc.so.6:??) #1 0x7ffff7e9c02c crError() (/usr/lib/VBoxOGLcrutil.so:??) #2 0x7ffff1541b80 ??() (/usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so:??) #3 0x7ffff1585926 ??() (/usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so:??) #4 0x7fffffff1278 ?? () (??:??) #5 0x1 ?? () (??:??) #6 0x7fffffffe758 ?? () (??:??) #7 0x7ffff15245b3 _init() (/usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so:??) #8 0x226b ?? () (??:??) #9 0x7ffff7de92bb ??() (/lib64/ld-linux-x86-64.so.2:??) #10 0x7ffff7de93df ??() (/lib64/ld-linux-x86-64.so.2:??) #11 0x7ffff7dedada ??() (/lib64/ld-linux-x86-64.so.2:??) #12 0x7ffff7de9176 ??() (/lib64/ld-linux-x86-64.so.2:??) #13 0x7ffff7ded31a ??() (/lib64/ld-linux-x86-64.so.2:??) #14 0x7ffff5091f26 ??() (/lib/x86_64-linux-gnu/libdl.so.2:??) #15 0x7ffff7de9176 ??() (/lib64/ld-linux-x86-64.so.2:??) #16 0x7ffff509252f ??() (/lib/x86_64-linux-gnu/libdl.so.2:??) #17 0x7ffff5091fc1 dlopen() (/lib/x86_64-linux-gnu/libdl.so.2:??) #18 0x7ffff60c0570 ??() (/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1:??) #19 0x7ffff60c142d ??() (/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1:??) #20 0x7ffff609f3a0 ??() (/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1:??) #21 0x7ffff609b1e7 glXGetFBConfigs() (/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1:??) #22 0x7ffff609c178 glXChooseFBConfigSGIX() (/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1:??)
Guest is Linux Mint 64-bit; Host is Windows Vista 64-bit, Onboard Intel GPU.
Apologies in advance if I'm doing something stupid here on my end...
Regards.
Attachments (1)
Change History (2)
by , 12 years ago
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This ticket is likely to be fixed with VBox 4.3. Could you check it with VBox 4.3 and 4.3 Additions, and re-open the ticket if needed?