scrolling with ParaTExt broken [fixed]

Paul Unger
Paul Unger Member Posts: 229 ✭✭
edited November 2024 in English Forum

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