.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Help request (http://forums.bots-united.com/forumdisplay.php?f=37)
-   -   WIP 9 Build 5003 Crash (http://forums.bots-united.com/showthread.php?t=3439)

robbob4 19-01-2005 05:36

WIP 9 Build 5003 Crash
 
Well I'm back, prob seen me before and have been really busy and my acct woudltn work so I made a new one... anyways I just installed WIP 9 and I got it to run and I love it other than after an hr, just as before, HLDS crashes and windows wants to send an error report. I believe I have something conflicting or is this STILL a known issue...

Modules
Code:

; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so

AMXX plugins.ini
Code:

; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
 
; Custom - Add 3rd party plugins here
warcraft3FT.amxx
admin_allinone.amxx
amx_ejl_dice.amxx
amx_gore_ultimate.amxx
amx_sniperrealism.amxx
play_the_piano.amxx
team_balancer.amxx

metamod plugins.ini
Code:

; AMX Mod X
win32 addons/amxmodx/dlls/amxmodx_mm.dll
;linux addons/amxmodx/dlls/amxmodx_mm_i386.so
win32 addons/booster/booster_mm.dll
win32 .../realbot/dll/realbot_mm.dll RealBot

I will give more info if needed later...

Whistler 19-01-2005 07:01

Re: WIP 9 Build 5003 Crash
 
have you tried the WIP 10 ?

robbob4 20-01-2005 00:12

Re: WIP 9 Build 5003 Crash
 
I thought wip 10 is for CS:Source... I'm running CS1.6 as a Dedicated Server (HLDS standalone)... Extra info....

Code:

] meta version
Metamod v1.17.3 2004/11/12
by Will Day <willday@metamod.org>
http://www.metamod.org/
compiled: Nov 12 2004, 00:03:04 +0100 (optimized)
 
] meta list
Currently loaded plugins:
        description        stat pend file                        vers        src load unlod
[ 1] AMX Mod X                RUN -        amxmodx_mm.dll        v1.00        ini ANY ANY
[ 2] Booster                RUN -        booster_mm.dll        v2.40        ini Chlvl Pause
2 plugins, 2 running

AMXMODX VERSION 10-25 nightly

[RB commented out in metamod pluginis.ini for now]

Error log: [Administrative Tools > Event Viewer > Application Error Logs...]

Code:


Faulting application hlds.exe, version 4.1.1.1, faulting module unknown, version 0.0.0.0, fault address 0x00b10408.

Hunch:... Either this is caused by my version of HLDS (even though EHLDSU updates it and it is up to date, could it be because I downloaded a standalone version? Or is it the maps i'm running (although in the past havent seen any definite maps)? Or is it a module thats activated?

*EDIT* I see now that WIP 10 was just in RealBot 'Source' but wouldnt that be even less stable then official WIP 9? I dont think that this known error from my posts b4 & i'm sure other people, has stayed with the code since then. It has to be somewhere on my part, Is there any problems with HLDS as a standalone (or should I just re-download & reinstall) or my AMXmodX or MetamodX (I think its metamodx)?

[BBB]sluggo 20-01-2005 01:36

Re: WIP 9 Build 5003 Crash
 
Try the wip 10...
If that doesn't work switch back ;-)

robbob4 20-01-2005 01:57

Re: WIP 9 Build 5003 Crash
 
and yet where do I dl WIP 10? is it this?

The very latest RealBot DLL (metamod)
Updated: 8th July 2004; ensure you have the latest dll. NOTE: There are reports that this version *COULD* crash. I could not reproduce the bug, so if it DOES crash on your computer, any details on HOW and WHEN can help to track down this bug.

it doesnt say WIP10 anywhere though and its "for testing purposes only"

Quote:

Originally Posted by rasvan
Quote:

Originally Posted by evi
Ok, so i'm hearing heaps about wip #10, but cant find it in the filebase named WIP #10? link please?

The same here.

Thank you Stefan !

...???:(

found it...

Quote:

Originally Posted by evi
thanks for that.. just a hint.. tr yputting a WIP #10 in there instead of just "very latest dll file" ?


robbob4 20-01-2005 20:37

Re: WIP 9 Build 5003 Crash
 
Same exact error. I'm going to download & install a new version of HLDS and then put everything back on it but until then what is causing this? Either RB is incompadable with something I have loaded or maybe a map but I need to figure this out. Does no one else have crashing problems?

[BBB]sluggo 21-01-2005 01:37

Re: WIP 9 Build 5003 Crash
 
Try running without amxx.
There have been some issues with Bots and amx(x) before.

robbob4 22-01-2005 05:10

Re: WIP 9 Build 5003 Crash
 
The last thing i'm gonna do is drop AMXX I'm simply trying to add RealBot because they can elarn every map, talk to players, and use up 2 slots to attract people. They also use Wc3FT very well otehr than charmelion & moleing (they think they are on the other team when they have charmelion and so attack teammates and dont atatck enemys) of course thsi sia bug but actully I havent had any trouble when ive reinstalled HLDS. I will tell you guys if it crashes agian

robbob4 22-01-2005 22:21

Re: WIP 9 Build 5003 Crash
 
It kinda crahses randomly I think its just some common bug although I do see the text worldspawn spammed alot in console by unkown plugin.

robbob4 26-01-2005 00:01

Re: WIP 9 Build 5003 Crash
 
where is stefanhendriks when you need him...

Has no one else cared about bots crashing servers when AMXX is loaded even though people say how much all versions of the bots crash the servers and there is still no solution? >:(


All times are GMT +2. The time now is 14:06.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.