mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[GH-ISSUE #12] [SOLVED] NoOpenGLException on Linux/Conda Environment #5
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.NoOpenGLExceptionwhen trying to run the script on Linux (Fedora Workstation 43) using a Conda environment.Error Message
Solution
It seems like a conflict between Conda and system driver. I managed to fix it by updating the
libstdcxx-nglibrary in Conda.Run this command in your terminal:
Hope this helps!
@kunningKing11 commented on GitHub (Jan 20, 2026):
Fixed in #179