Closed Bug 1304342 Opened 8 years ago Closed 8 years ago

Assertion failure: [GFX1]: D3D11 device creation failed: 0x887a0004, at Logging.h:513

Categories

(Core :: Graphics, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla52
Tracking Status
firefox52 --- fixed

People

(Reporter: cbook, Assigned: mattwoodrow)

Details

(Keywords: assertion, Whiteboard: [top-sitetestrun] [gfx-noted])

Attachments

(3 files)

Found via topsite bughunter tests on an old windows 7 workstation with FX5500 card

During startup Firefox trunk debug build crashes with:

Assertion failure: [GFX1]: D3D11 device creation failed: 0x887a0004, at c:\builds\moz2_slave\m-cen-w32-d-000000000000000000\build\src\obj-firefox\dist\include\mozilla/gfx/Logging.h:513
Attached file stack
Whiteboard: [top-sitetestrun]
David, this looks like it is related to device creation changes you made. Ideas?
Flags: needinfo?(dvander)
Priority: -- → P3
Whiteboard: [top-sitetestrun] → [top-sitetestrun] [gfx-noted]
Also, for reference: DXGI_ERROR_UNSUPPORTED = 0x887A0004
This assertion [1] was added in bug 1284672, so redirecting ni? at Matt. Probably the right answer here is to just remove the assert.

[1] http://searchfox.org/mozilla-central/rev/c31ad35f39c6187b2e121aa6d3a39b7f67397010/gfx/thebes/DeviceManagerDx.cpp#285
Flags: needinfo?(dvander) → needinfo?(matt.woodrow)
I'm pretty sure the assertion was existing, but I agree that we should get rid of it. Failing to create a device (possibly because the system only supports d3d11 level 9.3?) shouldn't be a fatal assertion.
Flags: needinfo?(matt.woodrow)
Assignee: nobody → matt.woodrow
Attachment #8794627 - Flags: review?(dvander)
Attachment #8794627 - Flags: review?(dvander) → review+
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d6cf880cf9ec
Remove gfxCriticalError when creating a d3d11 device fails since that can happen under regular usage. r=dvander
https://hg.mozilla.org/mozilla-central/rev/d6cf880cf9ec
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: