QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Dav on September 04, 2020, 12:19:35 pm
-
Sometimes when I try to X out of this program it will stop and freeze and not close when I press the exit X. I then have to use task manager to kill the program. It happens just sometimes, not most of the time, but I am wondering why it happens at all. Any clues? I'm using QB64-GL 1.4 32-bit on Windows 7 on a t430 thinkpad. Thanks.
- Dav
r
= SIN(1.1 * t
) * h
- y
+ h
g
= SIN(.9 * t
) * w
- x
+ w
b
= SIN(x
/ w
+ t
+ y
/ h
) * r
t = t + .01
-
Can't reproduce it. It closes every time. Anything graphics card related, maybe?
PS: Gorgeous plasma display.
-
I guess that's it. That's the only thing I can think of too. Never had the problem before. Oh well.
Thanks for testing!
- Dav
-
Sometimes when I try to X out of this program it will stop and freeze and not close when I press the exit X. I then have to use task manager to kill the program. It happens just sometimes, not most of the time, but I am wondering why it happens at all. Any clues? I'm using QB64-GL 1.4 32-bit on Windows 7 on a t430 thinkpad. Thanks.
My couple of tests were fine but this thing happens to me also on rare occasion. Have no idea how to replicate problem consistently. I'm using 64 bit version on Windows 10. It's true some programs seem more likely to get stuck but it's so rare...
Yes nice plasma, clever to use timer to increment color drawing.