• Welcome to Vice City Multiplayer.
 

Strange dll.dll bug

Started by Skirmant, February 07, 2010, 11:05:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skirmant

Hi. I was trying all of the possibilities of the newest dll. It worked fine at first but after a while i started getting this error message.

* /dll: unable to open 'C:\GTA Vice City\Vice City Multiplayer\Temp\rcondll.dll' (line 184, script.ini)

The line is alias vcmp.connect dll rcondll.dll RconConnect $1-

*The dll.dll was renamed to rcondll.dll
*The dll was replaced many times to make sure its not corrupted
*The script was replaced many times to make sure its not corrupted


It seems that the dll doesn't work anymore. I think this may be a windows or some kind of a bizarre mirc problem, but who knows. Any ideas?
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

thijn

Try using

alias vcmp.connect dll $+(",$scriptdir,rcondll.dll,") RconConnect $1-


As the errors says the DLL is not found.


Skirmant

Thanks man it worked! But it seems I came to another problem. I'm trying to connect 2 different dlls from one script to a server. Vrocked dll and the other one. Everytime I try connecting them to the server I get LOADS of error messages. They successfully connect and work in the script. After like 2 minutes the script stops and I get this message:

* /vcmp.data: not connected to server

In a mirc channel it says:

EchoBot ([email protected]) Quit (Excess Flood)

I tried turning off flood protection, but still no progress. Anyone got any ideas?
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

Boss

Quote from: Skirmant on February 08, 2010, 05:21:17 PM
EchoBot ([email protected]) Quit (Excess Flood)
Even though I do not endorse mrc scripting usage, I can tell that to fix your issue you need the bot to be server's /oper. Opers are not killed for flooding.

Skirmant

Nope doesn't work. I guess its not about the flood protection.
I also get this message that I didn't notice before:

* [10053] Software caused connection abort
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.

Boss

It can't "not work". Logged in opers are never killed for flood.

Quote from: Skirmant on February 08, 2010, 05:55:29 PM
* [10053] Software caused connection abort
This error is usually caused by server. Try using UnrealIRCd.

Skirmant

#6
Eh... I'll stick with my strategy for a while until Vrocked dll gets all features, or I find a better solution

*Main script sends a signal to the extra script to connect.
*Main script sends a signal to the extra script to start boozer feature.


EDIT: *Bug fixed by adding an empty alias named vcmp.data in the script*
I know advance mIRC, average C++, basic Pawn & Squirrel, very basic Java Script.