- #VK,
Bonjour,
Lors de la compilation je n'ai aucun problème mais le programme ne ce lance pas et j'ai ceci qui s'affiche :
1 | Unhandled exception at 0x6C1118F5 (msvcr120.dll) in Sims City.exe: 0xC0000005: Access violation reading location 0x064F2000. |
Dans cette fonction à la ligne 4:
1 2 3 4 5 6 | void TextureManager::loadTexture(const std::string& name, const std::string& filename) { sf::Texture tex; tex.loadFromFile(filename); this->textures[name] = tex; } |
Voici l'appel à la fonction :
1 | texmgr.loadTexture("background", "assets/background.png"); |
Une idée ?
+0
-0