Author Topic: I need help getting server to work!  (Read 5622 times)

chinchilla

  • Posts: 17
  • Turrets: +0/-10
I need help getting server to work!
« on: May 04, 2010, 09:07:29 pm »
tremulous 1.1.0 win_mingw-x86 Aug 27 2006
----- FS_Startup -----
Current search path:
C:\Users\fred\AppData\Local\Tremulous/base
D:\Tremulous\base\vms-1.1.0.pk3 (4 files)
D:\Tremulous\base\map-uncreation-1.1.0.pk3 (110 files)
D:\Tremulous\base\map-tremor-1.1.0.pk3 (45 files)
D:\Tremulous\base\map-transit-1.1.0.pk3 (135 files)
D:\Tremulous\base\map-niveus-1.1.0.pk3 (134 files)
D:\Tremulous\base\map-nexus6-1.1.0.pk3 (151 files)
D:\Tremulous\base\map-karith-1.1.0.pk3 (118 files)
D:\Tremulous\base\map-atcs-1.1.0.pk3 (87 files)
D:\Tremulous\base\map-arachnid2-1.1.0.pk3 (67 files)
D:\Tremulous\base\data-1.1.0.pk3 (1229 files)
D:\Tremulous/base

----------------------
2080 files in pk3 files
execing default.cfg
execing autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found generic

------- Input Initialization -------
No window for DirectInput mouse init, delaying
Joystick is not active.
------------------------------------
--- Common Initialization Complete ---
Winsock Initialized
Opening IP socket: localhost:32123
Hostname: tggg
IP: 192.168.1.111
Working directory: D:\Tremulous
execing server.cfg
------ Server Initialization ------
Server: atcs
Hunk_Clear: reset the hunk ok
----- FS_Startup -----
Current search path:
C:\Users\fred\AppData\Local\Tremulous/base
D:\Tremulous\base\vms-1.1.0.pk3 (4 files)
D:\Tremulous\base\map-uncreation-1.1.0.pk3 (110 files)
D:\Tremulous\base\map-tremor-1.1.0.pk3 (45 files)
D:\Tremulous\base\map-transit-1.1.0.pk3 (135 files)
D:\Tremulous\base\map-niveus-1.1.0.pk3 (134 files)
D:\Tremulous\base\map-nexus6-1.1.0.pk3 (151 files)
D:\Tremulous\base\map-karith-1.1.0.pk3 (118 files)
D:\Tremulous\base\map-atcs-1.1.0.pk3 (87 files)
D:\Tremulous\base\map-arachnid2-1.1.0.pk3 (67 files)
D:\Tremulous\base\data-1.1.0.pk3 (1229 files)
D:\Tremulous/base

----------------------
4160 files in pk3 files
Loading vm file vm/game.qvm...
...which has vmMagic VM_MAGIC_VER2
Loading 746 jump table targets
VM file game compiled to 1041421 bytes of code
game loaded in 8928512 bytes on the hunk
------- Game Initialization -------
gamename: base
gamedate: Mar 27 2006
------------------------------------------------------------
InitGame: \g_maxGameClients\2\g_suddenDeathTime\35\sv_minRate\3000\sv_maxclients\13\timelimit\55\sv_hostname\My Very First Server\sv_maxRate\25000\sv_minPing\0\sv_maxPing\350\version\tremulous 1.1.0 win_mingw-x86 Aug 27 2006\protocol\69\mapname\atcs\sv_privateClients\1\sv_allowDownload\0\g_needpass\0\gamename\base
********************
ERROR: G_ParseSpawnVars: found  when expecting {
********************
----- Server Shutdown (Server crashed: G_ParseSpawnVars: found  when expecting {) -----
Resolving master.tremulous.net
master.tremulous.net resolved to 69.175.114.216:30710
Sending heartbeat to master.tremulous.net
Sending heartbeat to master.tremulous.net
==== ShutdownGame ====
ShutdownGame:
------------------------------------------------------------
---------------------------
Hunk_Clear: reset the hunk ok
Hitch warning: 3125045 msec frame time




I get that  every time i run termserver.bat. I have no idea why.
I thank you for your help

P.S. Does anyone know a good bot i can use i heard PBOT is good but i cant find a DL link.
« Last Edit: May 04, 2010, 09:36:05 pm by chinchilla »

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: I need help getting server to work!
« Reply #1 on: May 04, 2010, 09:41:54 pm »
The whole point of there being an error message is that you can read it, and then search for it and find a million threads saying that you need to use an updated tremded if you want an updated QVM.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

commander scrooge

  • Posts: 187
  • Turrets: +1/-9
Re: I need help getting server to work!
« Reply #2 on: May 04, 2010, 09:51:13 pm »
Click the link below if you want to get Pathbot working v
Pathbot every thing you need here

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: I need help getting server to work!
« Reply #3 on: May 05, 2010, 03:33:21 am »
  • Question : I see an error when I run my server!
    It looks like this:
    Code: [Select]
    ********************
    ERROR: G_ParseSpawnVars: found : when expecting {
    ********************
    ----- Server Shutdown (Server crashed: G_ParseSpawnVars: found : when expecting {) -----
    or this:
    Code: [Select]
    ERROR: SV_BotFreeClient: bad clientNum: 33551196
    ********************
    ----- Server Shutdown (Server crashed: SV_BotFreeClient: bad clientNum: 33551196) -----
    Answer : Your game.qvm and tremded.exe files are not compatible with each other.  You probably got a custom game.qvm from somewhere, or you failed to download an advanced tremded.exe.  See Section IV, Part 2 for information on where to get a guaranteed-compatible pair of game.qvm and tremded.exe.  You also might have installed them in the wrong place.  See Section IV, Part 3 for the right places to install these files.
You can look here for some more information.

chinchilla

  • Posts: 17
  • Turrets: +0/-10
Re: I need help getting server to work!
« Reply #4 on: May 05, 2010, 08:26:50 pm »
Oh lol, i have a problem I CANT FIND WHERE TO DOWNLOAD PBOT 3.0
I see all this nice info...some crap....premade paths...no link to download PBOT 3.0...
I'd apprieciate it is someone gave me a link to download BPOT 3.0 and a compatible tremded. thanx!

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: I need help getting server to work!
« Reply #5 on: May 05, 2010, 08:50:24 pm »
The pbot thread on Xserver's forum can be found here.  The direct download to the game.qvm is here.  I think the standard tremded.x86 should work though.  If not you can either find one, or I can compile it for you.

Regards,
Kiwi

chinchilla

  • Posts: 17
  • Turrets: +0/-10
Re: I need help getting server to work!
« Reply #6 on: May 07, 2010, 08:21:11 pm »
Gee thank you guys.
But i have a problem(PBOT runnning fine, people joined.)
I hate the ambush mod( i set g_ambush to 0 ( im not THAT noob))
Are there any other bots that are good but dont have any attached mods?

commander scrooge

  • Posts: 187
  • Turrets: +1/-9
Re: I need help getting server to work!
« Reply #7 on: May 07, 2010, 10:24:17 pm »
Kiwi made adjustments on Pathbot2 qvm so that all you have to do is turn ambush off.  Ambush is an option, not a requirement.  Section three of my guide has a .zip containing the Pathbot3 qvm and Kiwis Pathbot2 qvm, I would suggest keeping bot pathbot3 and 2 because 3 is useful for pathediting and the pre-made paths offered need to be re-done.  Here is a link for the pathbot3 qvm and kiwis pathbot 2 http://www.box.net/shared/8g8uog7o07

P.S. I think I posted an out-dated version of this guide on these forums, but that was long time ago.

EDIT:: Found it, here is the guide on tremulous.net forums, I also updated it while I was there.  http://tremulous.net/forum/index.php?topic=11853.msg176355#msg176355
« Last Edit: May 07, 2010, 10:32:44 pm by commander scrooge »
Pathbot every thing you need here

chinchilla

  • Posts: 17
  • Turrets: +0/-10
Re: I need help getting server to work!
« Reply #8 on: May 10, 2010, 08:28:52 pm »
Ok thanks everything running fine. :)
But i was wondering...whats the cvar for setting the build timer to like say 0 instead of 8(or w/e it is)

DraZiLoX

  • Posts: 844
  • Turrets: +24/-24
Re: I need help getting server to work!
« Reply #9 on: May 11, 2010, 04:16:30 pm »
You cant change build timer. (only if you modifity your own qvm, and even then you can use it only at your own server)

chinchilla

  • Posts: 17
  • Turrets: +0/-10
Re: I need help getting server to work!
« Reply #10 on: May 13, 2010, 12:49:49 am »
What can i modify qvm with?( decent free programs? :acidtube: )
Oh
Welcome to tremulouses newest server
{KFA}Unlimited!

DraZiLoX

  • Posts: 844
  • Turrets: +24/-24
Re: I need help getting server to work!
« Reply #11 on: May 13, 2010, 08:38:43 am »
Yes you can, find tutorials here.

And also, dont you think we have already enough Unlimited servers?

chinchilla

  • Posts: 17
  • Turrets: +0/-10
Re: I need help getting server to work!
« Reply #12 on: May 14, 2010, 08:19:48 pm »
Well i didnt indend it to be.
You see this guy came along and we made a clan.
He kinda wunted a ubp server so....
And where is "here" exactly
« Last Edit: May 15, 2010, 04:35:19 pm by chinchilla »