Errors doom 2 doom 2 BFG
i have had iuess with doomsday playing doom 2 doom 2 BFG i try too exit too the next level i get an Error its done this on the last three versions of doomsday if anyone can help me with this im new too this too i have been playing jdoom resource pack it happens in no rest for the living too
Comments
This is the relevant tracker issue: https://tracker.dengine.net/issues/1575
Just checking in to make your live as a developer more complicated (or maybe not):
I checked level progression for Doom BFG, DOOM 2 BFG and "No rest for the living" with Doomsday build 2865. I experienced no issues advancing to the next level, also the "warp" command works as intended.
If you're on Windows, the log file can be found in the folder "C:\Users\<username>\AppData\Local\Deng Team\Doomsday Engine\runtime".
[code]
[OutputError] (in NativeFile::output) Failed to write C:\Temp\doomsday-3724\dd-buffered-song0.ogg
(No error)
[/code]
Doomsday seems to be very confused about that file. Maybe if you manually delete it before running Doomsday?
(C:\Temp is also not a standard location for temporary files, have you perhaps configured it manually?)
So I checked the system temp folder, where I found lots of subfolders created by Doomsday. They all go by the name "doomsday-<n>" (n = 4 to 5 varying digits), e.g. "doomsday-10208". Each of the folders contain two identical MIDI files named "dd-buffered-song0.mid" and "dd-buffered-song1.mid".
After deleting all those temporary doomsday folders the issue disappeared. Rechecking the system temp folder now I again find up to 25! doomsday-<n> folders. I never had this much folders and files from Doomsday in the temp folder previously, if any at all.
I guess that either you have changed the storage location for Doomsday's temp files just recently, or perhaps in previous builds those temp files were automatically deleted upon normal shut down of Doomsday, which is not the case anymore?
@1doom1 — Does deleting the doomsday-NNN folders from your Temp directory resolve the issue for you?