.:: 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) ServerLoader > General Forum - ServerLoader
General Forum - ServerLoader Post your questions, comments, solutions and suggestions for the ServerLoader in here

Reply
 
Thread Tools
Re: MeanLoader Server Startup
Old
  (#41)
skeletorsue
Member
 
Status: Offline
Posts: 4
Join Date: Jun 2005
Default Re: MeanLoader Server Startup - 27-06-2005

i did.. a long time ago actually.. and double checked it even.. and nothing.. but i think i stopd it from happening all together.. cuz when i loaded my map that has never faild before to give me this error.. the map loaded and playd fine.. it was a virtual memory problem...
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#42)
Drek
Member
 
Status: Offline
Posts: 64
Join Date: Feb 2004
Default Re: MeanLoader Server Startup - 27-06-2005

I found I needed to do more than just turn off the visual notification. You have to turn off all error messages.

I did this,

and this.

I may have tweaked some other things, but I know that one of the tweaks, I think the second one above, disabled all error messages including error messages like the ones asking you whether you want to save a changed document when you close Notepad. I never found this to be a big problem, and in some ways I liked it, but it may mean you have to be careful about changes you make to text documents. One simple way around this is to stop using Notepad and change to a much better text editor, such as NoteTab.
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#43)
skeletorsue
Member
 
Status: Offline
Posts: 4
Join Date: Jun 2005
Default Re: MeanLoader Server Startup - 27-06-2005

Quote:
Originally Posted by Drek

I did this,

and this.
same link?? to both of them.. but yea.. i don't really care..and i like the somplicity of notepad.. i use it A LOT. i have soo many others.. but resort to this..
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#44)
Drek
Member
 
Status: Offline
Posts: 64
Join Date: Feb 2004
Default Re: MeanLoader Server Startup - 27-06-2005

The links are different. They are to the same website, but two different articles.
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#45)
skeletorsue
Member
 
Status: Offline
Posts: 4
Join Date: Jun 2005
Default Re: MeanLoader Server Startup - 27-06-2005

ooo sry.. i lookd at them quickly.. spent all last night in the hospital.. they lookd very simular...
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#46)
svr_2
Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Default Re: MeanLoader Server Startup - 12-05-2006

This is what I have in command line in the INI file for meanloader 1.22
it is a server 2003 and trying to run HL2 DM server without having to click on icon to start server and leave user logged in so it doesnt close server.

D:\installdirectory\source_server\srcds.exe -console -game hl2mp -tickrate 66 +fps_max 600 +maxplayers 11 -port 27015 +map dm_lockdown +exec server.cfg

this is the complete config settings, any help will be huge
[Process_1]
StartDir =
ProcessName =D:\installdirectory\source_server\srcds.exe
AppName = D:\installdirectory\source_server\srcds.exe
CommandLine = D:\installdirectory\source_server\srcds.exe -console -game hl2mp -tickrate 66 +fps_max 600 +maxplayers 11 -port 27015 +map dm_lockdown +exec server.cfg
StartPause = 1000
StopPause = 1000
UserInterface = Yes
AutoRestart = Yes
Priority = high
Paused = No
Window = Minimize
NumOfRespChecks = 1
PrcFileLogging = Yes
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#47)
Drek
Member
 
Status: Offline
Posts: 64
Join Date: Feb 2004
Default Re: MeanLoader Server Startup - 12-05-2006

I'm trying to figure out what your question is. Have you installed the service? Did you restart the service after you changed your config?

edit: I can see one thing you've got wrong. This line:

CommandLine = D:\installdirectory\source_server\srcds.exe -console -game hl2mp -tickrate 66 +fps_max 600 +maxplayers 11 -port 27015 +map dm_lockdown +exec server.cfg

Shouldn't have the executable in it, only the command line switches. So it should look like this:

CommandLine = -console -game hl2mp -tickrate 66 +fps_max 600 +maxplayers 11 -port 27015 +map dm_lockdown +exec server.cfg


AMD Athlon XP 1700+
1GB PC-2100 DDR SDRAM
Debian Etch 4.0 GNU/Linux (custom kernel 2.6.18.5)
Day of Defeat, Day of Defeat: Source, Firearms
Natural Selection, Team Fortress Classic
Metamod-P
AMX Mod X
Source Mod
Admin Mod
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#48)
svr_2
Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Default Re: MeanLoader Server Startup - 12-05-2006

hehe sorry, I get the service meanloader started properly but it will not fire up HL2 DM server
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#49)
Drek
Member
 
Status: Offline
Posts: 64
Join Date: Feb 2004
Default Re: MeanLoader Server Startup - 12-05-2006

Did you change the CommandLine line as I indicated and restart the service?


AMD Athlon XP 1700+
1GB PC-2100 DDR SDRAM
Debian Etch 4.0 GNU/Linux (custom kernel 2.6.18.5)
Day of Defeat, Day of Defeat: Source, Firearms
Natural Selection, Team Fortress Classic
Metamod-P
AMX Mod X
Source Mod
Admin Mod
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#50)
svr_2
Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Default Re: MeanLoader Server Startup - 12-05-2006

yes,

Fri May 12 13:19:42 2006 :: Attempting to stop the service ...
Fri May 12 13:19:42 2006 :: The service was successfully stopped.
Fri May 12 13:19:44 2006 :: Attempting to start the service ...
Fri May 12 13:19:44 2006 :: ServiceName = (mEAn) Server Loader
Fri May 12 13:19:44 2006 :: UserInterface = Yes
Fri May 12 13:19:44 2006 :: RestartInterval = 1000
Fri May 12 13:19:44 2006 :: Loading process values from ini file ...
Fri May 12 13:19:44 2006 ::
Fri May 12 13:19:44 2006 :: Load completed.
Fri May 12 13:19:44 2006 :: The service is now running the main thread.
Fri May 12 13:19:44 2006 :: Attempting to start processes ...
Fri May 12 13:19:45 2006 :: The service was successfully started.
  
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