i don't know enough about linux/bsd to answer that, you'll probably need to ask marcus or someone elseWohlstand wrote: ↑Fri Dec 19, 2025 9:30 amI am curios, does this related to macOS, xBSD or Linux? On Linux it links just with same libraries as GCC does, and on macOS and xBSD it links with different runtime libs. On my end I built it using GCC (on Linux). I am curious, how it will build using clang thing (I have the profile at Qt Creator for Clang build tests too).Jay0 wrote: ↑Fri Dec 19, 2025 9:21 am UZDoom is only really missing this (https://github.com/ZDoom/gzdoom/commit/ ... 30a253c8b1) which i haven't pulled in because the build scripts have diverged quite a bit and idk if it'd conflict
What’s Happening With UZDoom?
-
Jay0
-

- Posts: 97
- Joined: Tue Aug 21, 2018 9:31 pm
- Preferred Pronouns: She/Her
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: What’s Happening With UZDoom?
-
Wohlstand
- Posts: 91
- Joined: Sun Dec 17, 2017 3:22 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Linux Mint 22.2
- Graphics Processor: nVidia with Vulkan support
- Location: Moscow, Russia
Re: What’s Happening With UZDoom?
On Linux I tested with clang, built using Debug, Release, MinSizeRel configs, and it built just flawless. (I mean the freshest "trunk" of UZDoom)
Now, let me try to build the same on macOS...
Now, let me try to build the same on macOS...
-
Enjay
-

- Posts: 27508
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: What’s Happening With UZDoom?
So... am I right in saying that the your friend thought that the incinerator weapon being present was a bug and the mouse shaking was just his deliberate reaction to the weapon being there. i.e. that the mouse shaking was just your buddy moving the mouse and not some kind of glitch like I (and I think others) assumed?
-
Enjay
-

- Posts: 27508
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
-
drfrag
- Vintage GZDoom Developer
- Posts: 3255
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
-
Enjay
-

- Posts: 27508
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: What’s Happening With UZDoom?
Cool, thanks. Much appreciated.
-
Wohlstand
- Posts: 91
- Joined: Sun Dec 17, 2017 3:22 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Linux Mint 22.2
- Graphics Processor: nVidia with Vulkan support
- Location: Moscow, Russia
Re: What’s Happening With UZDoom?
Absolutely! He just shaked mouse as an emotional expression, and since he didn't explained literally what a bug, I confused, and I initially though it was a mouse bug. But actually he expressed emotions on the unexpected incinerator weapon.Enjay wrote: ↑Fri Dec 19, 2025 10:48 am So... am I right in saying that the your friend thought that the incinerator weapon being present was a bug and the mouse shaking was just his deliberate reaction to the weapon being there. i.e. that the mouse shaking was just your buddy moving the mouse and not some kind of glitch like I (and I think others) assumed?
-
Enjay
-

- Posts: 27508
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: What’s Happening With UZDoom?
Understood. Thanks for clarifying. 
-
Wohlstand
- Posts: 91
- Joined: Sun Dec 17, 2017 3:22 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Linux Mint 22.2
- Graphics Processor: nVidia with Vulkan support
- Location: Moscow, Russia
Re: What’s Happening With UZDoom?
It's a bummer, I attempted to test the latest "trunk" thing built locally on macOS, but it fails, so I reported everything here: https://github.com/UZDoom/UZDoom/issues/790
Trunk? Isn't that isn't yet available at the current stable 4.14.3?
-
Jay0
-

- Posts: 97
- Joined: Tue Aug 21, 2018 9:31 pm
- Preferred Pronouns: She/Her
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: What’s Happening With UZDoom?
hmm, i could swear we backported it to 4.14.3 (or to 4.14.2?) but it could've been one of the things we missedWohlstand wrote: ↑Fri Dec 19, 2025 6:41 pm It's a bummer, I attempted to test the latest "trunk" thing built locally on macOS, but it fails, so I reported everything here: https://github.com/UZDoom/UZDoom/issues/790
Trunk? Isn't that isn't yet available at the current stable 4.14.3?
Last edited by Jay0 on Sat Dec 20, 2025 2:17 am, edited 1 time in total.
-
Jay0
-

- Posts: 97
- Joined: Tue Aug 21, 2018 9:31 pm
- Preferred Pronouns: She/Her
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: What’s Happening With UZDoom?
oh yep, it is in 4.14.3 https://github.com/UZDoom/UZDoom/blob/4 ... ad.cpp#L62 (and in 4.14.2 as well)
-
drfrag
- Vintage GZDoom Developer
- Posts: 3255
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
Re: What’s Happening With UZDoom?
That's what i said, the launcher option is not there and you need to set the cvar. In trunk the launcher option was added and the cvar was changed to false (BTW i cherry picked that too but i have no launcher).