Version 0.6
- Introduction
- Install
- Upgrade
- Remove and repair
- Using Hots
- History
- Troubleshooting and known problems
- License
Troubleshooting and known problems
ID1
Problem:
Program reports in tooltip "timeout waiting for <filename>"
Description:
<filename> is a file used for communication between PSPad and the program.
PSPad failed to respond on program command in given timeout. This can happen in cases PSPad
in the time of command was busy doing something else.
Solution:
Retry the operation.
ID2
Problem:
After upgrade from version 0.5 to version 0.6 on Windows 7 PSPad recompile scripts fails with
"Support for JScript active scripting not found! Install WSH with requested language support."
Description:
Probably older version left behind some files in Windows 7 VirtualStore.
Solution:
Check Windows 7 VirtualStore directory of PSPad (e.g.: C:\Users\<username>\AppData\Local\VirtualStore\Program Files\PSPad editor\script\JScript)
for any files similar to: psplib_action.ahk2psp and delete them. Then restart PSPad.
Top