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

Author Topic: std::cout stops working after image loading failure.  (Read 1458 times)

0 Members and 1 Guest are viewing this topic.

N1ghtly

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
std::cout stops working after image loading failure.
« on: February 06, 2012, 07:30:19 pm »
When you try to load a texture that is not found, it will output to the console like this:
Err() << could not...blabla
However, afterwards std::cout does not work anymore!

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
std::cout stops working after image loading failure.
« Reply #1 on: February 06, 2012, 07:52:17 pm »
What does "not work" mean?

Minimal and complete example?
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Laurent Gomila - SFML developer

 

anything