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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SzefRon

Pages: [1]
1
Turns out it was obs' fault! I feel dumb... Oh well.
If you didn't test it, I would probably still be thinking it was my code's fault or something xD
Window capture doesn't like fullscreen...
Thanks a lot! At least I didn't lose my mind while trying to fix it myself!

2
Alright, so the problem doesn't come from sfml,
but why isn't the console window affected by those rendering permissions?

Also, can I somehow grant those rendering permissions to the sfml window inside my code?
If not, how can I operate the window manager to do what I want?
It's really important that it's rendered no matter what!

3
I use sfml 2.4.2 (I use dev-cpp which uses gcc 4.9.2) and by console I mean my application is a console application and I didn't hide the console window (just for debugging). By sfml window I mean the window that gets created by the executable.
I recorded the behaviour of both the console window and the sfml window of my application
and judging from the recording it seems like the sfml window freezes up whenever you go fullscreen on ANOTHER application (it stays on the last frame before going fullscreen and refuses to make any changes to the window. I didn't show that in the recording, but I tested it after).
I should probably mention both the console window and the sfml window aren't minimised, they're just hidden behind the fullscreen game and only the sfml window seems to be unresponsive.

I'm trying to make it still render frames even while being hidden behind a fullscreen application (not minimised). I'm not sure whether that's possible, that's why I'm here. I'm asking whether there's a setting in sfml or whether I could change something in the handling of the sfml window, that could do that for me.
I also used sf::RenderWindow to render the window.

4
Hi, is there any way I could make an sfml window not freeze while I'm fullscreen in other applications?
Running the app as an administrator only fixes the issue partially, but it fixes it fully for the console.
I attached a video showing the problem (I really hope this isn't my recording software's issue. Console doesn't seem to be affected by this and both windows were set up exactly the same way).
First few seconds show both of the windows working as intended (reacting on input), then I enter a fullscreen game and sadly sfml window freezes up while console still works.

Pages: [1]
anything