Author Topic: Jump Table Targets  (Read 4101 times)

Patriotpie

  • Posts: 85
  • Turrets: +9/-15
Jump Table Targets
« on: January 28, 2007, 11:48:37 pm »
I ran into some problems whilst making a server.
I have made a server on WinXP before (the OS I'm trying to set up a server on now) so I know how to do it using TJW's stuff. When I exeucte it, the console says
'---------------------
4160 files in pk3 files
Loading vm file vm/game.qvm...
...which has vmMagic VM_MAGIC_VER2
Loading 881 jump table targets'
Then just freezes and you get that crap 'tremded.exe has encountered a problem yadda yadda' error msg WinXP gives you.

Help? :-?

TinMan

  • Posts: 1019
  • Turrets: +49/-70
    • http://neonpulse.net
Jump Table Targets
« Reply #1 on: January 29, 2007, 12:06:04 am »
Well the area that it's failing at is the game.qvm, are you trying to run a server with the default tremded.exe, or with a modified server such as TJW's with an updated game.qvm?
Code: [Select]
Linux: ~/.tremulous/base/
Mac: ~/Library/Application\ Support/Tremulous/base/
Windows: C:\Documents and Settings\username\Local Settings\Application Data\Tremulous\base\
NeonPulse
http://neonpulse.net/media/games/tremulous/base/autoexec.cfg

Patriotpie

  • Posts: 85
  • Turrets: +9/-15
Jump Table Targets
« Reply #2 on: February 10, 2007, 02:03:20 pm »
I had tremded.exe and tremulous.exe in two different directories for some reason. Moved them to the same dir and used risujin/avengers qvm and it worked fine.