ayebear / undead-mmo

Multiplayer zombie survival game
http://undeadmmo.com/
GNU General Public License v3.0
3 stars 1 forks source link

100% CPU usage on Windows #30

Closed ayebear closed 10 years ago

ayebear commented 10 years ago

Some thread or something is causing 100% CPU usage on Windows on the game client. Non-existent in Linux.

ayebear commented 10 years ago

I was working on another project that uses SFML and encountered the same problem. Looks like it even happens on the basic example code from the tutorial, so it's either an SFML bug or something weird going on with the compiler. I'll try using some different compilers to see if it fixes it.

ayebear commented 10 years ago

This looks like a bug with SFML, hopefully they fix it in a future version.