Bug #2624
closedUpdated to latest version of program just released
0%
Description
Updated to latest verion of program (2.3 beta build 2016/04/06 64bit) and it broke the fish script.
I get the following errors:
[08-Apr-2016 04:14PM] * $dll: no such file 'D:\AdiIRC64_45\Scriptsfish_10.dll' (line 304, fish_10.ini)
[08-Apr-2016 04:16PM] * /dll: no such file 'D:\AdiIRC64_45\Scriptsfish_10.dll' (line 17, fish_10.ini)
[08-Apr-2016 04:17PM] * $dll: no such file 'D:\AdiIRC64_45\Scriptsfish_10.dll' (line 382, fish_10.ini)
[08-Apr-2016 04:17PM] * $dll: no such file 'D:\AdiIRC64_45\Scriptsfish_10.dll' (line 385, fish_10.ini)
[08-Apr-2016 04:17PM] * $dll: no such file 'D:\AdiIRC64_45\Scriptsfish_10.dll' (line 412, fish_10.ini)
[08-Apr-2016 04:17PM] * $dll: no such file 'D:\AdiIRC64_45\Scriptsfish_10.dll' (line 415, fish_10.ini)
I have tried unloading, reloading, restarting, etc and nothing works.
I can't see what is going on in my rooms if this is not working.
Updated by Per Amundsen over 8 years ago
Until I figure out what's causing this (a missing slash somewhere), you can open the script editor (ALT + R) and change the line:
set %FiSH_dll $qt($shortfn($nofile($scriptdir) $+ fish_10.dll)))
to:
set %FiSH_dll $qt(D:\AdiIRC64_45\Scripts\fish_10.dll)
Updated by Per Amundsen over 8 years ago
- Status changed from New to Resolved
- Priority changed from Immediate to Normal
- Operative System changed from Windows 10 to All
Fixed in next beta.