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

Author Topic: "Sfml-system-2.dll missing in computer"  (Read 3742 times)

0 Members and 1 Guest are viewing this topic.

CreaM

  • Newbie
  • *
  • Posts: 36
    • View Profile
"Sfml-system-2.dll missing in computer"
« on: June 14, 2015, 10:03:07 pm »
Hello,
I have created a game for my friends, but one of them can not run it. He gets something like "Sfml-system-2.dll missing in computer", strange is, noone else has a same problem...

He has got XP64, updated to W764 OS. I tried diferent varieties of compilations (for 32(86bit), for 64bit and compilation for XPs, but nothing seems to work.

Thanks for any tipe what to do. Tell if You would need some more information...
Thanks for help.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
AW: "Sfml-system-2.dll missing in computer"
« Reply #1 on: June 14, 2015, 10:40:55 pm »
Well do you ship the DLL with your game?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

aBallofWin

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
Re: "Sfml-system-2.dll missing in computer"
« Reply #2 on: June 15, 2015, 01:15:34 am »
Yeah the DLLs located in the SFML download folder inside of "bin" need to be placed next to the exe build of the game  :)

CreaM

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: "Sfml-system-2.dll missing in computer"
« Reply #3 on: June 15, 2015, 06:20:38 am »
The DLLs are there - I believe problem is caused by wrong compilation properties beceause other poeple can run the program...
Problem is, I tried dozens of variants and nothing works...

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
AW: "Sfml-system-2.dll missing in computer"
« Reply #4 on: June 15, 2015, 08:39:11 am »
What compiler do you use? On which OS and what's the target OS?

If the error message is really what you said then the problem can just be the missing DLL. Make sure your friend didn't mess up when unpacking. ;)
« Last Edit: June 15, 2015, 08:40:57 am by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/