Error Log Reading for Zdoom/GZDoom

Archive of the old editing forum
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.
Locked
User avatar
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

Post by RV-007 »

Sometimes, when I execute a wad on either zdoom/gzdoom, I get some red error messages. How can I read these messages?
User avatar
Ravick
Posts: 2051
Joined: Sun Aug 22, 2010 10:59 pm
Location: Tubarão, Brasil
Contact:

Re: Error Log Reading for Zdoom/GZDoom

Post by Ravick »

Open the code console in game, its in the ' button. Use page up/down to move the msgs :)
User avatar
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

Post by RV-007 »

Thanks. I got rid of the red error messages and now can fix any inappriorate error message.
Blue Shadow
Posts: 5046
Joined: Sun Nov 14, 2010 12:59 am

Re: Error Log Reading for Zdoom/GZDoom

Post by Blue Shadow »

You can also save console's output in a .txt file if you want.

Code: Select all

logfile <the name you want for the file>.txt
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).
User avatar
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

Post by NeuralStunner »

Spoiler: Nevermind the Derp
Last edited by NeuralStunner on Tue Nov 15, 2011 3:07 pm, edited 1 time in total.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: Error Log Reading for Zdoom/GZDoom

Post by Gez »

I don't think you've understood what Blue Shadow meant.
User avatar
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

Post by RV-007 »

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.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: Error Log Reading for Zdoom/GZDoom

Post by Gez »

Maybe try reading what Blue Shadow posted?
User avatar
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

Post by NeuralStunner »

Gez wrote:I don't think you've understood what Blue Shadow meant.
I don't think so either. I was only half paying attention this morning due to having other things to worry about.
User avatar
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

Post by RV-007 »

Gez wrote:Maybe try reading what Blue Shadow posted?
Thanks everybody, lol. :lol:

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.
Locked

Return to “Editing (Archive)”