Modify

Opened 13 months ago

Last modified 11 months ago

#23319 new defect

GUI Problem

Reported by: sinuhesieda@… Owned by: team
Priority: major Milestone:
Component: Core Version: tested
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Use Windows 11
  2. Work a while on JOSM
  3. Hop to desktop and back, hoping it will clear the GUI.

What is the expected result?

Use of the JOSM

What happens instead?

Gligthing GUI

Please provide any additional information below. Attach a screenshot if possible.

Sure

Revision:18822
Build-Date:2023-08-30 11:44:32

Identification: JOSM/1.5 (18822 en_GB) Windows 11 64-Bit
OS Build number: Windows 10 Home 2009 (22631)
Memory Usage: 408 MB / 8176 MB (174 MB allocated, but free)
Java version: 17.0.8+7-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 2560×1440 (scaling 1.00×1.00)
Maximum Screen Size: 2560×1440
Best cursor sizes: 16×16→32×32, 32×32→32×32
System property file.encoding: Cp1252
System property sun.jnu.encoding: Cp1252
Locale info: en_GB
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=1.5.18822, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=%UserProfile%\AppData\Local\JOSM\JOSM.exe]
Dataset consistency test: No problems found

Plugins:
+ MakeParallel (v1.1.0)
+ ShapeTools (1250)
+ centernode (v1.0.4)
+ gridify (1606242219)
+ splinex (36126)
+ terracer (36181)

Last errors/warnings:
- 00000.338 W: extended font config - overriding 'filename.Myanmar_Text=mmrtext.ttf' with 'MMRTEXT.TTF'
- 00000.339 W: extended font config - overriding 'filename.Mongolian_Baiti=monbaiti.ttf' with 'MONBAITI.TTF'
- 00000.962 E: java.security.KeyStoreException: Windows-ROOT not found. Cause: java.security.NoSuchAlgorithmException: Windows-ROOT KeyStore not available

Attachments (1)

Screenshot 2023-11-22 210911.png (706.3 KB ) - added by sinuhesieda@… 13 months ago.
GUI Glitch.

Download all attachments as: .zip

Change History (7)

by sinuhesieda@…, 13 months ago

GUI Glitch.

comment:1 by gaben, 13 months ago

Are you using JOSM in a virtualized environment?

comment:2 by anonymous, 13 months ago

No,I am not. Pure Windows 11 gameing PC. I can paste my specs. And do not worry about cryptic commends on the specs they are Finnish. And I am running the latest drives and Windows updates; graphic gard (Nvidia Experience), motherboard chipsets, BIOS/UEFI got update on sping or summer. I installed Windows 11 this summer as I upgraded the M.2 -drive. Oh, and no "Core isolation" sandboxing on Windows either.
Tell me if you get anyideas or need more specs and extact version on things.

Best regards - SinuheSieda

Fractal Design Meshify S2, E-ATX -tornikotelo, musta (kot.tuul. 140mm 2+1kpl Dynamic X2 GP-14).
Lisätuulettimina Noctua 140 x 140 x 25mm NF-A14 ULN (Ultra low noise) öljylaakeroitu laitetuuletin 11,9dBA.
Corsair 750W RM750x (2018), modulaarinen virtalähde, 80 Plus Gold.
Asus ROG Strix B450-F GAMING -emo.
AMD Ryzen 7 3700X -prossu.
Noctua NH-U12S SE-AM4 -prosessorijäähdytin, AMD AM4.
Kingston 16GB (2x8) HyperX Fury CL16 DDR4 3200MHz. Kingston 16GB (2 x 8GB) FURY Beast, DDR4 3200MHz, CL16, 1.35V.
Asus GeForce RTX 4070 Ti TUF Gaming -näytönohjain, 12GB GDDR6X.
Samsung 2TB 970 EVO Plus SSD-levy, M.2 2280, PCIe 3.0 x4, NVMe, 3500/3300 MB/s. Samsung 4TB 870 EVO, 2.5" SSD-levy, SATA III, 560/530 MB/s.

comment:3 by taylor.smock, 13 months ago

Asus GeForce RTX 4070 Ti TUF Gaming

The 4070 is fairly recent. I assume you had an older GPU. If it still works, I'd swap it out and see if that clears up the graphics issues.

Alternatively, you can try running JOSM with the following JVM arguments (on the command line, java ARGUMENT -jar josm.jar).

  • -Dsun.java2d.opengl=True
  • -Dsun.java2d.d3d=true

I think there is a way to set it for JOSM installed via the windows installer, but I don't know how off the top of my head.

EDIT: See https://docs.oracle.com/en/java/javase/11/troubleshoot/java-2d-pipeline-rendering-and-properties.html#GUID-69652947-7E96-454C-81CB-70703A539183 for some additional troubleshooting details.

Last edited 13 months ago by taylor.smock (previous) (diff)

comment:4 by anonymous, 13 months ago

I used MS-DOS as a kid but I am not so experienced with command line or arguments.
Do I understand correctly that I should use those argument on command prompt or Powershell and run them as:java ARGUMENT -jar josm.jar
-Dsun.java2d.opengl=True
-Dsun.java2d.d3d=true

and then launche the JOSM from command line or powershell?C:\Users\sinuh\AppData\Local\JOSM\JOSM.exe
That is the installed location on my system......And it does not understand quote; java ARGUMENT -jar josm.jar end of quote... LOL I feel like moron :D
I may be on wrong tracks but I could run the application on compatibility mode.

comment:5 by taylor.smock, 13 months ago

wiki:Download#Mswindowswrapper has a section on adding Java options. I don't know if it is current (I'm not on windows).

Anyway, assuming you downloaded josm-tested.jar to your Downloads directory and have a system installation of Java (we recommend Azul), you could run it via java -Dsun.java2d.opengl=True -jar C:\Users\sinuh\Downloads\josm-tested.jar. Alternatively, you can try editing the JOSM.cfg file mentioned in wiki:Download#Mswindowswrapper (notepad should work for that).

comment:6 by anonymous, 11 months ago

I am having the same problem. I have a Windows 11 Lenovo laptop with I5-13500H and Nvidia 4050 graphics card. Glitching UI (it starts redisplaying the JOSM window that I am partially over top of the same JOSM window; like improperly wallpapering over wallpaper over and over again). Occurs on graphics mixed mode, discrete GPU only, and integrated GPU only modes. Occurs using JOSM downloaded from Microsoft Store and using JOSM downloaded in conjunction with Openwebstart. I have not observed any instance of glitching UI with any other applications on my computer. E.g. I'll have JOSM having this issue, meanwhile Firefox or Edge is showing in another area of the same at the same time without any UI problems at all.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to sinuhesieda@….
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.