Modify ↓
#5134 closed defect (fixed)
bogus warnings "failed to locate image"
Reported by: | bastiK | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
JOSM shows errors
Fatal: failed to locate image 'images/preferences/walkingpapers.png'. This is a serious configuration problem. JOSM will stop working.
when downloading the plugin list from server.
Note: It is expected that the image is not there, but only ImageProvider.getIfAvailable(...) is used, which shouldn't show this warning.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
getIfAvailable() issues this warning, this is intended. The normal get() raises an exception.