flakes / mirc_fish_10

"FiSH 10" - a blowfish encryption script for mIRC 7, compatible to previous FiSH scripts and other clients! Come visit us in #fish10 on EFNet!
https://syndicode.org/fish_10/
86 stars 16 forks source link

Installation/Loading bug because of directory spaces #19

Closed PrinzVonBillAir closed 13 years ago

PrinzVonBillAir commented 13 years ago

Following error message pops up in mIRC at loading Fish 10: * /dll: unable to open file 'C:\PROGRA~2\mIRC' (line 20, fish_10.mrc)

This ONLY happens if the directory I installed mIRC to has spaces in the mIRC folder name. For example: This WORKS: C:\abc\mirc OR C:\abc\de fg\mirc OR C:\abc\de fg\mirc7.1 This DOESNT WORK (and the error message above pops up): C:\abc\mirc 7.1 OR C:\abc\mirc 7

I tested mIRC 7.1 with Fish 10 on 3 different computers all runing Windows 7 64Bit and a clean mIRC 7.1 installation and this error happens on all 3 computers. For now I installed it to C:...\mIRC7.1 but normally i would use C:...\mIRC 7.1 as folder name so it would be nice if you fix this error.

dvl commented 13 years ago

Another issue about file paths

If dlls are in d:\mirc7\dll\

I got * /dll: unable to open file 'D:\mIRC7\dll\fish_inject.dll'

If I move to d:\mirc7\ works fine.

Is proposital dll only loads in mirc's root folder?

flakes commented 13 years ago

dvl, I didn't find a way to make it work. You have to keep the DLLs in the same folder as mIRC.exe for now.

flakes commented 13 years ago

closing, OPs issue = works for me.