[6.02] "unable to open file" in gamersirc.grc file

Hotfixes for outdated Gamers.IRC versions.
User avatar
Tuxman
Administrator
Posts: 1873
Joined: 24.10.2003 00:13
Status: That guy
Contact:

[6.02] "unable to open file" in gamersirc.grc file

Unread postby Tuxman » 03.10.2011 23:04

Bug:
In a fresh installation of Gamers.IRC 6.02, the following error appears all of a sudden:
* /write: unable to open file 'C:\girc.txt' (line 9834, gamersirc.grc)
This is due to Gamers.IRC's newly introduced check for correct rights for controlling Winamp which may fail if you don't have Winamp installed at all.

Solution:
Open the mIRC script editor (Alt+R) with gamersirc.grc, scroll to line 9833:

Code: Select all

if ($exists($qt(%winamppath))) {
Replace that by:

Code: Select all

if ($len(%winamppath) > 0 && $exists($qt(%winamppath))) {
Status:
Fixed in the next Gamers.IRC version.

Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.
^\__/
..O.o

This is Einkaufswagen. Copy Einkaufswagen into your signature to help him on his way to world domination.

Who is online

Users browsing this forum: No registered users and 3 guests