VirtualBox

Opened 15 years ago

Closed 15 years ago

#3243 closed defect (fixed)

3D hangs when running OpenGL Extension Viewer -> Fixed in SVN.

Reported by: darkfox Owned by:
Component: 3D support Version: VirtualBox 2.1.2
Keywords: Cc:
Guest type: Windows Host type: Linux

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)

Attachments (1)

VBox.log (40.9 KB ) - added by darkfox 15 years ago.
host log

Download all attachments as: .zip

Change History (11)

by darkfox, 15 years ago

Attachment: VBox.log added

host log

comment:1 by Leonid Lobachev, 15 years ago

You don't have 2.1.2 additions installed on the guest it seems, please retry with latest additions.

comment:2 by darkfox, 15 years ago

I do have. Additions from VBox 2.1.2 was installed (otherwise "virtual" OpenGL haven't work, only windows software emulation). Or there are additions newer than from 2.1.2 deb?

comment:3 by Leonid Lobachev, 15 years ago

Could you post file version of c:\windows\system32\vboxogl.dll on the guest please? Just right click on that file and check the version information.

comment:4 by darkfox, 15 years ago

Still some doubts? :) File version: 2.1.2.0 Description: VirtualBox crOpenGL ICD

PS. OpenGL Extension Viewer is quite old, v2.13, build 182. I can upload it if necessary.

comment:5 by Leonid Lobachev, 15 years ago

Hrm, Could you try instead with latest app version, because it's working on winxp atleast. It could be a bug in the app itself, so looks like waste of time debugging some older versions.

comment:6 by darkfox, 15 years ago

Well, new OGL EV requires .NET 2.0, which requires Windows Installer 3.0, which requires SP3. Maybe later. I don't think such bug can be allowed: 3D in guest OS hangs and I see no way to even terminate the app. VM became simply unusable. Also, test does work perfectly on Windows XP with ATI Radeon 9600

comment:7 by Leonid Lobachev, 15 years ago

2.13 fails because it's calling function via pointer obtained through GetProcAddress, without checking if returned pointer is valid. And the pointer is NULL for unsupported extensions. App segfaults without restoring original desktop resolution etc. Guest ain't dead, you just can't see it's screen.

VBox opengl part ain't terminated at all for such failed apps, which is a known issue.

comment:8 by darkfox, 15 years ago

Well, then this bug is a duplicate to that issue.

comment:9 by Leonid Lobachev, 15 years ago

Summary: 3D hangs when running OpenGL Extension Viewer3D hangs when running OpenGL Extension Viewer -> Fixed in SVN.

comment:10 by Frank Mehnert, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use