Flickering #2

Just starting out? Need help? Post your questions and find answers here.
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

Flickering #2

Post by Kendrel »

After searching the Forum, i discovered that some other ppl seem to have the same problem...

well, it seems if u use dx with PB that you always have some flicker... and things never will run 100% smooth... even the samples that come with pb flicker from time to time, and iam quite sure it has to do with pb itselt... i tried exact examples in other languages, and it doesnt flicker there...

viewtopic.php?t=11825&highlight=flickering

also in this thread, more than one ppl reported that strange thing, but there wasnt a solution... or it wasnt answered there...

if any1 has some ideas or something - i got my ears open... thx
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

hmmm

Post by Kendrel »

did some more research in the forums, and i think its a bug since too many ppl have that problem...

viewtopic.php?t=15443&highlight=flicker

if someone has a working solution for it, ill be glad to hear it.... otherwise it doesnt make any sense to code something dx related in pb if it will flicker for some ppl....
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

Re: hmmm

Post by Ralf »

yes, seems to be a bug with some sprite/screen stuff!?
viewtopic.php?t=15443&highlight=flicker

Adding Delay() seems to be one way to solve the problem but its not the best... until we dont really know what happen this prob...
maybe this workaround will help you until fred fix it...
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

ermmm

Post by Kendrel »

thx for the reply... but actually i tried everything i could find...

tested it also on several machines with different gfx cards... (ati 9600 pro/xt ati 9800 pro)... its always the same... you get a mini flicker after a few seconds.... ;(

edit:

the problem is only when using directx... when i code something using opengl, everything works just fine... it may be the openscreen command or flipbuffers/clearscreen... one of these i guess....

fred.... heeeeellllppppp
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Ever tryed if vertical sync was enabled? it might fix your problems.. more if your games are 2D based then vertical syncronization is needed.

Else, I dont know what kind of flickering you're talking about...

Cheers
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

yay...

Post by Kendrel »

as i said, i tried everything... and since iam not the only one discovering that problem (read the threads listed up there), it must be a bug...
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

ermmm

Post by Kendrel »

so no solution in sight?! sigh... ;(
Post Reply