Skip to content
MSN

Vincula Error

A TG007 community discussion started by ePox.

Discussion 5 posts
Page 1 of 1
Open
Topic #1818 · 5 published posts · 727 views

Been having problems with Vincula here lately so i took the Vincula file out of Hybrid (Which works fine) and loaded into that script and i am now getting those errors posted below. What causes that to happen.

********************************************************************

 

 

-

* /hload: unable to open 'C:\WINDOWS\Desktop\=MSN= Scriptz\mIRC\vfcache.dat' (line 1131, vincula.mrc)

-

* /write: unable to open 'C:\WINDOWS\Desktop\=MSN= Scriptz\mIRC\vprevgen.html' (line 2691, vincula.mrc)

 

did you move those 2 files also? lol_sign.gif

Yes all of the files for vincula are their. I just copied the Vincula file from hybrid and placed it in the mirc folder and everything is their but get those errors.

Edited Nov 6, 2004 8:46 PM by »†ëþøx†«

you might want to try editign vincula and finding the line/s where its asking

for you to hload vfcache.dat , and wrighting vprevgen.html

 

Find

 

hload msn.fonts "vfcache.dat"

 

Replce With

 

hload msn.fonts " $+ $scriptdir $+ vfcache.dat"

 

Find

 

write -c $+(",vprevgen.html")  " then the rest of the data)

 

replace with

 

write -c $+(",$scriptdir,vprevgen.html")

 

 

Im assuming here the code is simmaler to what iv posted in here if this dosent work then do a search for the 2 files withing the vincula script then paste here "in code form alt + p " what the coding is thats in your vinc n ill be able to help more

 

also iv found that it helps if you keep the vincula script in a sepporate folder to ne other scripts this way u dont have to go looking around for it n can utalize the $scriptdir cmd more easelly

 

hope this helps

 

regds

lee

Edited Nov 13, 2004 3:39 PM by Terminal-access

Terminal-Access

if you dont replace those files it just isn't going to work for you