Modify ↓
      
Opened 17 months ago
Closed 17 months ago
#23699 closed defect (fixed)
When trying to click on one of the MapRoulette Icons on the map, I was prompted to update the plug-in, then when the button to do so is clicked it takes me to the report bug window.
| Reported by: | anonymous | Owned by: | taylor.smock | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin MapRoulette | Version: | |
| Keywords: | template_report | Cc: | 
Description
What steps will reproduce the problem?
- Download MapRoulette icons in an area
- Try to click on one
- Click on update plug-in
What is the expected result?
You would beable to access the Map Roulette task, or update plug-in as prompted
What happens instead?
The unexpected error/ report bug page appears
Please provide any additional information below. Attach a screenshot if possible.
Revision:19067
Build-Date:2024-05-02 13:15:27
Identification: JOSM/1.5 (19067 en) Mac OS X 14.4.1
OS Build number: macOS 14.4.1 (23E224)
Memory Usage: 928 MB / 8192 MB (415 MB allocated, but free)
Java version: 21.0.3+9-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 1 1728×1117 (scaling 2.00×2.00) Display 2 1920×1080 (scaling 1.00×1.00)
Maximum Screen Size: 1920×1117
Best cursor sizes: 16×16→16×16, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: en_US
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=19067, --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.apple.eawt=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=/private/var/folders/h0/ls2bf1fs7ng6h_20ngg4zf_w0000gn/T/AppTranslocation/90A93480-F067-450B-B8A1-E1100A392279/d/JOSM 6.app/Contents/MacOS/JOSM]
Plugins:
+ MapRoulette (26)
+ Mapillary (3904)
+ apache-commons (36176)
+ apache-http (36176)
+ buildings_tools (36226)
+ graphview (36258)
+ jna (36176)
+ mapwithai (829)
+ markseen (14)
+ osm-obj-info (66)
+ pmtiles (36219)
+ reverter (36256)
+ sidewalks (63)
+ utilsplugin2 (36241)
Tagging presets:
+ ${HOME}/Downloads/drive-download-20231107T202808Z-001/FB_presets.max.xml
Map paint styles:
+ ${HOME}/Downloads/drive-download-20231107T202808Z-001/FB_style.mapcss
+ ${HOME}/Desktop/Meta QC.mapcss
- ${HOME}/Downloads/drive-download-20231107T202808Z-001/rainbow_roads.mapcss
- https://josm.openstreetmap.de/josmfile?page=Styles/MapWithAI&zip=1
- ${HOME}/Desktop/Meta QC.mapcss
- ${HOME}/Desktop/SneffelsGEM1.mapcss
- ${HOME}/Desktop/SneffelsandDiabloGEM.mapcss
Last errors/warnings:
- 00008.074 E: java.nio.file.FileSystemException: ${HOME}/Desktop: Operation not permitted
- 00009.074 E: Failed to locate image ''
- 00009.075 W: Mappaint style "standard" (Sneffels) icon "" not found.
- 00009.080 E: Failed to locate image ''
- 00009.080 W: Mappaint style "standard" (SneffelsDiablo) icon "" not found.
- 05383.009 E: Failed to locate image 'mapmode/presets/transport/way/way_pedestrian.svg'
- 05829.553 W: java.net.SocketTimeoutException: Read timed out. Cause: java.net.SocketTimeoutException: Read timed out
- 05829.661 E: Failed to locate image 'https://www.fs.usda.gov/themes/custom/fs_uswds/logo.svg'
- 05876.893 E: Handled by bug report queue: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 238
- 05908.189 E: Handled by bug report queue: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 238
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: AWT-EventQueue-0 (38) of main
java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 238
	at java.desktop/javax.swing.DefaultRowSorter.convertRowIndexToModel(Unknown Source)
	at java.desktop/javax.swing.JTable.convertRowIndexToModel(Unknown Source)
	at java.desktop/javax.swing.JTable.getValueAt(Unknown Source)
	at org.openstreetmap.josm.plugins.maproulette.gui.task.list.TaskListPanel.accept(TaskListPanel.java:225)
	at org.openstreetmap.josm.plugins.maproulette.gui.task.list.TaskListPanel.accept(TaskListPanel.java:63)
	at org.openstreetmap.josm.plugins.maproulette.gui.layer.MapRouletteClusteredPointLayer.lambda$setSelected$8(MapRouletteClusteredPointLayer.java:324)
	at org.openstreetmap.josm.tools.ListenerList.fireEvent(ListenerList.java:155)
	at org.openstreetmap.josm.plugins.maproulette.gui.layer.MapRouletteClusteredPointLayer.setSelected(MapRouletteClusteredPointLayer.java:324)
	at org.openstreetmap.josm.plugins.maproulette.gui.layer.MapRouletteClusteredPointLayer.mouseClicked(MapRouletteClusteredPointLayer.java:304)
	at java.desktop/java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
	at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.Component.processEvent(Unknown Source)
	at java.desktop/java.awt.Container.processEvent(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
      Attachments (0)
Change History (2)
comment:1 by , 17 months ago
| Component: | Core → Plugin MapRoulette | 
|---|---|
| Owner: | changed from to | 
comment:2 by , 17 months ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    



https://github.com/JOSM/MapRoulette/pull/7