Package Details: gzdoom 4.14.0-1

Git Clone URL: https://aur.archlinux.org/gzdoom.git (read-only, click to copy)
Package Base: gzdoom
Description: Feature centric port for all Doom engine games
Upstream URL: http://www.zdoom.org/
Licenses: GPL3, BSD, LGPL3
Replaces: gzdoom-legacy, gzdoom1
Submitter: None
Maintainer: xente
Last Packager: xente
Votes: 164
Popularity: 1.83
First Submitted: 2009-02-22 22:28 (UTC)
Last Updated: 2024-12-18 19:14 (UTC)

Dependencies (27)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 17 Next › Last »

DosAmp commented on 2018-02-24 15:23 (UTC) (edited on 2018-02-24 15:58 (UTC) by DosAmp)

EDIT: This has been fixed upstream (SHARE_DIR was added back) and should be included in the next version.

The issue mentioned by maxlefou also affects new installations of GZDoom without a configuration file. GZDoom 3.2.1+ no longer searchs SHARE_DIR as part of the default [FileSearch.Directories]: https://github.com/coelckers/gzdoom/pull/377

stat("./gzdoom.pk3", 0x7ffdf29f8670)    = -1 ENOENT (No such file or directory)
stat("gzdoom.pk3", 0x7ffdf29f8670)      = -1 ENOENT (No such file or directory)
stat("/home/dosamp/.config/gzdoom/gzdoom.pk3", 0x7ffdf29f8670) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/doom/gzdoom.pk3", 0x7ffdf29f8670) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/games/doom/gzdoom.pk3", 0x7ffdf29f8670) = -1 ENOENT (No such file or directory)
stat("/usr/share/doom/gzdoom.pk3", 0x7ffdf29f8670) = -1 ENOENT (No such file or directory)
stat("/usr/share/games/doom/gzdoom.pk3", 0x7ffdf29f8670) = -1 ENOENT (No such file or directory)

The only solution for the current version is to either

  • not use the /usr/share/gzdoom directory: define INSTALL_PK3_PATH as share/doom (and SHARE_DIR as /usr/share/doom) so the GZDoom PK3 files are installed in the well known /usr/share/doom directory
  • patch src/gameconfigfile.cpp to add /usr/share/gzdoom to the list of default file search directories.

wincraft71 commented on 2018-01-23 03:43 (UTC)

openal should not be listed as an optional dependency in the PKGBUILD because it is required to hear in-game audio.

jazztickets commented on 2018-01-10 15:48 (UTC)

Looks good now, thanks.

grubber commented on 2018-01-10 06:40 (UTC)

My bad. Fixed, hopefully.

jazztickets commented on 2018-01-09 19:00 (UTC)

After every update I need to run "sudo mogrify -resize 48x48 /usr/share/icons/hicolor/48x48/apps/gzdoom.xpm"

Anyone else getting huge icons in the menus on xfce?

grubber commented on 2017-12-31 09:53 (UTC)

maxlefou, it seems you have outdated configuration, make sure /usr/share/gzdoom is listed in the [FileSearch.Directories] section in ~/.config/gzdoom/gzdoom.ini, like this:

[FileSearch.Directories] Path=~/.config/gzdoom Path=/usr/share/gzdoom Path=$DOOMWADDIR

maxlefou commented on 2017-12-30 19:59 (UTC) (edited on 2017-12-30 19:59 (UTC) by maxlefou)

Error when launching gzdoom: GZDoom g3.2.4-m - 2017-12-16 20:24:48 -0500 - SDL version Compiled on Dec 30 2017

M_LoadDefaults: Load system defaults. Cannot find gzdoom.pk3

But gzdoom.pk3 is present, in /usr/share/gzdoom

Plz fix

dmsun commented on 2017-12-18 22:41 (UTC)

hey, might want to update this to 3.2.4. Changes include some fixes to security bugs. https://forum.zdoom.org/viewtopic.php?f=1&t=58772

<deleted-account> commented on 2017-10-07 00:36 (UTC)

Here you can find some games you might be interested in: http://s.go.ro/clh7ajtp

<deleted-account> commented on 2017-09-14 14:25 (UTC)

Works well.