gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
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.
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.
-
- Posts: 97
- Joined: Wed Jun 08, 2016 1:25 pm
- Location: Russia
- Contact:
gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
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
Link to crash report: https://drive.google.com/open?id=1wGGAW ... v69e5J8MzG
- Graf Zahl
- 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
Then we cannot do anything. Sorry. The crash occurs in some external DLL.DOOMGABR [RU] wrote:I can’t send the mod, it is private and has bulky resources.
Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
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.
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.
-
- Posts: 97
- Joined: Wed Jun 08, 2016 1:25 pm
- Location: Russia
- Contact:
Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
Thank you, dude! It's truth, I have COMODO antivirus. May you say how can I fix this issue by myself?_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.
- 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
Adding the GZDoom process to comodo security exceptions? Or using another antivirus.
-
- Posts: 97
- Joined: Wed Jun 08, 2016 1:25 pm
- Location: Russia
- Contact:
Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
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?
- 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
Because its not GZDoom that causes the problem, as has been previously stated.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?
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.
Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
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.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?
Re: gzdoom-x64-g4.4pre-124-gb4424b2d4 crush report
With the commit in question reverted today, you can check tomorrow’s build.