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

Author Topic: sfml app issue  (Read 280 times)

0 Members and 1 Guest are viewing this topic.

eyad salah

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
sfml app issue
« on: December 30, 2023, 09:35:20 am »
what should I do at this point as represented at the picture bilow

« Last Edit: December 30, 2023, 11:59:53 am by eXpl0it3r »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: sfml app issue
« Reply #1 on: December 30, 2023, 12:01:05 pm »
Use a debugger to find out where it crashes exactly. Most likely it's an incompatible SFML DLL that you're using.
Make sure to use the matching libraries or build SFML from source or even better, use the CMake template: https://www.sfml-dev.org/tutorials/2.6/compile-with-cmake.php

Additionally, please spend some time searching the forum and the internet for your problems.
They are not new and you'll find many replies, no need to post any tiny problem you run into.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/