Jump to content

Image corruption on some systems

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_roger_*

Guest_roger_*
  • Guests
I've got a bit of a problem that I've been chasing for ages and have gotten nowhere. The applet I've written uses a large image (typically in the order of 2000x2000 and up, embedded into a scroll pane) to display large amounts of data graphically. The system works fine, but sometimes the image corrupts as soon as you do some scrolling (i.e. and the paint() method is called).

I can reproduce the problem with a given set of configuration parameters for the applet, but I can't reproduce it on anyone else's laptop. It was doing it on JRE1.5.0_06, so I uninstalled it and installed JRE1.5.0_07 and it still does it. On a colleague's laptop on JRE1.5.0_06 it does not occur. Another is using JRE1.5.0_03 and it does not occur. We noticed that the problem was also more prevalent in 1.5.0_05. This sounds like it might be a local issue, but I am completely stumped.

Does anyone have any ideas why this might happen?

#2
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Perhaps it's not code related, but hardware/driver issues. Try updating your video drivers. If you're using Windows, try disabling HW acceleration as well.

#3
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
I was thinking the same thing as brackett. I see the same problem on certain webpages with my desktop computer. Update your drivers and disable HW acceleration like brackett said.