Crash when reordering template properties

Tropy is crashing when I attempt to reorder the properties on a custom template in the Preferences window. I receive the following error:

{“msg”:“unhandled error: Expected targetIds to be registered.”,“stack”:“Invariant Violation: Expected targetIds to be registered.\n at invariant (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:13346:15)\n at checkInvariants (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:13595:5)\n at DragDropManagerImpl.hover (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:13569:5)\n at Object.hover (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:13782:38)\n at /Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:15866:27”,“system”:“Darwin 22.5.0 (x64)”,“time”:1691901749055,“version”:“1.14.0”}

I’m on the latest version for Mac. Thanks!

Thanks for reporting, we’ll take a look!

1 Like

Thanks a lot! After poking around a bit more, the crash seems to occur if I drag the property anywhere beyond the border of the Preferences pane. Sometimes multiple properties spontaneously disappear from the template after this too. Hope this helps!

Edit to add the different error message I receive sometimes, too:

{“msg”:“unhandled error: Cannot read properties of undefined (reading ‘id’)”,“stack”:“TypeError: Cannot read properties of undefined (reading ‘id’)\n at /Applications/Tropy.app/Contents/Resources/app.asar/lib/views/prefs.js:249:18\n at Array.map ()\n at TemplateFieldList (/Applications/Tropy.app/Contents/Resources/app.asar/lib/views/prefs.js:247:22)\n at Xh (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:502:139)\n at dj (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:532:263)\n at Wk (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:627:88)\n at Vk (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:615:409)\n at Uk (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:615:338)\n at Jk (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:615:191)\n at Ok (/Applications/Tropy.app/Contents/Resources/app.asar/lib/main-d6e23c51.js:606:88)”,“system”:“Darwin 22.5.0 (x64)”,“time”:1692053462904,“version”:“1.14.0”}