3
« on: October 03, 2014, 05:57:36 am »
I am working with the book 'SFML Game Development' by Artur Moreira and I am having trouble running the SFML projects that come with the book.
I followed all the instructions and used cmake and and then 'make install' to build the project files. When I click on the 01_Intro executable in the built folder, I get this error.
Failed to load image "Media/Textures/Eagle.png". Reason : Unable to open file
Failed to load font "Media/Sansation.ttf" (failed to create the font face)
Both those files are present in the Media folder right next to the executable. I don't know too much about SFML at this point to tell whats wrong. Any guesses on whats going on?