Page 1 of 1

weird issue

Posted: Wed Apr 08, 2009 12:35 pm
by overburn
now i have a weeeeird issue.
whenever i start an irrlicht application, my computer makes weird noises. coming from the computer. not the speakers.

Posted: Wed Apr 08, 2009 12:56 pm
by hybrid
You should put a device->yield() into the render loop, or maybe even sleep(5) or higher. This will avoid excessive frame rates.

Posted: Wed Apr 08, 2009 1:16 pm
by Strong99
wierd noises? you mean bios like sounds?

if so, check if you're printing stuff into the console which aren't displayed as normal text.

Posted: Wed Apr 08, 2009 2:44 pm
by overburn
nope they aren't beeps...
and yes the yeld fixed it. didn't know that a video card could do this at really high framerates :D thx