Changes between Initial Version and Version 1 of Ticket #21620
- Timestamp:
- 2021-12-01T23:51:49+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21620
- Property Component Plugin mapwithai → Plugin jna
- Property Owner changed from to
- Property Summary MapWithAI causes JNA exception → [PATCH] JNA does not support ARM M1 Macs
-
Ticket #21620 – Description
initial v1 1 {{{ 1 2 2021-12-01 14:49:07.651 SEVERE: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin mapwithai. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.UnsatisfiedLinkError: /Users/imac62/Library/Caches/JNA/temp/jna10834888994934519908.tmp: dlopen(/Users/imac62/Library/Caches/JNA/temp/jna10834888994934519908.tmp, 0x0001): tried: '/Users/imac62/Library/Caches/JNA/temp/jna10834888994934519908.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e')), '/usr/lib/jna10834888994934519908.tmp' (no such file) 2 3 org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin mapwithai … … 60 61 61 62 Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main" 63 }}}


