Author Topic: Tutorial on compiling SERVER qvm for windows?  (Read 9710 times)

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Tutorial on compiling SERVER qvm for windows?
« on: May 25, 2007, 11:03:04 pm »
Ok,
   I have found the compiling guides for qvms seem to be all about CLIENTS, and cant be used for servers, so i was wondering if anyone could post a good tutorial on how to compile SERVER game.qvm files in windows.
   
   Thanks again.

∧OMG ENTROPY∧

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Tutorial on compiling SERVER qvm for windows?
« Reply #1 on: May 25, 2007, 11:14:47 pm »
Quote
and cant be used for servers
Bull.
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.

Morx

  • Guest
Tutorial on compiling SERVER qvm for windows?
« Reply #2 on: May 25, 2007, 11:57:24 pm »
I know Linux but Windows Sorry but Windows really isn't that good
Look at my signature.LinuxPenguin

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Tutorial on compiling SERVER qvm for windows?
« Reply #3 on: May 26, 2007, 12:28:16 am »
Quote from: "Undeference"
Bull.

I get hunk megs errors every time i try using it.

∧OMG ENTROPY∧

kotoko

  • Posts: 38
  • Turrets: +0/-0
Tutorial on compiling SERVER qvm for windows?
« Reply #4 on: May 26, 2007, 01:49:38 am »
The short and sweet guide to compiling SVN 895 on Windows

Quote
I couldn't compile game QVMs this way as it would hang when running one of the Quake QVM tools


I do exactly as risujin documented and can compie everything (game.qvm, cgame.qvm, ui.qvm,vm.d, tremulous and tremded.exe ) without a problem. However i m using a nlited window ...

PFB

  • Guest
Tutorial on compiling SERVER qvm for windows?
« Reply #5 on: May 26, 2007, 10:11:07 am »
-apply
 http://www.mercenariesguild.net/patches/?do=details&task_id=3
 (or do the change by hand)
-compile
-run
 with tjw's tremded

I suggest dll if portability is not an issue

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Tutorial on compiling SERVER qvm for windows?
« Reply #6 on: May 26, 2007, 09:36:28 pm »
Still get the hunk error.

∧OMG ENTROPY∧

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Tutorial on compiling SERVER qvm for windows?
« Reply #7 on: May 26, 2007, 10:05:07 pm »
Quote from: "Morx"
I know Linux but Windows Sorry but Windows really isn't that good
Look at my signature.LinuxPenguin


Good for you. Noone gives a damn. Your reply doesn't contribute a single thing to anyone. Don't post crap like this.



The guides I linked compile QVMs in windows. Just don't listen to Risujin when he says to change the makefile to not compile the qvm files. :)

I believe the hunc error isn't the one that you should pay attention to. In fact, that's fairly normal and I've seen it in the logs of servers that are working just fine.

Risujin

  • Posts: 739
  • Turrets: +33/-13
    • http://risujin.org
Tutorial on compiling SERVER qvm for windows?
« Reply #8 on: May 27, 2007, 02:30:33 am »
Quote from: "Lakitu7"
Your reply doesn't contribute a single thing to anyone. Don't post crap like this.

kevlarman, get off your lazy ass and start deleting stuff. :evil:

Quote from: "Lakitu7"
Just don't listen to Risujin when he says to change the makefile to not compile the qvm files. :)

Well the reason I say not to is because it has a strange crash bug ... the compilation hangs without any real error message. I don't remember but I think there is a fix for it (it was a Quake 3 issue).

Quote from: "Paradox"
Still get the hunk error.

Errors about hunks mean the VM does not have enough memory. The normal com_hunkMegs "should be enough for anybody" so it is possible you have a run away recursion or allocation in your QVM. Is it modified?

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Tutorial on compiling SERVER qvm for windows?
« Reply #9 on: May 27, 2007, 03:01:55 am »
Quote from: "Risujin"

Well the reason I say not to is because it has a strange crash bug ... the compilation hangs without any real error message. I don't remember but I think there is a fix for it (it was a Quake 3 issue).

There was a fix. I found it and sent it to you. You linked it in your guide.