SFML community forums

Help => Window => Topic started by: szerokiG on May 31, 2024, 06:56:27 pm

Title: Failing to render anything
Post by: szerokiG on May 31, 2024, 06:56:27 pm
Hello, I've been trying to make a SFML project and succeeded, however when trying to link a DLL to my project I stumbled upon a roadblock. Now trying to render ANYTHING somehow fails and I can't figure out why's that. Everything is linked correctly however SFML is acting in a VERY weird way.
Even the simplest:

this->m_window->clear();

Somehow fails. After a few seconds I get an exception:

Quote
Exception thrown at 0x00007FF95FA82A47 (igxelpicd64.dll) in MAIN.exe: 0xC0000005: Access violation writing location

Pls help.  :-\
Title: Re: Failing to render anything
Post by: eXpl0it3r on June 03, 2024, 07:00:02 pm
igxelpicd64.dll is your graphics driver

Make sure you're using the latest version of it.
Go to the website of your manufacturer or the GPU's manufacturer and look for the latest driver for your GPU.