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

Author Topic: Failing to render anything  (Read 264 times)

0 Members and 1 Guest are viewing this topic.

szerokiG

  • Newbie
  • *
  • Posts: 1
    • View Profile
Failing to render anything
« 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.  :-\

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10914
    • View Profile
    • development blog
    • Email
Re: Failing to render anything
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/