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

Author Topic: sf::Music playing a track again  (Read 5050 times)

0 Members and 1 Guest are viewing this topic.

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: sf::Music playing a track again
« Reply #15 on: June 27, 2015, 11:08:21 pm »
That's true :)

Koschi

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: sf::Music playing a track again
« Reply #16 on: June 27, 2015, 11:15:47 pm »
I think there are a lot of computer out there with Win XP.

Can anyone with XP reproduce this error?

Not at all related to your actual issue, but still, why on earth don't you upgrade to VS2013 (and soon 2015)???
It is not a fault of VC2010, so it dosent matter.

More error description:
in my minimal code the second while loop is (always) 6 times entered, then the state will switch from Playing to Stopped.

This line in SFML Code
alCheck(alGetSourcei(m_source, AL_SOURCE_STATE, &status));
set 5 times the status to Playing and the sixth call will set status to Stopped.

Koschi

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: sf::Music playing a track again
« Reply #17 on: June 30, 2015, 04:05:45 pm »
Test this code on second computer with xp, there it works.

So I think is a hard/software problem on my Laptop.

Thnx for help.

 

anything