Author Topic: [SOLVED] Wierd error after compiling  (Read 6395 times)

Ghosthree3

  • Posts: 22
  • Turrets: +0/-0
[SOLVED] Wierd error after compiling
« on: September 06, 2008, 12:03:54 pm »
Yea, I compile with rev 895 (even without changing ANYTHING) and then ingame, if I build something, it shows the building effects (glows blue if your humans etc) then changes so it looks like its dying (smokes if your humans) then it glows again, repeat. If I kill something it does the opposite, dies, then glows, then dies... I'm sure this is new, I compiled before on linux and it worked fine, now I'm compiling on windows and get this... Anyone know what it is?
« Last Edit: September 09, 2008, 11:10:24 am by Lava Croft »

Plague

  • Posts: 238
  • Turrets: +13/-13
Re: Wierd error after compiling
« Reply #1 on: September 06, 2008, 01:40:04 pm »
You need to apply a suitable backport for the revision before compiling.

Ghosthree3

  • Posts: 22
  • Turrets: +0/-0
Re: Wierd error after compiling
« Reply #2 on: September 07, 2008, 12:25:31 am »
How would I do that?

EDIT: I found this, http://patches.mercenariesguild.net/index.php?do=details&task_id=2.
But I can't find one that says rev 895.

EDIT2: I found one for rev 894 and applied it, it worked fine, but now (I'm not sure if it was there before I applied the patch) the cgame.qvm makes buildings that are 100% built still use being built effects and APPEAR to have low health...but they don't.
« Last Edit: September 07, 2008, 01:45:29 am by Ghosthree3 »

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Wierd error after compiling
« Reply #3 on: September 07, 2008, 02:59:00 am »
that's a sign that the server's netcode doesn't line up with the clients, either the patch isn't correct or you made a mistake in applying it.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Ghosthree3

  • Posts: 22
  • Turrets: +0/-0
Re: Wierd error after compiling
« Reply #4 on: September 07, 2008, 05:42:11 am »
Yeah, I fixed it up, one problem remains, if I host it, it works perfectly. But I sent it to a friend, and if he hosts it, it then says "Press E to mark this structure" and doesn't delete, just puts an X on it. How do I fix this, and how is it only happening for him.

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: Wierd error after compiling
« Reply #5 on: September 07, 2008, 06:45:48 am »
Try it on a diff computer. He's probably got some other thing, I'm guessing 911 in his trem.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Ghosthree3

  • Posts: 22
  • Turrets: +0/-0
Re: Wierd error after compiling
« Reply #6 on: September 07, 2008, 08:29:59 am »
Checked that, he ONLY had that mod, infact he just installed tremulous, put the mod in and ran it, NOTHING else.

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Re: Wierd error after compiling
« Reply #7 on: September 07, 2008, 01:23:42 pm »
The X means he has g_markDeconstruct turned on. If he turns it off, it should work fine.

Ghosthree3

  • Posts: 22
  • Turrets: +0/-0
Re: Wierd error after compiling
« Reply #8 on: September 07, 2008, 02:03:42 pm »
Ok, thanks alot, where would that turn on though, he was running the server with my server cfg and batch file... But thanks for letting me know why.

Plague

  • Posts: 238
  • Turrets: +13/-13
Re: Wierd error after compiling
« Reply #9 on: September 07, 2008, 09:42:03 pm »
Add g_markDeconstruct 0 to the server.cfg or through rcon.

Ghosthree3

  • Posts: 22
  • Turrets: +0/-0
Re: Wierd error after compiling
« Reply #10 on: September 09, 2008, 06:46:17 am »
Thanks.