ARGH I CANT FIND MY LOG FILES (win7 issues)
- Apothem
- Posts: 2070
- Joined: Sat Nov 29, 2003 7:13 pm
- Location: Performing open heart surgery on an ACS compiler.
ARGH I CANT FIND MY LOG FILES (win7 issues)
So I'm trying to generate some logs for some fun stuff, and I cant seem to ever find the logfile I make in the console in a folder related to my doom stuff. I'm using Windows7, and a file search for the log indicates that the files are going into some windows system folder. Any way to fix this?
- InsanityBringer
- Posts: 3392
- Joined: Thu Jul 05, 2007 4:53 pm
- Location: opening the forbidden box
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
Out of curiosity, where is your zdoom installation? There are certain places such as Program Files where Windows redirects writes to virtual folders, for security reasons.
- Apothem
- Posts: 2070
- Joined: Sat Nov 29, 2003 7:13 pm
- Location: Performing open heart surgery on an ACS compiler.
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
in a root directory under \DoomII\zdoom. I've never known that putting something there without running any form of installer would do that. O_o
- ChronoSeth
- Posts: 1631
- Joined: Mon Jul 05, 2010 2:04 pm
- Location: British Columbia
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
It... shouldn't... 
I have a similar setup but don't have this problem.

I have a similar setup but don't have this problem.
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
I too have a similar setup and it's OK. The most common place where I have heard of the problem that InsanityBringer mentioned is, in the Program Files(x86) or Program Files directories (as IB said).
What happens if you specify a full path explictly for your log file?
What happens if you specify a full path explictly for your log file?
- Tapwave
- Posts: 2096
- Joined: Sat Aug 20, 2011 8:54 am
- Preferred Pronouns: No Preference
- Graphics Processor: nVidia with Vulkan support
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
Are you running it as admin? My Gzdoom doesn't write anything (and thus doesn't save saves and parameters) unless i'm running it as admin.
- Apothem
- Posts: 2070
- Joined: Sat Nov 29, 2003 7:13 pm
- Location: Performing open heart surgery on an ACS compiler.
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
Okay so when I run ZDL and try to create a log, it makes the log in the folder where my wad files are. But if I just run zdoom by itself or by clicking and dragging, it seems to still show up in some random windows folder O_o
- 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: ARGH I CANT FIND MY LOG FILES (win7 issues)
Sounds like it's failing at properly setting the current directory.
You can try putting an absolute path into the log file command.
You can try putting an absolute path into the log file command.
- Apothem
- Posts: 2070
- Joined: Sat Nov 29, 2003 7:13 pm
- Location: Performing open heart surgery on an ACS compiler.
Re: ARGH I CANT FIND MY LOG FILES (win7 issues)
Okay, I think I solved the problem. It seems that my log files were going to my users document folder. Also, it seems while the game is running and didnt have admin rights, it would cause the logs to get put in a Win7 temp folder. Only to be deleted after you close the game it seems...