"Actor hits floor" crashes when teleporting

Is there something that doesn't work right in the latest GZDoom? Post about it here.

Moderator: GZDoom Developers

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
User avatar
Gothic
Posts: 796
Joined: Thu Jun 16, 2011 6:49 pm

"Actor hits floor" crashes when teleporting

Post by Gothic »

Tested using g4.11pre-28-g269431575

Using a teleport with the "Actor hits floor" things can crash the game if you enter while jumping into the floor.
teleportbug.wad
You do not have the required permissions to view the files attached to this post.
User avatar
Rachael
Admin
Posts: 13255
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: "Actor hits floor" crashes when teleporting

Post by Rachael »

From looking at the stack trace, it appears that this particular setup is causing a recursive check due to having "actor hits floor" on both sides of the teleporter, and since the player's Z velocity is non-zero it's running that particular check recursively. Which also causes a massive amount of lag even when it doesn't crash.

Return to “Bugs [GZDoom]”