windowed mode keeps pausing

Blitz3D Forums/Blitz3D Programming/windowed mode keeps pausing

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

Erm...

Try it with 'Debug Mode Off'

if you do have debug mode off, it *might* be windows paging (virtual memory access).

That sorted it. Now what do I do when I need to debug?? The pauses are that bad the game is pretty much unplayable.

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).

Don't think so. I don't even know what it is!