View Single Post
Re: hl.exe - Application Error, Memory could not be read
Old
  (#3)
richei
Guest
 
Status:
Posts: n/a
Default Re: hl.exe - Application Error, Memory could not be read - 19-02-2004

I don't think the paths are correct.

you don't need to list the drive letter.

this is my plugin files from metamod

// win32 addons/adminmod/dlls/admin_MM.dll
// linux addons/adminmod/dlls/admin_MM_i386.so


; Realbot 1.0 WIP 9.0
win32 ../realbot/dll/realbot_mm.dll RealBot


; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
; linux addons/amx/dlls/amx_mm_i386.so


; booster lite 1.13
win32 addons/boosterlite/booster_lite_mm.dll


to get outside the cstrike folder, just add ../ infront of the path.

I had the same problem, but it turned out to be an incompatible amx plugin, i upgraded to 0.98 and that fixed it.

and this is my liblist.gam

game "Counter-Strike"
url_info "
www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons/metamod/dlls/metamod.dll"
trainmap "tr_1"


If you wanted to start realbot from the command line (without editing the liblist file), just add +localinfo mm_gamedll dlls/realbot.dll.
  
Reply With Quote