Author Topic: [SOLVED] Trouble compiling Rezyn's GPP QVM  (Read 4822 times)

Kiwi

  • Posts: 859
  • Turrets: +29/-9
[SOLVED] Trouble compiling Rezyn's GPP QVM
« on: July 20, 2010, 05:04:24 pm »
Hey, I'm having some trouble applying Rezyn's master patch (http://rezyn.mercenariesguild.net/aardvark.php). When I test the qvm, it just loads maps over and over, saying that the humans won.  It compiled fine, its just the qvm doesn't work.  Any ideas?

Patching log
Server Output <-- It just repeats over and over

Thanks for any help,
Kiwi
« Last Edit: July 22, 2010, 05:06:56 am by Kiwi »

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Trouble compiling Rezyn's GPP QVM
« Reply #1 on: July 20, 2010, 05:07:33 pm »
The patch failed, fix it or use the right base revision, and try again.
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.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Trouble compiling Rezyn's GPP QVM
« Reply #2 on: July 20, 2010, 05:12:41 pm »
Right, I fixed all the rejection and I'm using the revision specified in Rezyn's guide (-r 2027).

Edit: I can post the .rej files and what I changed if you think it would help.  But they were all very simple fixes of just copying a few lines of code.

SlackerLinux

  • Spam Killer
  • *
  • Posts: 555
  • Turrets: +41/-62
Re: Trouble compiling Rezyn's GPP QVM
« Reply #3 on: July 20, 2010, 11:51:26 pm »
so you changed the code before patching with aardvark patches?

id go the other way if i was you patch with rezyns patches then make your changes

posting your changes may help too i can confirm that rezyns code should work i use alot of the patches in my custom qvm i also suggest doing the patches 1 by 1 maybe the global patch hasnt got buildlog removed yet or the log thing for tremstats both of those is now in the trem svn
Slackware64 13.1
SlackersQVM/

Rezyn

  • Posts: 25
  • Turrets: +6/-0
Re: Trouble compiling Rezyn's GPP QVM
« Reply #4 on: July 21, 2010, 12:01:41 am »
The all-in-one patch for Aardvark is against svn trunk HEAD and not the gpp branch. (the instructions in fact never mention anything but trunk).

Odd that it fails in this way against the gpp branch though.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Trouble compiling Rezyn's GPP QVM
« Reply #5 on: July 21, 2010, 05:14:38 pm »
@Slaker nope, I didn't edit it, but as Rezyn said I was patching GPP not trunk.

I patched trunk this time, and it patched perfectly, but I still get the same problem.
« Last Edit: July 21, 2010, 05:49:05 pm by Kiwi »

Rezyn

  • Posts: 25
  • Turrets: +6/-0
Re: Trouble compiling Rezyn's GPP QVM
« Reply #6 on: July 21, 2010, 10:04:23 pm »
@Slaker nope, I didn't edit it, but as Rezyn said I was patching GPP not trunk.

I patched trunk this time, and it patched perfectly, but I still get the same problem.

If you want, pm me the resulting broken QVM so that I can see if it works with my test settings so that I can determine if perhaps it's some setting you are using on the server or if it's just building a bad QVM.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Trouble compiling Rezyn's GPP QVM
« Reply #7 on: July 22, 2010, 05:06:42 am »
Solved!  I removed the autogen_server.cfg and autogen.cfg and the maps stopped crashing on reload.  I have no idea what caused this however.

Thanks for all your help!
Kiwi

SlackerLinux

  • Spam Killer
  • *
  • Posts: 555
  • Turrets: +41/-62
Re: Trouble compiling Rezyn's GPP QVM
« Reply #8 on: July 22, 2010, 06:27:51 am »
Solved!  I removed the autogen_server.cfg and autogen.cfg and the maps stopped crashing on reload.  I have no idea what caused this however.

Thanks for all your help!
Kiwi

did you make a copy? if so post it maybe we could work out why it was crashing and fix it if there is indeed also an issue with the code
Slackware64 13.1
SlackersQVM/

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: [SOLVED] Trouble compiling Rezyn's GPP QVM
« Reply #9 on: July 22, 2010, 02:47:51 pm »
Yeah, I sent a pm with it to Rezyn, but if you guys want it:

Quote from: Kiwi
Ok, I fixed the problem, but don't know what caused it.  I removed the autogen_server.cfg and autogen.cfg and it stop crashing on map load.  Here was the contents of my autogen_server.cfg.  I'm keeping backups of everything so just ask if you need anything to debug.

autogen_server.cfg: http://pastebin.com/i7Nfz3dx

Also, I set all the pastebins to expire after a month.  So you might want to back them up if you never figure out the problem..

Thanks for all your help!
Kiwi

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: [SOLVED] Trouble compiling Rezyn's GPP QVM
« Reply #10 on: August 10, 2010, 09:25:36 am »
Sorry for the necro, but I just remembered what I think I had messed up.  I didn't use "make clean; make" :/