Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hornet Loading Transition Crash #1598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

treetoon
Copy link

@treetoon treetoon commented Mar 6, 2015

Because that pev->owner isn't being checked it will cause the game to
crash when a hornet hits you after a loading transition.

Because that pev->owner isn't being checked it will cause the game to
crash when a hornet hits you after a loading transition.
@JoelTroch
Copy link
Contributor

Tested and confirmed it fixes the issue, nice one finding that ^_^

@treetoon
Copy link
Author

treetoon commented Mar 6, 2015

Thanks, I reckon this would of been fixed a long time ago if the speedrunning community wasn't bound to versions <= 1.1.0.7 (2001~) or modded versions.

It's quite unfortunate that the 170% unit jump cap was implemented, especially since it has no effect at all for the general single-player experience :c

@SpiderWaffle
Copy link

Very nice fix just needing to add "&& pev->owner"
Who was it that found this originally again?
I know a lot of players will be happy to have this fix, I see crashes on c3a1b > c3a2 around 20% of the time.

What do you say Mr. Reynolds?

@treetoon
Copy link
Author

treetoon commented Mar 7, 2015

I believe crashfort had a solution but I wasn't able to contact to him so I sat a while looking into to the code myself. The next glitch I'm currently looking into is the drop item crash, it's very likely a pointer issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants