[GH-ISSUE #12] [SOLVED] NoOpenGLException on Linux/Conda Environment #5

Open
opened 2026-05-07 00:17:30 +02:00 by BreizhHardware · 1 comment

Originally created by @el-mandaloriano on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/12

Description
I encountered an error arcade.application.NoOpenGLException when trying to run the script on Linux (Fedora Workstation 43) using a Conda environment.

Error Message

arcade.application.NoOpenGLException: Unable to create an OpenGL 3.3+ context. Check to make sure your system supports OpenGL 3.3 or higher

Solution
It seems like a conflict between Conda and system driver. I managed to fix it by updating the libstdcxx-ng library in Conda.

Run this command in your terminal:

$ conda install -c conda-forge libstdcxx-ng

Hope this helps!

Originally created by @el-mandaloriano on GitHub (Nov 27, 2025). Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/12 **Description** I encountered an error `arcade.application.NoOpenGLException` when trying to run the script on Linux (Fedora Workstation 43) using a Conda environment. **Error Message** > arcade.application.NoOpenGLException: Unable to create an OpenGL 3.3+ context. Check to make sure your system supports OpenGL 3.3 or higher **Solution** It seems like a conflict between Conda and system driver. I managed to fix it by updating the `libstdcxx-ng` library in Conda. Run this command in your terminal: ``` $ conda install -c conda-forge libstdcxx-ng ``` Hope this helps!
Author
Owner

@kunningKing11 commented on GitHub (Jan 20, 2026):

Fixed in #179

<!-- gh-comment-id:3774333189 --> @kunningKing11 commented on GitHub (Jan 20, 2026): Fixed in #179
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#5
No description provided.