craze
Deceased
Posts: 19
Registered: 9-10-2008
Member Is Offline
|
|
/write: unable to open file '@Awaylog.log'
Issue: * /write: unable to open file 'X:\path\to\@Awaylog.log' (line 691, away.mrc)
Affects: mIRC 7.15 (and possibly newer)
From the mIRC 7.15 changelog:
Quote: | Changed $mklogfn() to only return a partial path when the "Make folders" option is enabled in the Logging dialog. |
To work around the @Awaylog error on top, change line 690 in away.mrc from Code: | if ($hget(pnp.config,awaylog.perm)) write " $+ $mklogfn(@Awaylog) $+ " %log | to Code: | if ($hget(pnp.config,awaylog.perm)) write " $+ $logdir $+ $mklogfn(@Awaylog) $+ " %log |
by adding $logdir $+ in front of $mklogfn.
[Edited on 14-Nov-2010 by craze]
if ((you tried a solution from these forums) AND (no one else has verified it)) { Please comment if it works. }
- WildCraze, using mIRC v7.52
|
|
Fait
Newbie
Posts: 2
Registered: 24-2-2011
Member Is Offline
|
|
What's the path for the away.mrc? I culdn't find it on mirc 7.17.
|
|
Fait
Newbie
Posts: 2
Registered: 24-2-2011
Member Is Offline
|
|
Nevermind. Found it already and it's working already. No more /write unable to write..... problem.
|
|
solbu
Super Administrator
Posts: 43
Registered: 3-10-2008
Location: EFNet, Libera, OFTC
Member Is Offline
|
|
This is now fixed in the new 4.22.3 release.
Using GNU/Linux, because its a matter of Freedom
|
|