[java] Java, Fullscreen, Bugs(?)

Started by
2 comments, last by Addictman 19 years, 2 months ago
Hello there. Occationally when I launch a fullscreen window, the screen pops up like it should, but there is no rendering going on (although everything underlying is running like clockwork). Now, I nailed down the bug ages ago, and I know there is some ad hoc fix to sleep for a few seconds after creating a bufferstrategy, - but according to Sun, this bug was fixed after merlin build 3, 4 or something (1.4.2_3/4). But alas, even with build 7, this is still occuring. Did I just neglect to see some fix to the problem, or is this still a valid bug that needs the "sleeping beauty" fix of a few seconds to work? I must admit it's really annoying.
Development blog, The Omega Sector -- http://www.omegasector.org
Advertisement
Does this silence mean that I am the only one still encountering this issue, or is everyone silent because there is no other known fix?
Development blog, The Omega Sector -- http://www.omegasector.org
Not a solution here, but interesting, I had something like that happen once. Although I'm not doing anything fancy in fullscreen mode. Of course I have dual monitors and was doing some messing around at the time... and may have just misclicked somewhere or something.

Do you have a link to a description of the bug? I couldn't figure out how to reproduce it when it happened. And I may be using fullscreen differently from you...
I believe it is this bug.

BUG

So I can solve my problems by adding a sleep after the call to
GraphicsDevice.setDisplayMode(), but you have no way of knowing
how long you need to sleep (so you need to wing it), and that's
kind of .. to use a word I dont use often .. n00bish.

The funny thing is, the bug is listed as Closed and fixed.
Development blog, The Omega Sector -- http://www.omegasector.org

This topic is closed to new replies.

Advertisement