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

Author Topic: Blue spinning wheel instead of cursor over application  (Read 1622 times)

0 Members and 1 Guest are viewing this topic.

Banzai_Banana

  • Newbie
  • *
  • Posts: 3
    • View Profile
Blue spinning wheel instead of cursor over application
« on: July 09, 2019, 01:17:17 am »
Hey
Whenever I mouse over my window, instead of having a cursor, there's just a blue spinning wheel. It also prevents me from using the "X" to close my project. Please tell me if there's any fixes. Thanks







Im using c++ and vs2015.

Banzai_Banana

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Blue spinning wheel instead of cursor over application
« Reply #1 on: July 09, 2019, 01:20:28 am »
To Clarify:
What's your OS? Graphics card? (Windows 10, gtx 1060 6gb)
Which version of SFML are you using? Static or dynamic? If you're using a development snapshot, which revision is it? (static, latest version)
Are you showing all the relevant source code? (not sure if i need to  yet)
Have you ran the debugger? What does the call stack look like? Don't know how the debugger works? Find a tutorial, seriously, this is the most important tool for a developer (Call stack looks fine)
Is it a compiler or linker error? A crash? What's the exact message? (No errors)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10817
    • View Profile
    • development blog
    • Email
Re: Blue spinning wheel instead of cursor over application
« Reply #2 on: July 09, 2019, 08:30:52 am »
Are you processing events, i.e. do you have an event loop?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Banzai_Banana

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Blue spinning wheel instead of cursor over application
« Reply #3 on: July 09, 2019, 05:05:09 pm »
nope. i added an event loop and its fixed, thanks.