Hello,
I'm currently working on a project, and until now I have not had any issues with the SFML library. I am currently trying to add some text to my window, but loading in any font results in an instant crash. I have double-checked the linking of the libraries to make sure that I am using -d as I am in debug mode.
I have also tried adding the full path, but that also results in a crash. Using the sf::Text without loading in any font just results in a single pixel being drawn.
I have also tried using different fonts, but that also did not work.
I can add a code snippet, but I have tried it in a small test script where it also fails. I am using the ImGUI::SFML combination, but I don't see how that could be of any influence. I have tried everything I could find online, but I can't find any solution.
Anybody who could help me, I have been stuck for almost a whole day on this now?
This is the error I get when running it in debug mode:
Unhandled exception at 0x00007FFEC332A1CB (ucrtbased.dll) in OnlineSpikes.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
I am using Visual Studio 2017. and using SFML 2.5.1
Below are the library dependencies I have: