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 - Zombieschannel

Pages: [1]
1
General / Re: "Failed to retrieve pixel format information" console message
« on: September 13, 2022, 10:06:16 pm »
Fixed the issue (still not sure what it was) by updating to unreleased SFML 2.6. I guess it has been fixed at some point during the development of 2.6  :)

PS: I also figured out that I was probably on the master branch so I thought that many things changed, but when in reality almost nothing was changed. Feel like an idiot now lol

2
I had some similar issues in my program recently with some AMD specific GPUs where it said "Failed to retrieve pixel formation information" in the console.
Then I saw this post.
Since the new SFML 2.6 has been changed in many ways (things like removal of quads and removal of sf::Thread), I decided to build SFML with the fix.
And well, after testing, the pop up in the console did go away, however, sadly, textures are still broken as before.
It may be like 2 different problems (one of them being the textures broken and the other one message in the console), but I have no idea.

Here is an image:
https://cdn.discordapp.com/attachments/858417400918835230/1001966924017709106/unknown.png

(hopefully you can see it, this is my first time uploading images to this forum)

AMD tested GPUs:
HD 5770 - works, no problems
RX 550 - doesn't work
Also it seems to not work on AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx

I guess it is because of drivers? Maybe?

Pages: [1]