Skip to content
MSN

WebChat Z

A TG007 community discussion started by McGugamafia.

Discussion 7 posts
Page 1 of 1
Open
Topic #1125 · 7 published posts · 909 views

I downloaded the WebChat-Z addon thing for my script (here) and now it's giving me this error. When I say something it says this:

 

* /dll: unable to open 'C:\UNZIPPED\MCGUGAMAFIA SCRIPT\DllTmp\Dll3076.dll' (line 105, Web-chatZ.mrc)

 

Now I don't really know why it expects me to have this "dll3076" in my scripts directory, but I don't have it, and I have looked around for this but I can't seem to find it. Does anyone know what might be the matter?

 

Edit:

ok I just noticed something else too. It echos what I said above into the status window or whatever, but when I say something on the channel, it echos the following into the channel:

 

* /copy: invalid parameters

* /dll: unable to open 'C:\UNZIPPED\MCGUGAMAFIA SCRIPT\DllTmp\Dll1148.dll' (line 61, Web-chatZ.mrc)

* /dll: unable to open 'C:\UNZIPPED\MCGUGAMAFIA SCRIPT\DllTmp\Dll1148.dll' (line 61, Web-chatZ.mrc)

Edited Aug 9, 2004 9:47 PM by McGugamafia

create a folder called DllTmp in your script main dir

then try again

My code does NOT have bugs. It just develops random features.

I took a look at the folder and theres already a DllTmp there, but there's nothing in it. Its at C:\UNZIPPED\MCGUGAMAFIA SCRIPT\DllTmp. But it still doesn't work.

try renaming the folder your script is in so that there are no spaces in the path...

from C:\UNZIPPED\MCGUGAMAFIA SCRIPT\

to C:\UNZIPPED\MCGUGAMAFIA_SCRIPT\

bfush.PNG

ok heres what I did. I went into explorer, and found that, and renamed it wit the underscore. Then I reloaded the webchatz stuff, and it says that its directory is now at the one with the underscore, but when I try to type, it's still givin me the error message. By the way, it says that the problem is line 61 or webchatz, so just incase this helps, line 61 is this.

 

 

if ($chan) { dll DllTmp\Dll $+ $window(%chan $+ $chan).hwnd $+ .dll writeln <basefont color=" $+ %smilecolor $+ " size= $+ %smilesize face= $+ %smilefont Border="5"><br>< $+ %attrib $+ > $+ $switch(%echo) $+ </ $+ %attrib $+ > }

 

it looks like line 61 is fine, which means that the script is failing somewhere else, probably wherever it is supposed to be copying the dll file to the \dlltmp\ directory. look for that and post what you find, and maybe i can see a problem there.

bfush.PNG

Well I just downloaded webchat-z 2 so now it works good. The thing I noticed is that the first webchat z when I got it didn't have a dlltmp folder so that dll that was needed wasn't in there. webchat-z 2 worked for me and it came with dlltmp folder and had a dll in it. Maybe that was the problem? Whatever it was thanks for tryin to help me anyway cheers.gif