Error Log Reading for Zdoom/GZDoom
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- RV-007
- Posts: 1501
- Joined: Fri Sep 02, 2011 9:00 pm
- Location: Dying w/ civilization or living after it
- Contact:
Error Log Reading for Zdoom/GZDoom
Sometimes, when I execute a wad on either zdoom/gzdoom, I get some red error messages. How can I read these messages?
Re: Error Log Reading for Zdoom/GZDoom
Open the code console in game, its in the ' button. Use page up/down to move the msgs 

- RV-007
- Posts: 1501
- Joined: Fri Sep 02, 2011 9:00 pm
- Location: Dying w/ civilization or living after it
- Contact:
Re: Error Log Reading for Zdoom/GZDoom
Thanks. I got rid of the red error messages and now can fix any inappriorate error message.
-
- Posts: 5046
- Joined: Sun Nov 14, 2010 12:59 am
Re: Error Log Reading for Zdoom/GZDoom
You can also save console's output in a .txt file if you want.
Open the notepad and put the above line in it and save it as autoexec.cfg and then put it in (G)ZDoom directory. Make sure it's autoexec.cfg, not autoexec.cfg.txt or autoexec.txt.
The above way is the basic way. If you want a bit more info check this (AutoExec).
Code: Select all
logfile <the name you want for the file>.txt
The above way is the basic way. If you want a bit more info check this (AutoExec).
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Error Log Reading for Zdoom/GZDoom
Spoiler: Nevermind the Derp
Last edited by NeuralStunner on Tue Nov 15, 2011 3:07 pm, edited 1 time in total.
Re: Error Log Reading for Zdoom/GZDoom
I don't think you've understood what Blue Shadow meant.
- RV-007
- Posts: 1501
- Joined: Fri Sep 02, 2011 9:00 pm
- Location: Dying w/ civilization or living after it
- Contact:
Re: Error Log Reading for Zdoom/GZDoom
Does anyone know what is the command to automate logfile in the zdoom.ini/gzdoom.ini?
I can't seem to automate the logfile console command.
I can't seem to automate the logfile console command.
Re: Error Log Reading for Zdoom/GZDoom
Maybe try reading what Blue Shadow posted?
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Error Log Reading for Zdoom/GZDoom
I don't think so either. I was only half paying attention this morning due to having other things to worry about.Gez wrote:I don't think you've understood what Blue Shadow meant.
- RV-007
- Posts: 1501
- Joined: Fri Sep 02, 2011 9:00 pm
- Location: Dying w/ civilization or living after it
- Contact:
Re: Error Log Reading for Zdoom/GZDoom
Thanks everybody, lol.Gez wrote:Maybe try reading what Blue Shadow posted?

Ok, the zdoom.ini/gzdoom.ini does have control on the auto(mated) execution for a specified iwad.
For instance, I somehow put the path directory for [Doom.AutoExec] to Path=D:/Program_Installers/Software/Games/doom2_full/blah/doomhackz/autoexec.cfg
From there, I was supposed to put the autoexec.cfg file in that very 'doomhackz' folder.
The only line I typed in the autoexec.cfg was "logfile log.txt".
The log.txt will be found in the (g)zdoom folder.
Within the log.txt are all the console commands/entries.
This thread is a success in error log reading for (G)ZDoom source port.