Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: NVIDIA Linnux machines causing Failed to activate the window's context  (Read 2738 times)

0 Members and 1 Guest are viewing this topic.

JLP

  • Newbie
  • *
  • Posts: 1
    • View Profile
I've been browsing the forums for an answer to to this one for a while:
We are working on a project and have it compiling, and running on a Windows (previously NVIDIA), Debian (Intel GPU), and Arch Linux (AMD GPU). The window loads without error and draws a circle like it is supposed to.

However, on one of our development desktops that runs Arch with an Nvidia GPU, and previously Ubuntu with an Nividia GPU, we get the "Failed to activate the window's context" as soon as we try to render or clear anything. this happens whether we compile and run, or run a version compiled by a working machine. The odd thing is that we can use compiled version from the broken desktop on other machines and it works fine. The bad install is using SFML 2.5.1-2 from the official community repo. Also running NVIDIA 465.31

EDIT: We have narrowed down the issue to threading, however it doesn't make sense that the threads would work on one version of Arch, but not the other.
« Last Edit: July 09, 2021, 11:11:35 pm by JLP »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Not sure what you mean with "threading" exactly?
But you can't really mix OpenGL/SFML rendering with multi-threading, as OpenGL is not multi-threading capable.

"It works on my machine" is never really a good enough reason for why something should also work on another machine, especially if the topic at hand is multi-threading with different scheduling, timing, race conditions and GPU driver setups.

Do the SFML examples run?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything