UZDoom 5.0.0

News about ZDoom, its child ports, or any closely related projects.
[ZDoom Home] [Documentation (Wiki)] [Official News] [Downloads] [Discord]
[🔎 Google This Site]
User avatar
Delfino Furioso
Posts: 125
Joined: Sat Mar 27, 2021 3:21 pm

Re: UZDoom 5.0.0

Post by Delfino Furioso »

I started migrating to 5.0, here some (admittedly minor) issues I've found:
- the +LogFile command line parameter does not seem to work anymore => as a workaround I'm redirecting stdout/stderr to a file (I'm on windows)
- the hud_aspectscale cvar does not seems to have any effect, when hud_oldscale is true
Boondorl
Posts: 204
Joined: Wed Jul 11, 2018 10:57 pm

Re: UZDoom 5.0.0

Post by Boondorl »

For the log file, it now always creates a file in the same directory UZDoom was executed from (beginning with log-). This will be fixed at a later time but requires some internal reworking since it presented a security concern.
phinet
Global Moderator
Posts: 23
Joined: Thu Jul 17, 2025 7:29 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Fedora

Re: UZDoom 5.0.0

Post by phinet »

5.0.1 is now available with a number of minor bugfixes and additions:
Spoiler:
It's available in the usual places:
https://github.com/UZDoom/UZDoom/releases/tag/5.0.1
https://zdoom.org/downloads

If you have the auto-upater enabled, the update should be coming your way soon.
It will be available in flathub as soon as possible.
User avatar
dargant06
Posts: 8
Joined: Mon Aug 12, 2024 11:04 am

Re: UZDoom 5.0.0

Post by dargant06 »

"The initial loading screen now takes longer to appear. This is purely visual and does not impact how long the engine takes to actually start."
Has this been fixed yet? Haven't using the new UzDoom yet, still using the one that came out last November.
phinet
Global Moderator
Posts: 23
Joined: Thu Jul 17, 2025 7:29 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Fedora

Re: UZDoom 5.0.0

Post by phinet »

dargant06 wrote: Wed Sep 09, 2026 10:00 pm Has this been fixed yet?
Not yet. We have a band-aid fix in mind. It should be resolved in the next patch.
User avatar
Doom64hunter
Posts: 79
Joined: Sat Jun 06, 2009 2:39 am

Re: UZDoom 5.0.0

Post by Doom64hunter »

edward850 wrote: Sat Aug 29, 2026 9:31 pm The updater exe quite specifically takes a package and replaces another executable with the contents of said package. Now this for uzdoom is perfectly safe but under another context is the same thing a trojan does, and anti-virus signatures aren't smart enough to know the difference.

If this behaviour is merged into the main uzdoom executable instead and it replaces itself (you can't delete a running executable but you can rename it, even itself), this should resolve the detection as self-replacement should be less likely to trigger such detection.

To be clear it isn't a trojan and cannot be reliably used as a trojan, so you're safe.
Yeah eduke32 used to generate Windows Defender reports as well due to its version check. Defender loves to interpret this as a trojan (or similar) trying to phone home.

I think Microsoft offers a service to upload binaries for analysis to remove bad detections: https://www.microsoft.com/en-us/wdsi/filesubmission

Might be worth a try.

Return to “ZDoom (and related) News”