Modify ↓
Opened 10 years ago
Closed 10 years ago
#11815 closed defect (invalid)
Missing menu images in .svg format
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Download revision 8699 from svn and run it.
What is the expected result?
It should start.
What happens instead?
It crash during startup with message that can't find image for menu "download-overpass"
Please provide any additional information below. Attach a screenshot if possible.
From code review its looks that currently all menus should have 'svg' images but currently in resources there is only "download-overpass.png" so code crash
Build-Date: 2015-08-29 03:20:04 Revision: 8699 Is-Local-Build: true Identification: JOSM/1.5 (8699 SVN en) Linux Ubuntu 15.04 Memory Usage: 982 MB / 5376 MB (875 MB allocated, but free) Java version: 1.7.0_51, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM VM arguments: [-javaagent:/usr/share/java/jayatanaag.jar, -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:57330, -Djosm.home=/home/kendzi/josm_dev/, -Dsun.java2d.noddraw=true, -D_jogl.debug.GraphicsConfiguration=true, -Dkendzi3d.opengl.sampleBuffers=true, -Dkendzi3d.opengl.zbuffer=16, -Djogl.debug=true, -Dfile.encoding=UTF-8] Program arguments: [--language=en, /home/kendzi/josm_dev/test.osm] Plugins: - ShowInGoogleMaps - kendzi3d - kendzi3d-jogl - log4j (30197) Last errors/warnings: - E: java.lang.RuntimeException: Fatal: failed to locate image 'download-overpass.???'. This is a serious configuration problem. JOSM will stop working. java.lang.RuntimeException: Fatal: failed to locate image 'download-overpass.???'. This is a serious configuration problem. JOSM will stop working. at org.openstreetmap.josm.tools.ImageProvider.getResource(ImageProvider.java:548) at org.openstreetmap.josm.actions.JosmAction.<init>(JosmAction.java:79) at org.openstreetmap.josm.actions.JosmAction.<init>(JosmAction.java:117) at org.openstreetmap.josm.actions.OverpassDownloadAction.<init>(OverpassDownloadAction.java:52) at org.openstreetmap.josm.gui.MainMenu.<init>(MainMenu.java:173) at org.openstreetmap.josm.Main$3.initialize(Main.java:563) at org.openstreetmap.josm.Main$InitializationTask.call(Main.java:707) at org.openstreetmap.josm.Main.<init>(Main.java:565) at org.openstreetmap.josm.gui.MainApplication.<init>(MainApplication.java:92) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:457)
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Priority: | critical → trivial |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Oki, looks like someone (Don-vip in #8305) added some magic directory bin2 which has to be added manually to eclipse class path. After that everythink is working fine.
Sorry for trouble.