Author Topic: Strange dll.dll bug  (Read 3571 times)

0 Members and 1 Guest are viewing this topic.

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Strange dll.dll bug
« on: February 07, 2010, 01:05:26 pm »
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
Code: [Select]
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?

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Strange dll.dll bug
« Reply #1 on: February 08, 2010, 12:41:55 am »
Try using
Code: [Select]
alias vcmp.connect dll $+(",$scriptdir,rcondll.dll,") RconConnect $1-

As the errors says the DLL is not found.

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Re: Strange dll.dll bug
« Reply #2 on: February 08, 2010, 07:21:17 pm »
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?

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: Strange dll.dll bug
« Reply #3 on: February 08, 2010, 07:42:06 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.

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Re: Strange dll.dll bug
« Reply #4 on: February 08, 2010, 07:55:29 pm »
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

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: Strange dll.dll bug
« Reply #5 on: February 08, 2010, 07:59:50 pm »
It can't "not work". Logged in opers are never killed for flood.

* [10053] Software caused connection abort
This error is usually caused by server. Try using UnrealIRCd.

Offline Skirmant

  • Made Man
  • ***
  • Posts: 134
    • View Profile
Re: Strange dll.dll bug
« Reply #6 on: February 08, 2010, 08:27:50 pm »
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*
« Last Edit: February 13, 2010, 08:02:43 pm by Skirmant »