1
General / [SOLVED]Can't record my game
« on: March 07, 2013, 06:04:56 pm »
I've tried 3 different screen recorders and none can record the game, so I am assuming that's not the problem. I can either only see the console window and the actual SFML window is invisible (even though you can see my mouse cursor moving around, the only indication of me playing the game) or I can see like the first frame of the game and then it's frozen. Why can't screen recorders pick up the SFML windows?
Here's my window if that's the issue:
I also tried setting the style to Fullscreen - nothing.
Here's my window if that's the issue:
sf::RenderWindow window;
window.create(sf::VideoMode::getDesktopMode(), "game", sf::Style::None);
window.setVerticalSyncEnabled(true);
window.create(sf::VideoMode::getDesktopMode(), "game", sf::Style::None);
window.setVerticalSyncEnabled(true);
I also tried setting the style to Fullscreen - nothing.