wojciech-graj / doom-ascii

DooM in the terminal!
GNU General Public License v2.0
512 stars 24 forks source link

Not working ? (Game mode indeterminate. No IWAD file was found) #9

Closed iTrooz closed 7 months ago

iTrooz commented 7 months ago

When running ./doom_ascii, I get a popup saying "Game mode indeterminate", and the process hangs while consuming one of my cores at 100%

image

This happens when both compiling from source, and downloading the artifact from the v.0.1.1 release

Complete logs (with the compiled from source version):

➜  doom_ascii git:(master) ls
doom_ascii  doom_ascii.map
➜  doom_ascii git:(master) ./doom_ascii
Starting D_DoomMain
                           Doom ASCII 0.1.1
Z_Init: Init zone memory allocation daemon. 
zone memory: 0x796d6c000010, 600000 allocated for zone
Using . for configuration and saves
V_Init: allocate screens.
M_LoadDefaults: Load system defaults.
saving config in .default.cfg
-iwad not specified, trying a few iwad names
Trying IWAD file:doom2.wad
Trying IWAD file:plutonia.wad
Trying IWAD file:tnt.wad
Trying IWAD file:doom.wad
Trying IWAD file:DOOM1.WAD
Trying IWAD file:chex.wad
Trying IWAD file:hacx.wad
Trying IWAD file:freedm.wad
Trying IWAD file:freedoom2.wad
Trying IWAD file:freedoom1.wad
Game mode indeterminate.  No IWAD file was found.  Try
specifying one with the '-iwad' command line parameter.

(zenity:546933): Gtk-WARNING **: 17:05:29.906: Unknown key gtk-modules in /home/itrooz/.config/gtk-4.0/settings.ini

(zenity:546933): Adwaita-WARNING **: 17:05:29.940: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.

(zenity:546933): Gtk-CRITICAL **: 17:05:30.098: GtkBox 0x5e9b04165640 reports a minimum height of 181, but minimum height for width of 1048576 is 191. Expect overlapping widgets.

(zenity:546933): Gtk-CRITICAL **: 17:05:30.098: GtkBox 0x5e9b04122eb0 reports a minimum height of 81, but minimum height for width of 1048576 is 91. Expect overlapping widgets.

Do you have any idea what's happening ?

I am using ArchLinux

iTrooz commented 7 months ago

Hey ! So sorry, it was my first time playing doom and I didn't read the line in the README about the wad file. Everything works fine now