Custom Query (16363 matches)
Results (2320 - 2322 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #9800 | fixed | Crash in VBoxOGLpackspu.so when using glInterleavedArrays | ||
| Description |
When running the game 0 A.D. and starting a match, it crashes inside the guest with Program received signal SIGSEGV, Segmentation fault. 0x00007fffc75e8f86 in ?? () from /usr/lib/VBoxOGLpackspu.so (gdb) bt #0 0x00007fffc75e8f86 in ?? () from /usr/lib/VBoxOGLpackspu.so #1 0x00007fffc75be86b in crPackExpandArrayElement () from /usr/lib/VBoxOGLpackspu.so #2 0x00007fffc75bea10 in crPackExpandDrawArrays () from /usr/lib/VBoxOGLpackspu.so #3 0x00000000006b9653 in CMiniMap::Draw (this=0x7fffca6f02f0) at ../../../source/gui/MiniMap.cpp:404 where source/gui/MiniMap.cpp is doing glInterleavedArrays(GL_C4UB_V2F, sizeof(MinimapUnitVertex), &vertexArray[0]); glDrawArrays(GL_POINTS, 0, (GLsizei)vertexArray.size()); glDisableClientState(GL_COLOR_ARRAY); glDisableClientState(GL_VERTEX_ARRAY); I changed the game in http://trac.wildfiregames.com/changeset/10419 to explicitly perform equivalent behaviour to glInterleavedArrays, which stops it from crashing, suggesting a possible problem with glInterleavedArrays. I think I have the latest version of Guest Additions installed, though I'm not sure how to verify that. I haven't tried setting up a minimised test case for this bug. |
|||
| #10491 | fixed | Crash in VirtualBox Manager while restoring the current snapshot => Fixed in SVN | ||
| Description |
Sometimes, but not always, when I restore the current snapshot the VirtualBox Manager crashes during the restoration process. The crash results in an unusable virtual machine and XML settings files with incorrect entries regarding the snapshots in use. I have to manually edit the snapshot entries in the XML settings files in order to be able to use the virtual machine again. This bug has been around for many months, and occurred most recently in 4.1.14. Both the host and guest OS are Windows 7 x64. See the VB-Crash-ReadMe.pdf file for a more detailed description of the problem. It is contained in the attached Crash.zip archive, along with the log files that are involved. |
|||
| #12922 | fixed | Crash in VirtualBox.exe/QTCoreVBox4.dll when creating a new hard drive image | ||
| Description |
Host Windows 8.1/x64/VirtualBox 4.3.10 (and 3 previous versions). Steps to reproduce: on any guest, create a new attachment and select to create a new disk. Upon finishing the wizard, VirtualBox will crash. Debugging using Visual Studio shows the real error: Unhandled exception at 0x000000006766B57F (QtCoreVBox4.dll) in VirtualBox.exe: 0xC000041D: An unhandled exception was encountered during a user callback. There is no VBox.log created. |
|||

