gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

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
DOOMGABR [RU]
Posts: 97
Joined: Wed Jun 08, 2016 1:25 pm
Location: Russia
Contact:

gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by DOOMGABR [RU] »

When I'm trying to test my modification for UDMF, the test version of GZDoom crashes. The latest stable version of g4.3.3 works fine. I can’t send the mod, it is private and has bulky resources.
Link to crash report: https://drive.google.com/open?id=1wGGAW ... v69e5J8MzG
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49237
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by Graf Zahl »

DOOMGABR [RU] wrote:I can’t send the mod, it is private and has bulky resources.
Then we cannot do anything. Sorry. The crash occurs in some external DLL.
_mental_
 
 
Posts: 3820
Joined: Sun Aug 07, 2011 4:32 am

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by _mental_ »

It crashes inside guard64.dll which seems to be a part COMODO Internet Security. The last GZDoom frame is in I_CheckNativeMouse() function. Due to tail call optimization, the culprit is probably one of these SetCursor() calls.
Hard to say why this thing hooks this API function, maybe to protect against click hijacking. Anyway, we cannot do anything if it crashes in its own handler.
DOOMGABR [RU]
Posts: 97
Joined: Wed Jun 08, 2016 1:25 pm
Location: Russia
Contact:

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by DOOMGABR [RU] »

_mental_ wrote:It crashes inside guard64.dll which seems to be a part COMODO Internet Security. The last GZDoom frame is in I_CheckNativeMouse() function. Due to tail call optimization, the culprit is probably one of these SetCursor() calls.
Hard to say why this thing hooks this API function, maybe to protect against click hijacking. Anyway, we cannot do anything if it crashes in its own handler.
Thank you, dude! It's truth, I have COMODO antivirus. May you say how can I fix this issue by myself?
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3199
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by drfrag »

Adding the GZDoom process to comodo security exceptions? Or using another antivirus.
DOOMGABR [RU]
Posts: 97
Joined: Wed Jun 08, 2016 1:25 pm
Location: Russia
Contact:

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by DOOMGABR [RU] »

I added the gzdoom process to the antivirus exceptions and nothing has changed. Changing the antivirus due to the doom port is nonsense. I will not do it. There are still options, how can I get around this hook if the developers do not intend to fix this?
User avatar
Redneckerz
Spotlight Team
Posts: 1132
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by Redneckerz »

DOOMGABR [RU] wrote:I added the gzdoom process to the antivirus exceptions and nothing has changed. Changing the antivirus due to the doom port is nonsense. I will not do it. There are still options, how can I get around this hook if the developers do not intend to fix this?
Because its not GZDoom that causes the problem, as has been previously stated.

If you don't want to change antiviruses, that's on you, but at the same time you can't expect the developer to fix something that does not occur in his software to start with.
User avatar
Rachael
Posts: 13960
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by Rachael »

DOOMGABR [RU] wrote:I added the gzdoom process to the antivirus exceptions and nothing has changed. Changing the antivirus due to the doom port is nonsense. I will not do it. There are still options, how can I get around this hook if the developers do not intend to fix this?
Report it to the antivirus developer. It's up to them to fix things and keep it up to date if they want to introduce stupid incompatibilities like this - it's not GZDoom's fault. When GZDoom works on 99.99% of systems with no issues and your's is the only one odd one out with the issue, and your's happens to have that antivirus, it's something that only you can fix.
_mental_
 
 
Posts: 3820
Joined: Sun Aug 07, 2011 4:32 am

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by _mental_ »

With the commit in question reverted today, you can check tomorrow’s build.
Guest

Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report

Post by Guest »

It works with Comodo. Thanks, mental!
Post Reply

Return to “Closed Bugs [GZDoom]”