maripo / JOSM_easypresets

22 stars 7 forks source link

plugin cannot create presets on JOSM v13576 #34

Closed govvin closed 6 years ago

govvin commented 6 years ago

After my upgrade to current version of JOSM, I can no longer create presets.

I can still manage and edit existing presets but unable to create new ones. There are no error alerts whenever I attempt to create a new preset.

don-vip commented 6 years ago

We received a new bugreport on JOSM tracker, I don't know if it is the same issue: https://josm.openstreetmap.de/ticket/16377

govvin commented 6 years ago

It looks like the same issue @don-vip .

Additional information: While there are no error messages when trying to create presets, I found one while trying to find a workaround, when you attempt to copy/clone an existing preset.

image

The following is the crash data error: josm_easy_preset_crash_data.txt

maripo commented 6 years ago

Thank you for reporting. I couldn't reproduce it on my environment (macOS High Sierra 10.13.4 + JOSM 13878). Can you please give me detailed information about your environment?

This user reported the same problem from Windows 7. It may be OS dependent. https://josm.openstreetmap.de/ticket/16377

govvin commented 6 years ago

Hi @maripo . I'm on Ubuntu. Attached is the debug text create_presets_debug_info.txt

maripo commented 6 years ago

Thanks, it's a clue to solution.

maripo commented 6 years ago

Another report on Twitter https://twitter.com/hide19710605/status/1007946924844986369

maripo commented 6 years ago

Fixed in v1.13. Current source code did not contain this defect but the jar file distributed as v1.12 was wrong one. Sorry for inconvenience.

govvin commented 6 years ago

This works! Thank you for the fix, @maripo