[ge63f3e394 +] A_SeekerMissile broken

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
SanyaWaffles
Posts: 805
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

[ge63f3e394 +] A_SeekerMissile broken

Post by SanyaWaffles »

It appears in latest builds of GZDoom seeker missile functionality is completely broken when used on Weapons. A_SeekerMissile doesn't work, but the Revenant tracer functions does.

I tested this with the latest GZDoom - g2d0a876ab.

It seems to break around ge63f3e394, with some of the MBF21 changes.

ga9ad3d1fc works fine.

https://www.dropbox.com/s/1tbn1wha98v9e ... t.pk3?dl=1

Use the rocket launcher. It will give you a tracer-enabled seeker missile.

EDIT: Looks like someone else is having problems with it.

viewtopic.php?f=2&t=72804
SanyaWaffles
Posts: 805
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by SanyaWaffles »

I'm bumping this. This is still an issue in 4.6.1 as it has not been fixed yet in any dev builds.
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3141
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by drfrag »

The MBF21 additions are not in 4.6.1. Have you actually tried it?
User avatar
Lord Misfit
Posts: 221
Joined: Wed Dec 27, 2006 8:13 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: Canton, OH
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by Lord Misfit »

Huh. They must've been removed before the 4.6.1 release without us noticing.

I did just boot up 4.6.1 and a similar issue I've had [which I also made a topic on over a week back w/ its own example map] isn't happening anymore in my test map example that I had submitted on my topic. I just wish someone had at least stated on one of our topics that the MBF stuff was temporarily[?] removed and that the issue was noticed and being looked into, or some kind of finality on it. I thought they hadn't even noticed either of our topics due to focus on other other features, and that they'd just let us know when something had changed. But yeah, to be fair, MBF stuff didn't show up on the 4.6.1 topic either. So for now at least, the issue is fixed[?] I suppose, or being looked at. o.o
User avatar
phantombeta
Posts: 2088
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by phantombeta »

Lord Misfit wrote:Huh. They must've been removed before the 4.6.1 release without us noticing.
That's because they haven't been removed at all. 4.6.1 only includes a fairly small amount of specifically selected changes, most of them being bugfixes - the rest of the changes, like the MBF21 stuff, will come whenever 4.7.0 is released. The master branch of the repo wasn't touched.
SanyaWaffles
Posts: 805
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by SanyaWaffles »

That is bizarre. I never pulled a specific branch other than master. I'm gonna try using 4.6.1 and see if the bug remains.
SanyaWaffles
Posts: 805
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by SanyaWaffles »

Okay, I see what happened here.

I guess the dev team removed the MBF21 stuff from the 4.6.1 release and the 4.6.1 branch.

That said, it's still a problem in the master branch it seems.

Thanks for the clarification, I'm new to git and had no idea you could omit certain commits.
User avatar
Rachael
Posts: 13542
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by Rachael »

What happened with 4.6.1 is exactly what Phantom said; the bug fixes from master were "cherry-picked" by hand on top of 4.6.0 and that is what built 4.6.1.
SanyaWaffles
Posts: 805
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by SanyaWaffles »

So after trial and error, it seems Lord Misfit's theory might be right.

P_RoughMonsterSearch seems to take a FOV value now, and the A_SeekerMissile function doesn't pass that along.

I dunno how to fix this. If I had a lead, I'd be willing to supply a pull request to fix this.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49066
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [ge63f3e394 +] A_SeekerMissile broken

Post by Graf Zahl »

fixed
Post Reply

Return to “Closed Bugs [GZDoom]”