windowed mode keeps pausing

Blitz3D Forums/Blitz3D Programming/windowed mode keeps pausing

luggage(Posted 2004) [#1]
Hello

When I run my game in windowed mode it just keeps pausing every 3 seconds or so for about 1 second.

It's running on my laptop that has some IGP Shared gfx card thing.

Any ideas on how to fix this?

thanks

scott


_PJ_(Posted 2004) [#2]
Erm...

Try it with 'Debug Mode Off'


Perturbatio(Posted 2004) [#3]
if you do have debug mode off, it *might* be windows paging (virtual memory access).


luggage(Posted 2004) [#4]
That sorted it. Now what do I do when I need to debug?? The pauses are that bad the game is pretty much unplayable.


N(Posted 2004) [#5]
Are you using render tweening at all? For some reason render tweening makes a few applications of mine extremely slow and unstable (it's odd).


luggage(Posted 2004) [#6]
Don't think so. I don't even know what it is!