Skip to content

[Bug] Graphics error: Unknown incomplete framebuffer error id 8219 #9

Description

@elcruzo

Description

A dialog appears on launch or when opening certain views showing: "Graphics error — Unknown incomplete framebuffer error id 8219"

Steps to Reproduce

  1. Open Trace
  2. The error dialog may appear on launch or when switching to certain views (3D viewer, PCB editor)

Expected Behavior

No graphics error dialog. The application should handle framebuffer initialization gracefully or fall back to a compatible rendering mode.

Current Behavior

A modal dialog blocks the user with "Unknown incomplete framebuffer error id 8219". Clicking OK dismisses it and the application continues to work, but the error is alarming and may appear repeatedly.

Environment

  • macOS (specific version TBD)
  • Likely related to OpenGL framebuffer object initialization
  • May be GPU-specific or related to macOS Metal/OpenGL translation layer

Additional Context

Error code 8219 (0x201B) is a non-standard OpenGL framebuffer status. This may be related to macOS deprecating OpenGL in favor of Metal, causing framebuffer configurations that worked previously to return unexpected status codes. Needs investigation into which view triggers it and whether a fallback rendering path can be used.

Graphics error screenshot

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions