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

Author Topic: App freeze with SFML 2.1  (Read 1909 times)

0 Members and 1 Guest are viewing this topic.

Kalero

  • Newbie
  • *
  • Posts: 15
    • View Profile
App freeze with SFML 2.1
« on: December 06, 2014, 11:22:11 pm »
Hello,

my app is freezing for some time on my laptop with a Mobility Radeon HD 5430/5450/5470. The window content updates only every ca. 10 seconds. I'm programming under ubuntu 14.04.
on my desktop pc it works perfect. with the sfml examples is the same problem. I have install the newest driver from AMD. a test with glxgears runs perfect and the examples from SFML 1.6 run perfect too.

Is their a known issue with SFML 2.1 on the radeon card and maybe a solution?

thanks and sorry for my bad english.

Kalero

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: App freeze with SFML 2.1
« Reply #1 on: December 07, 2014, 11:01:41 am »
Hello,

I test the current state from github and with this I don't have that problem.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11030
    • View Profile
    • development blog
    • Email
AW: App freeze with SFML 2.1
« Reply #2 on: December 07, 2014, 01:07:01 pm »
Try a different driver. GPUs and Linux often don't play well...
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Kalero

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: AW: App freeze with SFML 2.1
« Reply #3 on: December 07, 2014, 02:29:32 pm »
Try a different driver. GPUs and Linux often don't play well...

I already tested the open source driver, AMD driver from ubuntu package source and the current driver from AMD website.
The problem is only with the this SFML version: http://sfml-dev.org/download/sfml/2.1/

SFML 1.6 and the up to date version from github and all other opengl apps (which I have tested) works fine.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11030
    • View Profile
    • development blog
    • Email
AW: App freeze with SFML 2.1
« Reply #4 on: December 07, 2014, 04:18:09 pm »
If the update version works then everything is okay. If you want to know what might have fixed the issue, feel free to look through the commit history.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/