Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
@ 2023-10-02 15:40 mayhair
  2023-10-02 17:57 ` SpidFightFR
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mayhair @ 2023-10-02 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

New issue by mayhair on void-packages repository

https://github.com/void-linux/void-packages/issues/46386

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.5_2 x86_64 GenuineIntel uptodate FFFFFFFFFF

### Package(s) Affected

gzdoom-4.11.0_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

A window prompting to select a folder where .wad files (DOOM engine games) are stored pops up.

### Actual behaviour

A window pops up, simply saying "Cannot find gzdoom.pk3". The only option is "exit".

### Steps to reproduce

1. Make a fresh installation of gzdoom.
2. Launch it.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
@ 2023-10-02 17:57 ` SpidFightFR
  2023-10-02 17:58 ` SpidFightFR
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: SpidFightFR @ 2023-10-02 17:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1743488596

Comment:
'sup i had this issue, basically since a recent release, GZDoom Devs removed by default a line in a conf file that allows gzdoom to search for `pk3` files.

To solve this, head over to `~/.config/gzdoom/gzdoom.ini` and add `Path=$HOME/.config/gzdoom` to both `IWAD.directories` and `FileSearch.directories`.

It will solve this issue.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
  2023-10-02 17:57 ` SpidFightFR
@ 2023-10-02 17:58 ` SpidFightFR
  2023-10-03  3:59 ` mayhair
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: SpidFightFR @ 2023-10-02 17:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1743488596

Comment:
'sup i had this issue, basically since a recent release, GZDoom Devs removed by default a line in a conf file that allows gzdoom to search for `pk3` files.

To solve this, head over to `~/.config/gzdoom/gzdoom.ini` and add `Path=$HOME/.config/gzdoom` to both `IWAD.directories` and `FileSearch.directories`.

It will solve this issue.
Edit: imma work on a patch to add this line automatically, in a near future.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
  2023-10-02 17:57 ` SpidFightFR
  2023-10-02 17:58 ` SpidFightFR
@ 2023-10-03  3:59 ` mayhair
  2023-10-03  4:10 ` mayhair
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mayhair @ 2023-10-03  3:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by mayhair on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1744126963

Comment:
I still get the problem even after adding those lines to the config file ...

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
                   ` (2 preceding siblings ...)
  2023-10-03  3:59 ` mayhair
@ 2023-10-03  4:10 ` mayhair
  2023-10-03  9:25 ` SpidFightFR
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mayhair @ 2023-10-03  4:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

New comment by mayhair on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1744126963

Comment:
I still get the problem even after adding those lines to the config file. In my case at least, gzdoom.pk3 is stored in /usr/share/gzdoom, so the problem is fixed if I add `Path=/usr/share/gzdoom` to those sections instead.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
                   ` (3 preceding siblings ...)
  2023-10-03  4:10 ` mayhair
@ 2023-10-03  9:25 ` SpidFightFR
  2023-12-07  3:38 ` [ISSUE] [CLOSED] " ahesford
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: SpidFightFR @ 2023-10-03  9:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1744579426

Comment:
Oh right! Sorry yes it depends on your install. 😅

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
                   ` (4 preceding siblings ...)
  2023-10-03  9:25 ` SpidFightFR
@ 2023-12-07  3:38 ` ahesford
  2023-12-07  3:38 ` ahesford
  2023-12-07 11:21 ` SpidFightFR
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2023-12-07  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

Closed issue by mayhair on void-packages repository

https://github.com/void-linux/void-packages/issues/46386

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.5_2 x86_64 GenuineIntel uptodate FFFFFFFFFF

### Package(s) Affected

gzdoom-4.11.0_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

A window prompting to select a folder where .wad files (DOOM engine games) are stored pops up.

### Actual behaviour

A window pops up, simply saying "Cannot find gzdoom.pk3". The only option is "exit".

### Steps to reproduce

1. Make a fresh installation of gzdoom.
2. Launch it.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
                   ` (5 preceding siblings ...)
  2023-12-07  3:38 ` [ISSUE] [CLOSED] " ahesford
@ 2023-12-07  3:38 ` ahesford
  2023-12-07 11:21 ` SpidFightFR
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2023-12-07  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1844203367

Comment:
Seems this has been fixed in a prior update.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gzdoom does not function, simply displays "Cannot find gzdoom.pk3"
  2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
                   ` (6 preceding siblings ...)
  2023-12-07  3:38 ` ahesford
@ 2023-12-07 11:21 ` SpidFightFR
  7 siblings, 0 replies; 9+ messages in thread
From: SpidFightFR @ 2023-12-07 11:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/issues/46386#issuecomment-1845165135

Comment:
Yep i added a patch to fix this issue in the latest update of GZDoom.

The GZDoom devs don't seem to have configured the search of files in the correct directory by default.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-07 11:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-02 15:40 [ISSUE] gzdoom does not function, simply displays "Cannot find gzdoom.pk3" mayhair
2023-10-02 17:57 ` SpidFightFR
2023-10-02 17:58 ` SpidFightFR
2023-10-03  3:59 ` mayhair
2023-10-03  4:10 ` mayhair
2023-10-03  9:25 ` SpidFightFR
2023-12-07  3:38 ` [ISSUE] [CLOSED] " ahesford
2023-12-07  3:38 ` ahesford
2023-12-07 11:21 ` SpidFightFR

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).