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

Author Topic: Sfml delay bug with project name "game"  (Read 1299 times)

0 Members and 1 Guest are viewing this topic.

Redee

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Sfml delay bug with project name "game"
« on: April 30, 2015, 01:12:53 pm »
Never call project at your visual studio "game". You will get 2..3 seconds DELAY before execution game.exe.
If You simply rename project like "game22" and compile game22.exe its all will be normal.
Tested at VisualStudio2010 with static and dynamic Sfml 2.1 vc10.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11030
    • View Profile
    • development blog
    • Email
Re: Sfml delay bug with project name "game"
« Reply #1 on: April 30, 2015, 01:14:51 pm »
I bet it's your anti-virus software... ::)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Redee

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Sfml delay bug with project name "game"
« Reply #2 on: April 30, 2015, 05:03:59 pm »
No such easy - with antivirus on or off - no deal. Problem very deep.
Yesterday fighted a lot of time to catch this.
Also tried with own pure DLL to game.exe > execution immediately.
If in game.exe I at least call one sfml function its create bug delay lag.
Another name of exe will nice run my app.

You lost your 100$ on black )).
« Last Edit: April 30, 2015, 05:05:34 pm by Redee »

 

anything