scrolling with ParaTExt broken [fixed]

I have no idea what happened, but a few days ago Logos6 and ParaTExt 7.5 stopped scrolling together. It's always been a bit sketchy, but this time it wasn't working at all... Frustrating! Anyway, I dredged up some instructions (https://wiki.logos.com/Smart_Tags#Using_Powershell_to_fix_Smart_Tags) and ran the commands and scrolling now works again.
I should note that I had change:
“%LOCALAPPDATA%\Logos\Logos.exe” /register
to:
%LOCALAPPDATA%\Logos5\Logos.exe /register [remove quotes and change Logos folder location]
and:
regsvr32 “%LOCALAPPDATA%\Logos\System\L4SmrtTg.dll”
to:
regsvr32 %LOCALAPPDATA%\Logos5\System\L4SmrtTg.dll [ditto]
Again, I don't know what broke (I suspect an update of some sort...), but I'm posting this in case anyone else has the same issue.
Comments
-
Paul Unger said:
[remove quotes and change Logos folder location]
The change for different Logos folder names is explained at https://wiki.logos.com/Smart_Tags#Smart_Tags_and_64-bit_Logos (not the Powershell link you provided). Quotes would be needed if the pathname contains spaces.
Dave
===Windows 11 & Android 13
0