Hello, I am running WIN11, Radeon 6900XT, i7 12700k. When I start up the SDK and look around the options menu after about a min the screen starts to not render correctly anymore, menus are all over the place and the IDE is completely unusable. Anyone else see this behavior?
Yeah, this is typical to Swing Usually more prominent with NVIDIA. You can try to see if you have the latest graphic drivers. I haven’t found any fix to this issue. You can try some compatibility modes etc. It is really annoying I see this also in other like Sweet Home 3D. Have been there for ages…
And weirdly enough it doesn’t happen when I run the SDK from sources (the same snapshot than the release). But with the installed version it happens immediately in Windows. In Linux I have no problems with this.
This makes it sound like it’s related to the Java2D settings that can be switched on the command line. It’s been a long time but something related to DirectDraw.
Perhaps the installed .exe version has passed that Java2D=DirectDraw thing on the command line and when you run the built from source version it does not.
If you have VisualVM, you should be able to hook into the actual running SDK, and it will display the options that the JVM was started with. There may be other tools to check this, but it’s my go-to for this sort of check.
@SyntheticPrime did you try to set these? To the netbeans.conf file? I don’t have access now, but I think it was in the installation directory somewhere.
Well, if you have JME SDK Installed, in fact you have Netbeans installed, since SDK = edited Netbeans (dont remember what versions it was). Like mentioned above config file name might be different.
BTW. before fix, you can use any other IDE. No need use SDK.
For example i currently use Intellij IDEA + Gradle(JME packages) and its all i need.
OFC it would be very good if fix SDK issue, i just say that for “temporary before fixed” there are alternatives.