News:

Come Chat with us live! Learn how HERE!

Main Menu

Tutorial on compiling SERVER qvm for windows?

Started by Paradox, May 25, 2007, 11:03:04 PM

Paradox

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

Need help? Ask intelligently. Please share solutions you find.

Quote from: tuple on February 15, 2008, 11:54:10 PMThats what we need, helpful players, not more powerful admins.

Morx

I know Linux but Windows Sorry but Windows really isn't that good
Look at my signature.LinuxPenguin

Paradox

Quote from: UndeferenceBull.

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

∧OMG ENTROPY∧

kotoko

The short and sweet guide to compiling SVN 895 on Windows

QuoteI 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

-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


∧OMG ENTROPY∧

Lakitu7

Quote from: MorxI 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

Quote from: Lakitu7Your 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: Lakitu7Just 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: ParadoxStill 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

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.