Closed
Bug 488271
Opened 14 years ago
Closed 13 years ago
c3d: examples crash with ATI on Vista
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: andorsalga, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 The examples listed under http://people.mozilla.org/~vladimir/canvas3d/examples/ crash the browser on Vista. The graphics card is an ATI x1270. Reproducible: Always Steps to Reproduce: 1. Visit http://people.mozilla.org/~vladimir/canvas3d/examples/modelview/ModelView.html Actual Results: The browser crashes. Expected Results: The page should load and example should be rendered. Windows Vista Home Premium 32-bit ATI Radeon X1270
Reporter | ||
Updated•14 years ago
|
Version: unspecified → 3.1 Branch
Comment 2•14 years ago
|
||
Haven't been able to crash yet, but I do get this exception in the Error Console: Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE)" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: http://people.mozilla.org/~vladimir/canvas3d/examples/modelview/offview.js :: handleLoad :: line 115" data: no]
Component: General → Layout: Canvas
Product: Firefox → Core
QA Contact: general → layout.canvas
Summary: Examples using canvas3d crash the browser on Vista → c3d: examples crash with ATI on Vista
Version: 3.1 Branch → 1.9.1 Branch
I've encountered the above exception (or one that looked much like it), and here's some things to check, to make sure canvas3d has been built and is enabled: - Build with "ac_add_options --enable-canvas3d" in your .mozconfig file - Set "extensions.canvas3d.enabled_for_all_sites" to true in your prefs.js file
Component: Canvas: 2D → Canvas: WebGL
Comment 4•13 years ago
|
||
Can you retry now? The crash is likely to have been fixed since last year...
resolving WORKSFORME, reopen if it's still an issue
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•