.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Enhancement Workshop > (mEAn) Bot.Admin Mod / ServerLoader > (mEAn) Bot.Admin Mod Help
(mEAn) Bot.Admin Mod Help Need Help? Ask questions in here

Reply
 
Thread Tools
Crashing to Desktop
Old
  (#1)
Red
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2005
Default Crashing to Desktop - 20-06-2005

Mean Mod Crashing Counter-Strike to Desktop

This is a listen server, where I load CS1.6 and start a new game. About two seconds after picking a map, it crashes.

I have:
- podbot_mm
- mEAn mod 6.00

Quote:
Originally Posted by Directory Structure
addons\mean\mean.dll
addons\podbot\podbot_mm.dll
addons\podbot\podbot_mm_i386.so
Podbot is the latest, I think -- the file is dated 12/06/2004 @ 244KB.

Quote:
Originally Posted by liblist.gam
gamedll "addons\mean\mean.dll"
gamedll_linux "addons/mean/mean_i386.so"
Quote:
Originally Posted by Counter-Strike 1.6 Shortcut Command Line
F:\Half-Life\steam\steam.exe -applaunch 10 +localinfo mgamedll addons\podbot\podbot_mm.dll +localinfo mbotmod podbot_mm
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Crashing to Desktop - 20-06-2005

The latest podbot mm is R2B46c - get it here:
http://filebase.bots-united.com/inde...on=file&id=294

You have linux or windows server? It crashes at every map You are trying to start or only at some map start?

I guess You shouldn't call this:
mgamedll addons\podbot\podbot_mm.dll
It would be better call this:
mgamedll addons\metamod\dlls\metamod.dll

and You need to have metamod installed
Podbot mm is a metamod plugin and it needs metamod o correct work.
Look here how to install podbot mm and metamod correctly:
http://forums.bots-united.com/showthread.php?t=2576

Last edited by KWo; 20-06-2005 at 09:42..
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#3)
Red
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2005
Default Re: Crashing to Desktop - 20-06-2005

Downloaded and pasted in the .dll and .so from that Podbot file link.

Windows 2000, an experimental listen server (when finished, I'll set up the Dedicated on another system and copy everything over). It crashes immediately after I select a map from the list (New Game Menu -> Create Server Tab -> Map from List), or just before the menu vanishes and the Steam validation progress box shows up.

I have Metamod in (the latest and final version that supposedly never needs to be upgraded again - 04/22/2005), and was using it, but it didn't work then. I'll try it again.

Prior to fetching mEAn mod, I had AMX Mod X, Podbot_MM, and a Maxhumans plugin, through Metamod. All three worked, but the bots were insanely easy even at 100% and tweaked. I play on a bot server where the bots will headshot you the moment a fraction of your hitbox comes within their 360 degree sight even though they're on the opposite side of, say, Aztec.

Change to the command line made, but it still blips back to the desktop. :-/

Quote:
Originally Posted by Metamod's plugins.ini
win32 addons\podbot\podbot_mm.dll
Quote:
Originally Posted by Counter-Strike 1.6 Shortcut Command Line
F:\Half-Life\steam\steam.exe -applaunch 10 +localinfo mgamedll addons\metamod\dlls\metamod.dll +localinfo mbotmod podbot_mm

Last edited by Red; 20-06-2005 at 20:20..
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#4)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Crashing to Desktop - 20-06-2005

Quote:
Originally Posted by Red
win32 addons\podbot\podbot_mm.dll
Change the direction of slashes to this:
win32 addons/podbot/podbot_mm.dll

[EDIT]
It's supposed to crash since metamod is calling mEAn and then - mEAn is calling metamod. Change Your shortcut to CS to this:

F:\Half-Life\steam\steam.exe -applaunch 10 +localinfo mgamedll addons/metamod/dlls/metamod.dll +localinfo mbotmod podbot_mm

(I mean change the slashes also here)

and change the plugins.ini file to only this line (and nothing else there):

win32 addons/podbot/podbot_mm.dll

and the call for gamedll in liblist.gam should look so (withoput calling linux *.so file):
gamedll "addons\mean\mean.dll"
[/EDIT]

Last edited by KWo; 21-06-2005 at 00:41..
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#5)
Red
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2005
Default Re: Crashing to Desktop - 20-06-2005

[edit]
I figured it out... the maker of mEAn Mod for some reason hardcoded it to work only when the folder structure is "cstrike\mean\mean.dll" and nothing else. Weird.
[/edit]

Last edited by Red; 20-06-2005 at 23:06..
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#6)
Red
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2005
Default Re: Crashing to Desktop - 20-06-2005

Or not.

If I leave the shortcut at only this,
Quote:
Originally Posted by Counter-Strike 1.6 Command Line
F:\Half-Life\steam\steam.exe -applaunch 10
it works.

With this,
Quote:
Originally Posted by Counter-Strike 1.6 Command Line
F:\Half-Life\steam\steam.exe -applaunch 10 +localinfo mgamedll addons/metamod/dlls/metamod.dll +localinfo mbotmod podbot_mm
it blips back to the desktop like it did before.

Also, the version of Podbot you told me to get says in its file properties that it is "Release 2 build 46b" / 2005.2.18.0
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#7)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Crashing to Desktop - 21-06-2005

Yeah - for linux probably it says R2B46b, but its R2B46c (I forgot to edit one file more in sources when I was giving it to someone to recompile it for me).

How about Your plugins.ini? Do You have there now only one line with podbot_mm call?
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#8)
Red
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2005
Default Re: Crashing to Desktop - 21-06-2005

Plugins.ini hasn't changed, as it's correct.
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#9)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Crashing to Desktop - 21-06-2005

OK - we have to wait for botmeister (mEAn mod maker) to help You more. Maybe I'll try install mEAn on my PC (but can't promise because of lack time ).
  
Reply With Quote
Re: Crashing to Desktop
Old
  (#10)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Crashing to Desktop - 21-06-2005

Just tryied it in CS1.6 with latest mEAn (6.00), metamod 1.7.4p21, AMX 0.9.9b, podbot_mm R2B46c and it doesn't crash at me. I don't have any idea why it crash at You.
And yes - mean folder has to be placed in cstrike directory. In liblist.gam the call for mean.dll should look so:

game_dll "mean\mean.dll"

Quote:
Originally Posted by doc
m_addbot < number_of_bots > [ ct | te ]
adds < number_of_bots > to the specified team. with no aurguments,
will add 1 bot to the designated bot team, or if there is no
designated bot team, then to a randomly assigned team.
default minimum access level: admin2
This one works also on listenserver without any access level (I didn't need to be an admin with level2 ).

[EDIT]
Just copy and paste here the contents of the files liblist.gam, metamod's plugins.ini and look if You don't have in cstrike directory any file called autoexec.cfg. Also write the latest version of Your launch option for CS.
[/EDIT]

Last edited by KWo; 21-06-2005 at 23:04..
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com