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

Author Topic: [HELP] Fatal Error LNK1107 for sfml-system-d.lib  (Read 7109 times)

0 Members and 1 Guest are viewing this topic.

Redpandaboss09

  • Newbie
  • *
  • Posts: 2
    • View Profile
[HELP] Fatal Error LNK1107 for sfml-system-d.lib
« on: July 23, 2021, 07:22:11 pm »
Hello all,

I was wondering if anyone could help me? I just tried to run my program in debug (It's worked before) and I get an error that reads:

repos\Battleship\SFML-2.5.1\lib\sfml-system-d.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0xAE71

And the popup below (I cut out areas with my name).

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: [HELP] Fatal Error LNK1107 for sfml-system-d.lib
« Reply #1 on: August 03, 2021, 12:25:38 pm »
Try disabling your antivirus software. Sometimes these will run into false positives on self-compiled applications.

Also make sure your .lib files aren't corrupt. :D
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything