Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Cannot load plugin..
Goto page Previous  1, 2
 
Post new topic   Reply to topic Printable version
 View previous topic  How...do i do THAT? Post :: Post Loading dll  View next topic  
Author Message
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Mon Feb 21, 2005 5:22 pm    Post subject: Reply to topic Reply with quote

sorry for double post but..

where do i see

Code:
Code: Show/Hide

f (major > CORE_MAJOR_VERSION)
{
   tell(makeEcho("DLL plugin cannot connect.  This plugin is out of date."));

   CONNECTION_DENIED = true;

   return;
}
else if ((major < CORE_MAJOR_VERSION) || (minor < CORE_MINOR_VERSION))
{
   tell(makeEcho("DLL plugin cannot connect.  This plugin requires the latest version of MERVBot."));

   CONNECTION_DENIED = true;

   return;
}
else
   tell(makeEcho("DLL plugin connected."));

_________________
Unknown Webmaster, Confused Game Player
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Mon Feb 21, 2005 5:42 pm    Post subject: Reply to topic Reply with quote

Solid_Fire wrote:
sorry for double post but..


Triple post. sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List
Solid_Fire
Server Help Squatter


Age:35
Gender:Gender:Male
Joined: Dec 22 2004
Posts: 327
Location: NV. Dont stalk me..plz..
Offline

PostPosted: Mon Feb 21, 2005 5:56 pm    Post subject: Reply to topic Reply with quote

true..lol
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Mon Feb 21, 2005 6:05 pm    Post subject: Reply to topic Reply with quote

Solid_Fire wrote:
where do i see

Code:


Solo Ace wrote:
This is from the default source of MERVBot plugins, spawn.cpp:


Gravitron>
Gravitron> And off jumping a bridge I go...
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Mon Feb 21, 2005 6:07 pm    Post subject: Reply to topic Reply with quote

You'd see that in the source of a plugin, which is a little irrelevant.

It's about the error messages:
"DLL plugin cannot connect. This plugin is out of date." and
"DLL plugin cannot connect. This plugin requires the latest version of MERVBot.".
One of these messages might show up in the console, after trying to load a plugin.

---

Just follow these steps before running the MERVBot:

1. Open MERVBOT.INI in a text editor.

2. Go to the [Misc] section in that file and see if
"NoTerminal=0".
If it isn't, make sure it is.

3. Save and close the .INI file.

4. Start the MERVBot.exe, a black window shows up. This is what we'll call the "console".

5. Try to load your plugin, and see if any of these messages shows up in the "console":
"DLL plugin cannot connect. This plugin is out of date.",
"DLL plugin cannot connect. This plugin requires the latest version of MERVBot." or
"DLL plugin connected.".

6. Tell us here which of those messages showed up in the console.

---

By doing this you'd be able to determine what's going wrong when you're trying to load the plugin.
Back to top
View users profile Send private message Add User to Ignore List
Mr Ekted
Movie Geek


Gender:Gender:Male
Joined: Feb 09 2004
Posts: 1379
Offline

PostPosted: Mon Feb 21, 2005 6:54 pm    Post subject: Reply to topic Reply with quote

Other reasons LoadLibrary() would fail:

- dll does not exist, misspelled filename
- dll is not a valid dll

Other reasons MERV wouldn't like the module:

- missing export(s)
- improper registration/protocol (just guessing here)
_________________
4,691 irradiated haggis!


Last edited by Mr Ekted on Tue Feb 22, 2005 9:07 am, edited 1 time in total
Back to top
View users profile Send private message Add User to Ignore List
Guest



Offline

PostPosted: Tue Feb 22, 2005 3:49 am    Post subject: Reply to topic Reply with quote

Format and reinstall windows.
Back to top
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Tue Feb 22, 2005 7:54 am    Post subject: Reply to topic Reply with quote

^ Give the man a cookie. sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Tue Feb 22, 2005 2:01 pm    Post subject: Reply to topic Reply with quote

When I had my first own computer, that was the way to fix all problems. icon_smile.gif

Yeah Ekted, but this must be a version conflict. sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Tue Feb 22, 2005 6:31 pm    Post subject: Reply to topic Reply with quote

^^^^ *Takes no action on it for the 7th time*

Grav wrote:
even stupidier staff

That was kinda funny. icon_razz.gif

Edit: Oops, guess I didn't see this page. icon_redface.gif
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.


Last edited by Cyan~Fire on Fri Feb 25, 2005 4:46 pm, edited 1 time in total
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Phyran
I privately speak in public


Gender:Gender:Male
Joined: Dec 25 2003
Posts: 280
Offline

PostPosted: Tue Feb 22, 2005 7:19 pm    Post subject: Reply to topic Reply with quote

Anonymous wrote:
Format and reinstall windows.



"Format HDD, win the war"
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 233 page(s) served in previous 5 minutes.

phpBB Created this page in 0.471821 seconds : 35 queries executed (91.4%): GZIP compression disabled