Helsinki-NLP / OPUS-CAT

OPUS-CAT is a collection of software which make it possible to OPUS-MT neural machine translation models in professional translation. OPUS-CAT includes a local offline MT engine and a collection of CAT tool plugins.
MIT License
64 stars 9 forks source link

New memoQ plugin breaks memoQ 10.5 #95

Closed DominiquePivard closed 2 months ago

DominiquePivard commented 2 months ago

I noticed a new memoQ plugin was released recently (https://github.com/Helsinki-NLP/OPUS-CAT/releases/tag/memoq_with_no_tag_copy). Unfortunately, installing the new plugin broke memoQ for me (using the latest to date, i.e. 10.5.7). I wasn’t able to open any project in memoQ, nor to close it (I had to kill it via Task Manager). Removing the plugin solved the issue. image

TommiNieminen commented 2 months ago

Hi, this is probably due to Windows quarantining the plugin dll file (I think it does that to all unknown dll files that are downloaded remotely). You can fix this by unblocking the dll file before copying it to AddIns (right-click file, choose Properties, check the Unblock box in the bottom right of the Properties window).

DominiquePivard commented 2 months ago

Thanks! Unblocking the DLL appears to do the trick. It would probably be a good idea to mention it in the instructions.