PDA

View Full Version : [L4D] Confusing Error Message


Master_Rudik
07-15-2009, 18:11
I recently got a server, set it up, and installed some plugins with sourcemod. Now when I try to connect to it I get this error, followed by it forcing me to terminate the server (starting the server goes smoothly):
http://awesomesoundeffects.webs.com/steamerror.JPG

This is my server.cfg file:
hostname "Master_Rudik L4D Left8Dead" // Server Name
rcon_password "***********" // Set remote control password
sv_password "*********" // Password to server
sv_lan 0 // Set this to 0 for an internet server, 1 for a LAN server
motd_enabled 0 // Set this to 1 for the Message of the Day to be enabled, 0 to disable


sv_cheats 0 // Set to 1 to allow cheats, 0 to disallow cheats
mp_disable_autokick 1 // Disable Autokick


sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir "logs" //Folder in the game directory where server logs will be stored.


sv_allow_lobby_connect_only 0 // Allow direct connections - NOT just lobby connections
sv_voiceenable 1 // Let people talk
sv_alltalk 1 // Everybody talks to each other
sv_region 0 // US East Coast.
sv_visiblemaxplayers 12 //Amount of max players connectors see


exec banned_user.cfg
exec banned_ip.cfg

I also just changed the parameters for loading it because I found out I had put in the wrong IP address (I had put my private in when I should've put in my public, before I didn't even know there was a public and private :oops:) (I have tried using both my public and private IP addresses, neither fix the error)

Here are the load parameters (I have a shortcut to srcds.exe on my desktop, this is what I put in 'Target' box for the properties of the shortcut, in case I wasn't clear):
"D:\Program Files\Steam\SteamApps\common\left 4 dead\srcds.exe" -console -game left4dead +map l4d_hospital01_apartment -autoupdate -port 27015 +ip 192.168.1.13

I am using the Left8Dead (https://forums.alliedmods.net/showthread.php?t=89422) (v1.5.0), Super Versus (http://forums.alliedmods.net/showthread.php?p=830069) (latest version), and Left4DToolZ (http://forums.alliedmods.net/showthread.php?t=92269) (latest version, 16 limit version) Sourcemod plugins. Sourcemod is version 1.2.1 and Metamod is version 1.7.1.

I don't know if this is important information or not, but I am running the server on the same computer I am trying to play on. I have, though, tried playing from a different computer and that has crashed the server too.

olj
07-17-2009, 01:57
Try to remove plugins one at a time and see what happens. This way you determine if its one of plugins causes crash. Btw i recommend to use metamod L4Toolz, the one you uses is old sourcemod extension and not supported anymore. http://forums.alliedmods.net/showthread.php?t=93600 . Also you dont need Left8Dead to have more players on coop and survival, L4DToolz is enough. And here is unlocker for cvars "survivor_limit" and "z_max_player_zombies". http://forums.alliedmods.net/showpost.php?p=826982&postcount=26

Master_Rudik
07-17-2009, 10:27
Thanks for the help. I tried what you said (removing left8dead, replacing the l4dtoolz sourcemod with the metamod version) ad it still didn't work.

I did figure out from that, though, that Super Versus was the one giving the problem. So, I went into l4d_superversus.cfg in the cfg/sourcemod folder and looked for errors. It didn't look like there were any, so I decided to disable features I didn't need, basically the l4d_XtraHP setting. On disabling it I could finally connect to the server without getting that error message, yay!

All seems to be working now, but I haven't tried whether I can connect people to the bots yet or not (haven't had 8 people playing yet).

Thnaks again for the help!

Whosat
07-29-2009, 07:10
Try removing L4DToolz and using Left4Downtown1 extension instead.

Used to have that problem and after switching from l8d+l4dtoolz to superversus+l4downtown extension, server works fine.

chaoling
08-13-2009, 00:42
"srcds.exe - Application Error
The instruction at "0x00dd2c4a" referenced memory at "0x130200co". The memory could not be "read".
Click on OK to terminate the program"
I
reinstall the game
format my windows
running server without dedicaded with some plugins
exchange raw memories
add virtual memory

everything you find there and the problem continues
PS:happens when change maps at the end of mission (VS or COOP)

help pls

Whosat
08-14-2009, 05:24
Try removing the plugins. If it doesn't happen, its to do with a plugin/extension.

List the plugins and extensions you have we'll try to help :)

chaoling
08-14-2009, 18:32
I reinstall the game
format my windows
running server without dedicaded with some plugins
exchange raw memories
add virtual memory

everything you find there and the problem continues
PS:happens when change maps at the end of mission (VS or COOP)

help pls

try to run after reinstall dedicate server using no plugin and same error happens

Whosat
08-15-2009, 06:11
Then its probably something to do with your computer or your server. Not with sourcemod or a plugin.
Are you running a console dedicated server or a Steam VGUI dedicated server?

sonnzy
11-18-2009, 01:24
me 2,use l4dtoolz may cause memory access err. Now, i use l4ddowntown instead,my srcds server works fine.