Kodi Community Forum

Full Version: UI broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have some serious issues and I have no idea if they are TMM or Java related (I think the later is the issue but TMM is the only Java programe I use & I have no idea why and how to solve it).

And because pictures can tell you more than 1000 words, here's my problem:

Image

Image

does anyone have some tipps to solve that problem?

thx.
we had some similar problem for another user here.
Still have no clue what could lead to that.

Trying a fresh install? Update java? update graphics driver? update...?
Are you using Windows 10?
..?
no idea so far :|
we've also seen such artifacts when running tmm via a remote desktop connection

If you are running tmm via RDP or similar, try to put the following line in to a file called extra.txt in the tmm folder:

-Dsun.java2d.nodraw=true

and restart tmm
(2016-08-29, 11:24)myron Wrote: [ -> ]Trying a fresh install? Update java? update graphics driver? update...?
Are you using Windows 10?

Windows is fresh, it's Win10 Anni (but even my older Win-Installations had that problem)
Java is up to date, all drivers too
No remote desktop
k, please try the following (as Manuel already pointed out)
create a file "extra.txt" inside TMM directory and add the following line

-Dsun.java2d.d3d=false -Dsun.java2d.nodraw=true

Try either of these 2 params alone, or maybe together in a single line.
If all else fails, you could try to install Java 7, which sould not have that particular issue...
Just if anybody is trying this.

For me (windows 10, Java 8, TMM 2.8.3.1), the UI corruption stops when adding the following to extra.txt:

Code:
-Dsun.java2d.nodraw=true
Yesterday I had this issue first time. All tips above didn't work.
Thought about what's changed. I had my AMD graphic driver updated, and noticed it also installed Raptr and PlaysTV without my knowledge.
Uninstalling the two apps resolved the issue.
Hope this helps.