Mixxx doesn't load after unrecognized OpenGL version
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
High
|
Sean M. Pappalardo |
Bug Description
OS: Windows Vista Home Premium SP1
GFX card: nVidia 9800 GT, latest drivers
CPU: Intel Q6600
OpenGL version: 3.0
When I opened Mixxx, it asked me for my music folder. I selected it. Then it said: "QWidget::repaint: Recursive paint detected." and then "Unrecognised OpenGL version". An Mixxx does show up and starts scanning my music folder. I click OK on the first message, and when I click OK on the second one, it crashes.
When I start Mixxx now I just get the same two messages and Mixxx crashes after accepting the second one (which is modal so I can't use Mixxx). I can see that my music files are loaded in the interface. Debugging with VS returns this: "Unhandled exception at 0x65048497 in mixxx.exe: 0xC0000005: Access violation writing location 0x00000000."
Piece of disassembly:
6504848C int 3
6504848D int 3
6504848E int 3
6504848F int 3
65048490 mov eax,dword ptr [ecx+4]
65048493 mov ecx,dword ptr [esp+4]
--> 65048497 or dword ptr [eax],ecx
65048499 ret 4
6504849C int 3
6504849D int 3
6504849E int 3
6504849F int 3
(the cursor is at the -->). EAX = 0; ECX = 1; ESP = 12D7C4.
One of the Windows-reports looks like this (roughly translated):
Name of error: APPCRASH
Application name: mixxx.exe
Application version: 0.0.0.0
Timestamp application: 48dbb125
Name error module: QtGui4.dll
Version error module: 4.4.0.0
Timestamp error module: 48207d50
Error code: c0000005
Error margin: 00048497
OS version: 6.0.6001.
Country-id: 1043
Additional information 1: fd00
Additional information 2: ea6f5fe8924aaa7
Additional information 3: fd00
Additional information 4: ea6f5fe8924aaa7
Additional information about the problem:
Bucket-id: 1149375697
So this is a Qt error, can you fix it?
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
I have this exact same problem whatever i do i can't seem to sort it out of tried unistalling and deleting the Mixx.cfg file. I have also tried both Mixx 1.6 and the 1.7 beta. Any help to solve this issue would be greatly appreciated.
Thanks