icza / scelight

The source code of the Scelight project with all its modules.
https://sites.google.com/site/scelight/
Apache License 2.0
123 stars 19 forks source link

UI broken after a few minutes of use #15

Open nescriu opened 6 years ago

nescriu commented 6 years ago

Hi, after a few minutes of use which mainly consist of:

  1. Open app
  2. Open replay folder
  3. Filter replay folder
  4. Scroll the grid
  5. Open a replay (sometimes the bug starts before)

When I resize the window the UI gets fixed but as soon as I start moving the mouse around the bug returns.

screenshot - 18_3_2018 09_02_42

icza commented 6 years ago

Similar problem has been reported before. This is not a Scelight related issue. Scelight (or Java itself) may collide with another running app, or you may have (graphics) driver issues.

Unfortunately I can't help with you as I don't experience this nor can I reproduce this.

I suggest try running Sceilght alone (no other apps) and see if the problem still exists. If not, try launching other apps you usually have on, and see which one causes the "collision".

nescriu commented 6 years ago

I'm testing setting the environment variable J2D_D3D to false. I will update this with results. Thanks.