Duel Crash Bug fixed!

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Duel Crash Bug fixed!

Post by jb »

In our duel gametype when the player dies we force the PlayerController into specating by calling ServerSpectate:

UnrealPlayer(Killed).ServerSpectate();

We did this so that players go to the back of the line and watch the rest of that round.

This is the cause of the error. As soon as I committed it out not a single crash. I just added the same info from the ServerSpecate() to our Duel code so that in on-line games the player is thrown into the proper specator state. I tested both listen and dedicated servers as well off line games. Not a single crash when I died!!! Ta-da

Sorry it took so long but I really dont see how I would have gotten this right way going by the crash logs run away localmessaging errors (as how does a broadcast message error and ie this was not easy to find so don't nock on me too hard :)

Now there is no way to really fix this in PR3.6 as I would have to recompile the Us and the dev enviroment has changed so much. I guess we can push really hard to get out something new ASAP! Please I can not make any promisses but we will try to move quickly! Also dont forget the old 3355 patch will work fine with out this crash...
Jb
Finn_bryant
Posts: 123
Joined: Tue Nov 15, 2005 12:03 pm
Location: UK

Good...

Post by Finn_bryant »

That bug is really annoying, i'm glad that you worked out a fix,
but is there some way for me to implement it myself? If there was you wouldn't have to rush so much on the next release and i could play with 3369 straight away.
I like 3369 for normal ut becaues it fixes a few bugs that i was annoyed with and i dont want to reinstall everything all the time
<center><a href="http://home.att.net/~slugbutter/evil/" target="new"><img src="http://home.att.net/~slugbutter/evil/insane.jpg" border=0></a></center>
This post may contain nuts.
Tim
Chaotic Dreams Team
Posts: 444
Joined: Sun Aug 29, 2004 4:50 pm
Location: Proxy King Lair

Re: Good...

Post by Tim »

Finn_bryant wrote:That bug is really annoying, i'm glad that you worked out a fix,
but is there some way for me to implement it myself? If there was you wouldn't have to rush so much on the next release and i could play with 3369 straight away.
I like 3369 for normal ut becaues it fixes a few bugs that i was annoyed with and i dont want to reinstall everything all the time
You can re-code and re-compile yourself..
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Re: Good...

Post by jb »

Finn_bryant wrote:That bug is really annoying, i'm glad that you worked out a fix,
but is there some way for me to implement it myself? If there was you wouldn't have to rush so much on the next release and i could play with 3369 straight away.
I like 3369 for normal ut becaues it fixes a few bugs that i was annoyed with and i dont want to reinstall everything all the time
No the only way to fix it is to change the code and re-complie. But to do that I would have to change my version back to PR3.6 and ensure I have everything set up correctly. Way too many chances to make mistakes. We are on the 11th IR (have another mini one out today) so I would plan on a new version sooner than later...
Jb
Finn_bryant
Posts: 123
Joined: Tue Nov 15, 2005 12:03 pm
Location: UK

ok

Post by Finn_bryant »

fair enough, i was hopeing the mistake was in some config file but if its code then ill just wait for the next release.
<center><a href="http://home.att.net/~slugbutter/evil/" target="new"><img src="http://home.att.net/~slugbutter/evil/insane.jpg" border=0></a></center>
This post may contain nuts.
aLi3n
Posts: 22
Joined: Sat Nov 27, 2004 12:18 pm

Post by aLi3n »

that happens in the PR3.6?
<a href="http://generals.zclans.com" target="_blank"><img border=0 src="http://generals.zclans.com/forums/index ... ost&id=112" alt="The Generals Own You!" width=375 height=118></a>
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

aLi3n wrote:that happens in the PR3.6?
Yes using the new 3369 patch will cause you to crash the first time a human player dies. This was something new that was caused by the change in the 3369 patch. Ealier versions dont have this issue..
Jb
General_Sun
Posts: 446
Joined: Wed Jun 23, 2004 10:51 pm
Contact:

Post by General_Sun »

:? :( :x :roll: :cry: :cry: :cry: :cry:

This is so horrible! I can't wait more weeks!
High Council member of The Generals
Image
Tim
Chaotic Dreams Team
Posts: 444
Joined: Sun Aug 29, 2004 4:50 pm
Location: Proxy King Lair

Post by Tim »

Why the hell don't you just relase a patch??? Just make a 3.6-3.6b, not the whole file!
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

Tim wrote:Why the hell don't you just relase a patch??? Just make a 3.6-3.6b, not the whole file!
As I said I dont have an enviroment for 3.6 anymore, I would have to basiacally install every over again, ensure that I have the source code for 3.6, add in the fix and do lots of testing to ensure that something new (ie some dependency on other files did not get mixed in). Had things worked out better, you all would have had the release by now... We did not expect this delay :(
Jb
Tim
Chaotic Dreams Team
Posts: 444
Joined: Sun Aug 29, 2004 4:50 pm
Location: Proxy King Lair

Post by Tim »

jb wrote:
Tim wrote:Why the hell don't you just relase a patch??? Just make a 3.6-3.6b, not the whole file!
As I said I dont have an enviroment for 3.6 anymore...
Send me the source! :P

You already have, but I'm not sure that's 3.6. If it is, please tell me - and tell me what was fixed and how do I fix it.
Shadowstar
Chaotic Dreams Team
Posts: 3290
Joined: Sun Apr 06, 2003 6:22 am
Location: Arizona
Contact:

Post by Shadowstar »

Maybe if more coders would join the team it wouldn't be neccessary to tie up our one main coder with this kind of stuff. You all do realize that every moment he spends working on the next release and not the last one, the sooner it will be released, right?
General_Sun
Posts: 446
Joined: Wed Jun 23, 2004 10:51 pm
Contact:

Post by General_Sun »

Well for most of us, having 3.6 working again in a week is much better than having 4.0 in a month.
High Council member of The Generals
Image
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

So does rolling back to the old Epic patch break other things for you? Just was curious...
Jb
General_Sun
Posts: 446
Joined: Wed Jun 23, 2004 10:51 pm
Contact:

Post by General_Sun »

I can try that if I get some instructions on how.
High Council member of The Generals
Image
Post Reply