Game Crashes when ever I start it

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
EndHack
Posts: 57
Joined: Wed Feb 14, 2018 8:53 pm

Game Crashes when ever I start it

Post by EndHack »

So when ever I try to start GZDoom it starts to load and everything looks fine and then right when it finishes it crashes I tried this with multiple iwads and the same thing always happens

local.txt
GZDoom version g4.1.2 (bf5c4234414736b1b53490366b292e1d32b6ea14)
Command line: "C:\Users\*****\Documents\StuffFromTheOldLaptop\Doom\Ports\gzdoom-bin-4-1-2b-x64\gzdoom.exe"

Wad 0: gzdoom.pk3
Wad 1: zd_extra.pk3
Wad 2: STRIFE1.WAD
Wad 3: voices.wad

Not in a level.

log.rtf
OS: Windows 10 (or higher) (NT 10.0) Build 17134

M_LoadDefaults: Load system defaults.
Using program directory for storage
W_Init: Init WADfiles.
adding C:/Users/*****/Documents/StuffFromTheOldLaptop/Doom/Ports/gzdoom-bin-4-1-2b-x64/gzdoom.pk3, 621 lumps
adding C:/Users/*****/Documents/StuffFromTheOldLaptop/Doom/Ports/gzdoom-bin-4-1-2b-x64/zd_extra.pk3, 1657 lumps
adding ./STRIFE1.WAD, 3985 lumps
adding ./voices.wad, 373 lumps
I_Init: Setting up machine state.
CPU speed: 1094 MHz
CPU Vendor ID: GenuineIntel
Name: Intel(R) Pentium(R) Silver N5000 CPU @ 1.10GHz
Family 6, Model 122, Stepping 1
Features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 HyperThreading
I_InitSound: Initializing OpenAL
Opened device OpenAL Soft on Speaker/Headphone (Realtek High Definition Audio)
EFX enabled
V_Init: allocate screen.
S_Init: Setting up sound.
ST_Init: Init startup screen.
Checking cmd-line parameters...
S_InitData: Load sound definitions.
G_ParseMapInfo: Load map definitions.
Texman.Init: Init texture manager.
ParseTeamInfo: Load team definitions.
LoadActors: Load actor definitions.
script parsing took 296.25 ms
R_Init: Init Strife refresh subsystem.
DecalLibrary: Load decals.
M_Init: Init menus.
P_Init: Init Playloop state.
ParseSBarInfo: Loading custom status bar definition.
D_CheckNetGame: Checking network game status.
player 1 of 1 (1 nodes)
I_InitInput
I_StartupMouse
I_StartupKeyboard
I_StartupXInput
I_StartupRawPS2
I_StartupDirectInputJoystick
GL_VENDOR: Intel
GL_RENDERER: Intel(R) UHD Graphics 605
GL_VERSION: 4.5.0 - Build 23.20.16.4973 (Core profile)
GL_SHADING_LANGUAGE_VERSION: 4.50 - Build 23.20.16.4973

Max. texture size: 16384
Max. texture units: 32
Max. varying: 64
Max. combined shader storage blocks: 80
Max. vertex shader storage blocks: 16
User avatar
EndHack
Posts: 57
Joined: Wed Feb 14, 2018 8:53 pm

Re: Game Crashes when ever I start it

Post by EndHack »

im running 4.1.2b x64
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: Game Crashes when ever I start it

Post by _mental_ »

Please post whole CrashReport.zip, or report.txt file from it at least.
User avatar
EndHack
Posts: 57
Joined: Wed Feb 14, 2018 8:53 pm

Re: Game Crashes when ever I start it

Post by EndHack »

report.txt
Spoiler:
User avatar
Rachael
Posts: 13542
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Game Crashes when ever I start it

Post by Rachael »

This crashes in the Intel UHD driver. You will need to update it.
User avatar
EndHack
Posts: 57
Joined: Wed Feb 14, 2018 8:53 pm

Re: Game Crashes when ever I start it

Post by EndHack »

ok
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: Game Crashes when ever I start it

Post by _mental_ »

It seems to crash on compiling shaders. It's only a guess, but the problem can be in the custom shader cache.
Do you have %LOCALAPPDATA%\zdoom\cache\shadercache.zdsc file? If so, rename or delete it and try to start again.

Also, you can try to use Vulkan by running with +vid_enablevulkan 1 command line options.
User avatar
EndHack
Posts: 57
Joined: Wed Feb 14, 2018 8:53 pm

Re: Game Crashes when ever I start it

Post by EndHack »

I updated my drives and that worked but after awhile it would not start again so I deleted the shadercache file and now its working
User avatar
Enjay
 
 
Posts: 26533
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Game Crashes when ever I start it

Post by Enjay »

Out of interest EndHack, why did you decide to post part of the crash report and not the whole thing? I'd genuinely like to know because I've seen loads of people do this and I simply don't get why.

The game produces a file called crashreport.zip which contains information that could possibly be very valuable in tracking down a bug. The zip can can be attached to the forum easily enough. Yet repeatedly people open up the zip and extract or copy/paste bits from the files found inside the zip, thereby missing out potentially important information and only posting what they think might be useful. It is all potentially useful (that's why it's there). So, I really don't understand why this happens over and over.
User avatar
Darkcrafter
Posts: 564
Joined: Sat Sep 23, 2017 8:42 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support

Re: Game Crashes when ever I start it

Post by Darkcrafter »

If you managed to edit some levels in that strife1.wad make sure you had chosen an appropriate and working bsp builder as GZDoom will crash without any hassle if so happens.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: Game Crashes when ever I start it

Post by wildweasel »

Darkcrafter wrote:If you managed to edit some levels in that strife1.wad make sure you had chosen an appropriate and working bsp builder as GZDoom will crash without any hassle if so happens.
I don't think that's relevant to the reason the game is crashing, at all.
Post Reply

Return to “Closed Bugs [GZDoom]”