UPPAALModelChecker / UPPAAL-Meta

This is the offcial meta repo for issue reporting, feature request and public roadmap for the development of UPPAAL.
http://www.uppaal.org
1 stars 0 forks source link

Odd colors. Program unuseable. Tried include and exclude java version #258

Open TheKritix opened 6 months ago

TheKritix commented 6 months ago

billede

Steps to produce.

  1. Open program.

Issue: It takes a very weird color and then just goes through a lot of weird colors. From neon yellow to Red.

System: Windows 11 23H2 RTX 2080 OC Strix AMD 5900x

mikucionisaau commented 6 months ago

Thanks for the report.

We certainly do not intend such psychedelic experience, so we do not ship code that would mess with such color palette.

Looks like the issue is somewhere between Java and graphics card: could be graphics drivers (e.g. buggy implementation of power management, sleep/suspend/hibernation) or even a hardware issue (overclocking memory, frequency, voltage, overheating graphics card or BIOS bugs).

Do you experience similar issues with other programs? Especially Java program if you have.

What Java version are you using? To get it, do the following:

1) start command prompt (press Win+R, type cmd, press Enter) 2) at the command prompt, type java -version and press Enter 3) copy and paste the version information here.

Once you have the Java version, you could search for similar reports on the internet together with your graphics card and/or motherboard name.

Can you reproduce the issue after computer restart? I would appreciate if you try a complete cold reboot (poweroff without hibernation, wait 5 minutes and the boot up again). I would also suggest updating Windows, the graphics drivers and perhaps even computer BIOS.

TheKritix commented 6 months ago

java version "17.0.2" 2022-01-18 LTS Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86) Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing)

mikucionisaau commented 6 months ago

Does the issue persist after Windows reboot?