Page 1 of 1

GZDoom fatal error when starting new game

Posted: Thu Apr 25, 2013 13:40
by Wild Child
Howdy folks.

I would like to claify I have had no problems like this in the past, they only started after updating GZDoom

Basically, GZDoom launches no problem, I select my game from the iwad screen (Doom, Doom2, Hexen ...) and launch the game. The games title screen comes up no problem. Then I select a new game, select the difficulty, expect anticipation and instead get a fatal error. Here is the error report i get each time:

OS: Windows 2000 (NT 5.0) Build 2195

M_LoadDefaults: Load system defaults.
Gameinfo scan took 0 ms
W_Init: Init WADfiles.
adding C:/Documents and Settings/Owner/My Documents/Games/GZDoom/gzdoom.pk3, 583 lumps
adding ./doom2.wad, 2956 lumps
I_Init: Setting up machine state.
CPU Speed: 1466 MHz
CPU Vendor ID: GenuineIntel
Name: Intel(R) Pentium(R) Dual CPU T2310 @ 1.46GHz
Family 6, Model 15, Stepping 13
Features: MMX SSE SSE2 SSE3 SSSE3
I_InitSound: Initializing FMOD
FMOD Sound System, copyright © Firelight Technologies Pty, Ltd., 1994-2009.
Loaded FMOD version 4.26.36
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.
R_Init: Init Doom refresh subsystem.
DecalLibrary: Load decals.
M_Init: Init menus.
P_Init: Init Playloop state.
ParseSBarInfo: Loading default status bar definition.
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: SiS
GL_RENDERER: Mirage Graphics3
GL_VERSION: 1.5.0
GL_SHADING_LANGUAGE_VERSION: (null)
GL_EXTENSIONS: GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_multisample GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_swap_control GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_ATI_element_array GL_HP_occlusion_test GL_KTX_buffer_region GL_NV_blend_square GL_NV_occlusion_query GL_NV_point_sprite GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_texture_non_power_of_two GL_WIN_swap_hint WGL_ARB_extensions_string WGL_EXT_swap_control
Max. texture units: 16
Max. fragment uniforms: 16
Max. vertex uniforms: 16
Max. varying: 16
Max. combined uniforms: 16
Max. combined uniform blocks: 16
Support for non power 2 textures enabled.
Occlusion query enabled.
Resolution: 640 x 480
Playing demo DEMO1
Cannot play non-ZDoom demos.
Playing demo DEMO2
Cannot play non-ZDoom demos.
Playing demo DEMO3
Cannot play non-ZDoom demos.
Playing demo DEMO1
Cannot play non-ZDoom demos.
Playing demo DEMO2
Cannot play non-ZDoom demos.
Player is now known as Kriss
Playing demo DEMO3
Cannot play non-ZDoom demos.
Playing demo DEMO1
Cannot play non-ZDoom demos.
Playing demo DEMO2
Cannot play non-ZDoom demos.
Playing demo DEMO3
Cannot play non-ZDoom demos.
Playing demo DEMO1
Cannot play non-ZDoom demos.
Playing demo DEMO2
Cannot play non-ZDoom demos.
Playing demo DEMO3
Cannot play non-ZDoom demos.
Playing demo DEMO1
Cannot play non-ZDoom demos.

═════════════════════════════════

MAP01 - entryway


=========

I can only identify two problems, one being these "non-zdoom demos", I'm trying to play legitimate iwads from the original installation disks. The other is the fact the game identifies my computer as windows 2000 (actually a XP Home, SP3)

Please help. Im an avid doom builder but i dont want to resort to using another source port :beer:

Re: GZDoom fatal error when starting new game

Posted: Thu Apr 25, 2013 14:18
by Gez
The "non-ZDoom demo" thing is harmless and cannot be the source of the crash.

You said you updated GZDoom, but to which version? The latest official version from here or a development build from there? Revision number, please. Also, what version where you using previously?

Re: GZDoom fatal error when starting new game

Posted: Thu Apr 25, 2013 20:11
by Enjay
When you get your fatal error, does the crash dialogue give you the option to save a crash report zip file? If so, it would probably help if you post the entire zip here rather than just the log that you have posted.


For info, as Gez said, the non-Zdoom demo message is harmless. The reason you get it is because the IWAD has a number of demos embedded in it. The original doom2.exe would play these in turn when the game started. Not too surprisingly, the demos in the IWAD are of the original id format but GZDoom cannot play that format. So, when GZDoom starts up, it tries to run the old demos but finds an unsupported format and reports this at the console. If you really wanted, you could use GZDoom to record your own demos, call them demo1, demo2 and demo3, stick them in a WAD and load it and your demos would play after the title screen. However, it's probably not worth the effort and the next time that there was a major revision to GZDoom, chances are that your demos would stop working properly anyway.

Re: GZDoom fatal error when starting new game

Posted: Fri Apr 26, 2013 2:33
by Wild Child
Gez wrote:The "non-ZDoom demo" thing is harmless and cannot be the source of the crash.

You said you updated GZDoom, but to which version? The latest official version from here or a development build from there? Revision number, please. Also, what version where you using previously?
I cannot remember the version I had where I have had no problems with, I have had this same problem with every single version of GZDoom since 2010. I have given the download link to the working version of GZDoom via a youtube video. The version i am tryingn to use now is a development build "r1554"

A guy from the youtube community recommened i try a development build as that may solve the problem.

I made a crash report, Here it is :

-----------------------------
"Local"
GZDoom version 1.7.1 (r1554) / ZDoom 2.6.1 (r4221) (Apr 22 2013)

Command line: "C:\Documents and Settings\Owner\My Documents\Games\GZDoom\gzdoom.exe"

Wad 0: gzdoom.pk3
Wad 1: doom2.wad

Current map: MAP01

viewx = 102760448
viewy = 207618048
viewz = 6356992
viewangle = 40000000
-----------------------------

-----------------------------

"report"

Code: C0000005 (Access Violation - tried to read address 00009040)
Address: 6923AB77
Flags: 00000000

Windows NT 5.0 Build 2195

GS=0000 FS=003b ES=0023 DS=0023
EAX=00009040 EBX=00000020 ECX=00000254 EDX=00000006
ESI=0c0f0020 EDI=0aa14ebc
EBP=0013f14c EIP=6923ab77 ESP=0013f140 CS=001b SS=0023
EFlags=00210202
CF- PF- AF- ZF- SF- TF- IF+ DF- OF- NT- RF+ VM- AC- VI- VP-

FPU State:
ControlWord=027f StatusWord=0020 TagWord=ffff
ErrorOffset=691ab9fe
ErrorSelector=0199001b
DataOffset=0aa13544
DataSelector=ffff0023
Cr0NpxState=00000000

MM0=0000000000000000
MM1=0000000000000000
MM2=db00000000000000
MM3=0000000000000000
MM4=0000000000000000
MM5=0c0f00200aa14ebc
MM6=0013f14c00009040
MM7=000000230013f140

Running threads:
00000d20 at 6923AB77*
00000c10
00000be8
00000fe4
0000075c
00000c20
000004cc
00000db0
00000c38
00000674

Loaded modules:
00400000 - 00964FFF gzdoom.exe
7C900000 - 7C9B1FFF ntdll.dll
7C800000 - 7C8F5FFF kernel32.dll
76780000 - 76788FFF SHFOLDER.dll
77DD0000 - 77E6AFFF ADVAPI32.dll
77E70000 - 77F02FFF RPCRT4.dll
77FE0000 - 77FF0FFF Secur32.dll
77C10000 - 77C67FFF msvcrt.dll
77F10000 - 77F58FFF GDI32.dll
7E410000 - 7E4A0FFF USER32.dll
773D0000 - 774D2FFF COMCTL32.dll
77F60000 - 77FD5FFF SHLWAPI.dll
7C9C0000 - 7D1D6FFF SHELL32.dll
763B0000 - 763F8FFF COMDLG32.dll
774E0000 - 7761DFFF ole32.dll
71AD0000 - 71AD8FFF WSOCK32.dll
71AB0000 - 71AC6FFF WS2_32.dll
71AA0000 - 71AA7FFF WS2HELP.dll
76B40000 - 76B6CFFF WINMM.dll
77120000 - 771AAFFF OLEAUT32.dll
5ED00000 - 5EDCBFFF OPENGL32.dll
68B20000 - 68B3FFFF GLU32.dll
73760000 - 737AAFFF DDRAW.dll
73BC0000 - 73BC5FFF DCIMAN32.dll
5CB70000 - 5CB95FFF ShimEng.dll
71590000 - 71608FFF AcLayers.DLL
769C0000 - 76A73FFF USERENV.dll
73000000 - 73025FFF WINSPOOL.DRV
6F880000 - 6FA49FFF AcGenral.DLL
77BE0000 - 77BF4FFF MSACM32.dll
77C00000 - 77C07FFF VERSION.dll
5AD70000 - 5ADA7FFF UxTheme.dll
76390000 - 763ACFFF IMM32.DLL
20CB0000 - 20D4CFFF ISWSHEX.dll
78130000 - 781CAFFF MSVCR80.dll
76C30000 - 76C5DFFF WINTRUST.dll
77A80000 - 77B14FFF CRYPT32.dll
77B20000 - 77B31FFF MSASN1.dll
76C90000 - 76CB7FFF IMAGEHLP.dll
7C420000 - 7C4A6FFF MSVCP80.dll
74E30000 - 74E9CFFF riched20.dll
74720000 - 7476BFFF MSCTF.dll
77B40000 - 77B61FFF apphelp.dll
755C0000 - 755EDFFF msctfime.ime
76F50000 - 76F57FFF wtsapi32.dll
76360000 - 7636FFFF WINSTA.dll
5B860000 - 5B8B4FFF NETAPI32.dll
10000000 - 101C9FFF fmodex.dll
76FD0000 - 7704EFFF CLBCATQ.DLL
77050000 - 77114FFF COMRes.dll
09620000 - 098E4FFF xpsp2res.dll
72D20000 - 72D28FFF wdmaud.drv
72D10000 - 72D17FFF msacm32.drv
77BD0000 - 77BD6FFF midimap.dll
73F10000 - 73F6BFFF dsound.dll
73EE0000 - 73EE3FFF KsUser.dll
6CE10000 - 6CE47FFF dinput8.dll
688F0000 - 688F8FFF HID.DLL
77920000 - 77A12FFF SETUPAPI.DLL
69000000 - 6940AFFF *sisgl770.dll
73B30000 - 73B44FFF mscms.dll
66E90000 - 66ED0FFF icm32.dll

Bytes near EIP:
6923AB67: c3 0f af c1 03 07 85 d2 7e 22 8b 4d 0c c1 e1 02
6923AB77: 8b 38 d9 e8 89 3e 8b 78 04 89 7e 04 8b 78 08 d9
6923AB87: 5e 0c 89 7e 08 03 f1 03 c3 4a 75 e4 5f 5e 5b 5d

Possible call trace:
6923ab77 BOOM
00595639 call [007c0ff4]
00595800
00595836 call 00595570
00591BE1 call 00595770
00591CF4 call 00591B30
00599F7D call 00591CE0
0059ABE2 call 00599E40
0059AC82 call 0059AB70
0059B791 call 0059AC10
0059B8F7 call 0059B5F0
004217e8
00421EC7 call 004214B0
006b7830
004fbd70
005019F8 call 004FBCF0
00501A25 call 0069926B
0053004f
006C0064 jmp 00698F2D
0069E061 call 006A3909
004e8439 call [006dc2bc]
004e8439 call [006dc2bc]
0040EC91 call 004E8420
006B6DB3 jmp 004E8420
0040ECDE call 0040EC10
00500A38 call 0040ECD0
00500A6A call 0069926B
006b7b7a
004FDE55 call 00423170
004fd070
006BCD73 jmp 00411F50 => jmp 00447A80
004FE09B call 004FDA90
0069FD31 call 004FE010
0069e960
0069fd9f

Stack Contents:
0013F140: 0aa13238 0aa14ebc 00000095 0013f184 82···N··········
0013F150: 6925035f 00000000 00000095 0c0f0020 _·%i········ ···
0013F160: 0aa14ebc 00000006 0c0f0020 0aa13238 ·N······ ···82··
0013F170: 83000000 00000010 0c0f0020 00001102 ········ ·······
0013F180: 00000482 0013f404 6925402a 00000006 ········*@%i····
0013F190: 00000000 0aa13238 692a29df 00000006 ····82···)*i····
0013F1A0: 0013f0fc 7c9101db 0013f1f0 7c90e920 ·······|···· ··|
0013F1B0: 7c910060 ffffffff 7c91005d 77c2c2de `··|····]··|···w
0013F1C0: 00030000 00000000 77c2c2e3 fffff03f ···········w?···
0013F1D0: 0803c08f 00000001 77c35c94 77c12088 ·········\·w· ·w
0013F1E0: ffffffff 77c2c3ce 0013f1cc 00000060 ·······w····`···
0013F1F0: 0013f574 77c35c94 77c12070 ffffffff t····\·wp ·w····
0013F200: 77c2c2e3 69061261 0a9befa0 08000003 ···wa··i········
0013F210: 0000000c 0aa13238 00000009 00000000 ····82··········
0013F220: 00000000 00000000 00000000 00000000 ················
0013F230: 00000000 00000000 00000000 00000001 ················
0013F240: 00000000 00000002 00000003 00000005 ················
0013F250: 00000008 00000000 00000000 00000000 ················
0013F260: 00000006 00000000 00000004 00000000 ················
0013F270: 00000000 00000000 00000000 00000000 ················
0013F280: 00000000 00000007 00000001 00000001 ················
0013F290: 00000001 00000000 00000000 00000000 ················
0013F2A0: 00000001 00000000 00000001 00000000 ················
0013F2B0: 00000000 00000000 00000000 00000000 ················
0013F2C0: 00000000 00000001 00000001 00000000 ················
0013F2D0: 00000000 00000000 00000000 00000000 ················
0013F2E0: 00000000 00000000 00000001 00000000 ················
0013F2F0: 00000001 00000000 00000000 00000000 ················
0013F300: 00000000 00000000 00000000 00000000 ················
0013F310: 00000000 00000000 00000000 00000000 ················
0013F320: 00000000 00000000 00000000 00000000 ················
0013F330: 00000000 00000000 00000000 00000000 ················
0013F340: 00000000 00000001 00000001 00000000 ················
0013F350: 00000000 00000000 00000000 00000000 ················
0013F360: 00000000 00000000 00000000 00000000 ················
0013F370: 00000000 00000001 00000000 00000001 ················
0013F380: 00000001 00000001 00000000 00000000 ················
0013F390: 00000001 00000002 00000060 0a9befa0 ········`·······
0013F3A0: 00000000 0aa13238 0aa13238 0013f3c8 ····82··82······
0013F3B0: 00001b02 6909a946 00003000 0aa13238 ····F··i·0··82··
0013F3C0: 000000df 0000000c 00000000 6909ab8f ···············i
0013F3D0: 01000000 0aa13238 00400000 00000000 ····82····@·····
0013F3E0: 692a29df 0aa13238 00000006 00000100 ·)*i82··········
0013F3F0: 00000000 00000001 00000001 00000482 ················
0013F400: 692a29df 0013f428 691d9cc6 00000006 ·)*i(······i····
0013F410: 00000000 0a6854d4 0a5bd0b8 00000000 ·····Th···[·····
0013F420: 00000001 00000002 09293100 0059563f ·········1)·?VY·
0013F430: 0aa44e54 00000482 00000006 00000000 TN··············
0013F440: 00000002 0a5bd000 0a5bd0b8 00595800 ······[···[··XY·
0013F450: 00000482 0059583b 00000002 00000000 ····;XY·········
0013F460: 092932d0 00000000 0a5fc2b8 00000010 ·2)·······_·····
0013F470: 00591be6 00000002 00000002 00591cf9 ··Y···········Y·
0013F480: 00000002 00000000 00000000 0a5fc2b8 ··············_·
0013F490: 00000002 00599f82 00000002 0a5fc2b8 ······Y·······_·
0013F4A0: 0a691568 00000000 0059abe7 00000000 h·i·······Y·····
0013F4B0: 00000001 0059ac87 00000001 1ee1edd7 ······Y·········
0013F4C0: 0a5fc2b8 616c16c1 0059b796 00000001 ··_···la··Y·····
0013F4D0: 0a5fc2b8 00766218 0a5fdce0 00000000 ··_··bv···_·····
0013F4E0: 0059b8fc 0a6cff58 00000000 42b40000 ··Y·X·l········B
0013F4F0: 3fcccccd 3fcccccd 00000001 00000001 ···?···?········
0013F500: 00000320 00705348 0013f580 3fcccccd ···HSp········?
0013F510: 0084bae4 00000000 00000040 004217ea ········@·····B·
0013F520: 3fcccccd 00000000 0013f578 00000000 ···?····x·······
0013F530: 0013f580 00000000 45460000 8838bde5 ··········FE··8·
0013F540: fffffef8 00000000 00000000 00000000 ················
0013F550: 00000000 00421ecc 6ab42b09 00000000 ······B··+·j····
0013F560: 0013f578 00000000 00000000 00000027 x···········'···
0013F570: 0013f558 0013fdc4 006b7830 00000000 X·······0xk·····
0013F580: 0013fdd0 6ab42359 000000e8 000001f8 ····Y#·j········
0013F590: 00000000 001820f8 7c8024c7 000000b0 ····· ···$·|····
0013F5A0: 00000000 0013f654 00000000 74725956 ····T·······VYrt
0013F5B0: 00000002 00180948 00181c90 00181c78 ····H·······x···
0013F5C0: 00000025 001820b8 00000000 00000000 %···· ··········
0013F5D0: 00000040 7c90d18a 7c8094e5 0013f62c @······|···|,···
0013F5E0: 000f0007 001820b8 00000000 0013f630 ····· ······0···
0013F5F0: 7c80b9d7 00000000 7ffdec00 0014e780 ···|···········
0013F600: 00000018 7c90d52a 7c80b991 000000fc ····*··|···|····
0013F610: ffffffff 0013f650 00000000 00000000 ····P···········
0013F620: 0013f634 0013f64c 00000001 00000000 4···L···········
0013F630: 00000004 00000000 00000000 0013f65c ············\···
0013F640: 7c80b9c0 000000fc 00000002 7c90d58a ···|···········|
0013F650: 0008033a 00000002 0000c115 0013f668 :···········h···
0013F660: 00000000 7ffdebf8 00000018 00000024 ···········$···
0013F670: 0013f680 00000000 00000000 0013f698 ················
0013F680: 7e42c228 0008033a 0000c115 00000000 (·B~:···········
0013F690: 00000000 00000001 7e418bd9 7e471088 ··········A~··G~
0013F6A0: 0000c115 0013f6e0 7e42c23c 7e42c1e9 ········<·B~··B~
0013F6B0: 0008033a 00000002 0000c115 00000000 :···············
0013F6C0: 00000001 00000000 0013f6b0 7473dd7f ·············st
0013F6D0: 0013f898 7e44048f 7e42c1f0 ffffffff ······D~··B~····
0013F6E0: 7e42c1e9 74740430 0008033a 0000c115 ··B~0·tt:·······
0013F6F0: 00000000 00000000 0013f87c 7474021e ········|·····tt
0013F700: 7474043b 00000000 0013f70c 5443534d ;·tt········MSCT
0013F710: 68432e46 546b6365 61657268 706e4964 F.CheckThreadInp
0013F720: 6c644974 76452e65 2e746e65 2e4e4341 tIdle.Event.ACN.
0013F730: 4f484841 00004245 0013f774 7472467f AHHOEB··t···Frt
0013F740: 74724fae 00000006 22010ec9 00000000 ·Ort·······"····
0013F750: 00000000 00000000 000001f8 0000015e ············^···
0013F760: 00000000 00000000 9c729e93 74e50ea4 ··········r····t
0013F770: 0000000f 00000000 00000000 00000000 ················
0013F780: 0000029e 00000001 000086da 0013f7b8 ················
0013F790: 7e418734 0004039a 0000000f 0013f7b4 4·A~············
0013F7A0: 7e42b401 00c11948 00000000 00000000 ··B~H···········
0013F7B0: 00000102 0013f7f8 747313d4 00010175 ··········stu···
0013F7C0: 00000000 00000001 747313d9 00000000 ··········st····
0013F7D0: 7ffde000 00000102 09320000 00010175 ·········2·u···
0013F7E0: 0013f7cc 00000001 0013f840 7475f1a6 ········@·····ut
0013F7F0: 747313e0 7474021e 747313d9 7e42b372 ··st··tt··str·B~
0013F800: 00000000 00000001 0013f894 00000000 ················
0013F810: 00009133 0013f840 7e418734 0008033a 3···@···4·A~:···
0013F820: 0000c115 00000000 00000000 7474021e ··············tt
0013F830: dcbaabcd 00000000 0013f87c 7474021e ········|·····tt
0013F840: 0013f8a8 7e418bd9 7ffde000 0013f8a8 ······A~·······
0013F850: 7e41885a 0013f868 7e41882a 0013f93c Z·A~h···*·A~<···
0013F860: 0013f934 00c44e30 00000014 00000001 4···0N··········
0013F870: 00000000 00000000 00000010 00000000 ················
0013F880: 00000030 00000001 00000000 00000000 0···············
0013F890: 0013f85c 0008033a 0013f8f8 7e44048f \···:·········D~
0013F8A0: 7e418830 ffffffff 7e41882a 7e4189cd 0·A~····*·A~··A~
0013F8B0: 00000000 7474021e 0008033a 0000c115 ······tt:·······
0013F8C0: 00000000 00000000 00c44e44 7e4189ea ········DN····A~
0013F8D0: 7e43c689 7e42a340 7e418bf6 0013f908 ··C~@·B~··A~····
0013F8E0: 7e42a43b 0013f934 00000000 00000000 ;·B~4···········
0013F8F0: 0013f8d0 00000001 00000064 7e43c689 ········d·····C~
0013F900: 7e42a340 7e418bf6 7e4196b8 004fbd72 @·B~··A~··A~r·O·
0013F910: 0013f934 00000000 00000000 00000000 4···············
0013F920: 00000001 092b1f86 0004039a 0000002a ······+·····*···
0013F930: 7e42f3c2 0008033a 0000c115 00000000 ··B~:···········
0013F940: 00000000 0014e780 00000230 00000136 ········0···6···
0013F950: 005019fd 00000002 000000e8 092b1f5c ··P·········\·+·
0013F960: 00501a2a 0013fd4c 77ef56cf 0013f9b0 *·P·L····V·w····
0013F970: 00000000 77ef56a8 0000002c 0000002c ·····V·w,···,···
0013F980: 00000001 00000000 00000000 00180558 ············X···
0013F990: 00000024 00000038 0017526c 76362560 $···8···lR··`%6v
0013F9A0: 00000000 00160640 7c910228 00001000 ····@···(··|····
0013F9B0: 0013f984 0018055d 00180558 0018057c ····]···X···|···
0013F9C0: 00160178 0000003c 76362510 00000000 x···<····%6v····
0013F9D0: 0013fa04 091a0000 7c910222 00000009 ········"··|····
0013F9E0: 091a0838 091a0000 00000000 0013f9dc 8···············
0013F9F0: 544e2820 0013fc20 7c90e920 00000122 (NT ··· ··|"···
0013FA00: 0013fc30 7c911028 7c911086 7c9101db 0···(··|···|···|
0013FA10: 0013fa44 092b0000 7c910222 00000003 D·····+·"··|····
0013FA20: 092b0718 092b0000 00000000 0013fa1c ··+···+·········
0013FA30: 00160178 0013fc60 7c90e920 00001bfe x···`··· ··|····
0013FA40: 0013fc70 7c911028 7c911086 7c9101db p···(··|···|···|
0013FA50: 092b1f5c 00000010 00000042 0013fa90 \·+·····B·······
0013FA60: 092b0000 7c910222 00000013 092b0a18 ··+·"··|······+·
0013FA70: 092b0000 00000000 0013fa68 763611d6 ··+·····h·····6v
0013FA80: 0013fcac 7c90e920 00001c04 0013fcbc ···· ··|········
0013FA90: 7c911028 7c911086 7c9101db 00000000 (··|···|···|····
0013FAA0: 00000090 00000000 00180650 00000001 ········P·······
0013FAB0: 8a885d04 00000048 763620da 763620ca ·]··H···· 6v· 6v
0013FAC0: 00000006 091b0048 0013fd68 00000000 ····H···h·······
0013FAD0: 00000000 00000000 763625aa 00000000 ·········%6v····
0013FAE0: 0053004f 0020003a 092b0640 091b2fa0 O·S·:· ·@·+··/··
0013FAF0: 0077006f 00200073 091a0178 00300030 o·w·s· ·x···0·0·
0013FB00: 091b2fa8 092b0178 091b0040 0000000a ·/··x·+·@·······
0013FB10: 091a0178 00000000 006c0069 091a0178 x·······i·l·x···
0013FB20: 00310032 091b2f60 0020000a 092b2010 2·1·`/···· ·· +·
0013FB30: 000a0020 092b0000 7c97e120 7c9114ea ·····+· ··|···|
0013FB40: 00176bb4 0013fc08 00000000 00000008 ·k··············
0013FB50: 092b0178 001801e8 0013faac 092b0178 x·+·········x·+·
0013FB60: 00000000 092b2000 7c911600 000003e8 ····· +····|····
0013FB70: 7c9115c6 7c97e140 092b0178 0013fb8c ···|@··|x·+·····
0013FB80: 092b2018 00000122 00000010 0013fbe0 · +·"···········
0013FB90: 092b0178 00000000 00000008 091b0048 x·+·········H···
0013FBA0: 0013fd48 0013fbb4 00000000 7c9100b8 H··············|
0013FBB0: 092b1fe0 0013fbc4 00000000 7c9100b8 ··+············|
0013FBC0: 092b1ff8 0013fc90 7c910041 092b0718 ··+·····A··|··+·
0013FBD0: 7c91005d 091b2f8c 091b2f8c 00000002 ]··|·/···/······
0013FBE0: 092b0178 00000001 091b2f58 091a0168 x·+·····X/··h···
0013FBF0: 00000000 00000000 091b2f58 00000048 ········X/··H···
0013FC00: 0013fc10 00000000 7c9100b8 092b1f48 ···········|H·+·
0013FC10: 0013fcdc 7c910041 092b0a18 7c91005d ····A··|··+·]··|
0013FC20: 000000e8 0000002a 00000000 092b0168 ····*·······h·+·
0013FC30: 00000018 00000000 092b1ff8 00000018 ··········+·····
0013FC40: 092b2000 091b2f60 092b0000 00000018 · +·`/····+·····
0013FC50: 0000e05d 092b0000 092b0000 0069e066 ]·····+···+·f·i·
0013FC60: 0001fcd8 00000003 0013fbc4 ffffffff ················
0013FC70: 00010004 00000003 0013fbd4 00000098 ················
0013FC80: 0013fcd8 7c90e920 7c910060 ffffffff ···· ··|`··|····
0013FC90: 7c91005d 004e843f 092b0000 00000000 ]··|?·N···+·····
0013FCA0: 092b2000 092b0000 6ab42225 000000e8 · +···+·%"·j····
0013FCB0: 092b1f5c 0013fe80 00000002 0001200c \·+·········· ··
0013FCC0: 00000013 0013fc20 092b1f5c 0013fd00 ···· ···\·+·····
0013FCD0: 7c90e920 7c910060 ffffffff 7c91005d ··|`··|····]··|
0013FCE0: 004e843f 092b0000 00000000 092b1f50 ?·N···+·····P·+·
0013FCF0: 0040ec96 6ab42271 00000000 092b1f5c ··@·q"·j····\·+·
0013FD00: 0013fe74 006b6db8 ffffffff 0040ece3 t····mk·······@·
0013FD10: 0013fd1c 00500a3d 006f623c 006f6218 ····=·P·<bo··bo·
0013FD20: 00000005 00000000 00000893 0013fd48 ············H···
0013FD30: 00500a6f 0000009c 00000005 00000000 o·P·············
0013FD40: 00000893 00000002 76726500 20656369 ·········ervice
0013FD50: 6b636150 76003320 763620ca 0013fd68 Pack 3·v· 6vh···
0013FD60: 0013fdb0 775015b0 00000000 000001f8 ······Pw········
0013FD70: 00000002 000f0356 76363b32 5cb77774 ····V···2;6vtw·\
0013FD80: 7c81f31a 00000000 7ffde000 00000001 ···|···········
0013FD90: 00000002 00000000 092b20e4 0013f578 ········· +·x···
0013FDA0: 091cb8b8 00000002 00000001 000001f8 ················
0013FDB0: 00000000 00000000 00000000 00745458 ············XTt·
0013FDC0: 0013f584 0013fe74 006b7b7a 00000005 ····t···z{k·····
0013FDD0: 0013fe80 004fde5a 6ab42009 00000893 ····Z·O·· ·j····
0013FDE0: 00000002 00400000 7c80e47c 00000000 ······@·|··|····
0013FDF0: 7c885700 00000000 00c600c4 00174d20 ·W·|········ M··
0013FE00: 7ffde000 0000014c 00004568 091a01b8 ···L···hE······
0013FE10: 7ffde000 7ffde000 00174d20 00000000 ······ M······
0013FE20: 00000000 000001f8 0000015e 00000001 ········^·······
0013FE30: 000f4240 0013fdec 091b2ed8 00000000 @B·······.······
0013FE40: 004fd070 00000000 00000000 00400000 p·O···········@·
0013FE50: 000c03e5 00010011 00000000 00000000 ················
0013FE60: 006f5b38 7c800000 092b1efc 00400000 8[o····|··+···@·
0013FE70: 0013fdd8 0013ffb0 006bcd78 00000000 ········x·k·····
0013FE80: 47536953 00005652 00000000 00000000 SiSGRV··········
0013FE90: 00000000 00000000 00000000 00000000 ················
0013FEA0: 04010401 0000007c 007e00a0 00000000 ····|·····~·····
0013FEB0: 00000000 00000000 00000000 00000000 ················
0013FEC0: 00000000 00000000 00000000 00000000 ················
0013FED0: 00000000 00000000 00000000 00000000 ················
0013FEE0: 00000000 00000000 00000020 00000500 ········ ·······
0013FEF0: 00000320 00000000 0000003c 00000000 ·······<·······
0013FF00: 00000000 00000000 00000000 00000000 ················
0013FF10: 00000000 00000000 00000000 6ab42009 ············· ·j
0013FF20: 0013ffc0 004fe0a0 00000001 0069fd36 ······O·····6·i·
0013FF30: 00400000 00000000 00162357 00000001 ··@·····W#······
0013FF40: 6ab42149 00d5d4f4 00000018 7ffdf000 I!·j···········
0013FF50: 00000044 00163bf8 001635e8 00163c08 D····;···5···<··
0013FF60: 00000000 00000000 00000000 00000000 ················
0013FF70: 00000000 00000000 00000000 00000401 ················
0013FF80: 00000001 00000000 00000000 00010001 ················
0013FF90: 00000000 c0000005 00000000 00000005 ················
0013FFA0: 00000000 00d5d4f4 0013ff40 0013ed68 ········@···h···
0013FFB0: 0013ffe0 0069e960 6ad44549 00000001 ····`·i·IE·j····
0013FFC0: 0013fff0 7c81776f 00d5d4f4 00000018 ····ow·|········
0013FFD0: 7ffdf000 c0000005 0013ffc8 0013ed64 ···········d···
0013FFE0: ffffffff 7c839ab0 7c817778 00000000 ·······|xw·|····
0013FFF0: 00000000 00000000 0069fd9f 00000000 ··········i·····

----------------------------------------

----------------------------------------

"Log"

OS: Windows 2000 (NT 5.0) Build 2195

M_LoadDefaults: Load system defaults.
Gameinfo scan took 0 ms
W_Init: Init WADfiles.
adding C:/Documents and Settings/Owner/My Documents/Games/GZDoom/gzdoom.pk3, 583 lumps
adding ./doom2.wad, 2956 lumps
I_Init: Setting up machine state.
CPU Speed: 1466 MHz
CPU Vendor ID: GenuineIntel
Name: Intel(R) Pentium(R) Dual CPU T2310 @ 1.46GHz
Family 6, Model 15, Stepping 13
Features: MMX SSE SSE2 SSE3 SSSE3
I_InitSound: Initializing FMOD
FMOD Sound System, copyright © Firelight Technologies Pty, Ltd., 1994-2009.
Loaded FMOD version 4.26.36
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.
R_Init: Init Doom refresh subsystem.
DecalLibrary: Load decals.
M_Init: Init menus.
P_Init: Init Playloop state.
ParseSBarInfo: Loading default status bar definition.
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: SiS
GL_RENDERER: Mirage Graphics3
GL_VERSION: 1.5.0
GL_SHADING_LANGUAGE_VERSION: (null)
GL_EXTENSIONS: GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_multisample GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_swap_control GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_ATI_element_array GL_HP_occlusion_test GL_KTX_buffer_region GL_NV_blend_square GL_NV_occlusion_query GL_NV_point_sprite GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_texture_non_power_of_two GL_WIN_swap_hint WGL_ARB_extensions_string WGL_EXT_swap_control
Max. texture units: 16
Max. fragment uniforms: 16
Max. vertex uniforms: 16
Max. varying: 16
Max. combined uniforms: 16
Max. combined uniform blocks: 16
Support for non power 2 textures enabled.
Occlusion query enabled.
Resolution: 800 x 600

═════════════════════════════════

MAP01 - entryway


----------------------------------------


Thats pretty much the entire error report I got

Im running the game on a laptop with Sis Mirage 3 graphics, but I cant see this being the problem as it has worked before (and extremely well i might add)

Hope all this helps

Re: GZDoom fatal error when starting new game

Posted: Fri Apr 26, 2013 7:16
by Graf Zahl
It's your graphics driver. The crash occurs in the OpenGL ICD.

It seems you had a rather old version of GZDoom before which had quite lower graphics hardware requirements and used different rendering features.
Does Zandronum still work on that system?

The crash happens while drawing flats but that's as far as I can get with the available info. The only thing I can imagine is that for some reason the vertex buffer doesn't work right. If that's on, try to switch it off in the menu.

Re: GZDoom fatal error when starting new game

Posted: Fri Apr 26, 2013 11:24
by Wild Child
So should I disable OpenGL rendering to get it to work again ?

Re: GZDoom fatal error when starting new game

Posted: Fri Apr 26, 2013 11:28
by Wild Child
Graf Zahl wrote:It's your graphics driver. The crash occurs in the OpenGL ICD.

It seems you had a rather old version of GZDoom before which had quite lower graphics hardware requirements and used different rendering features.
Does Zandronum still work on that system?

The crash happens while drawing flats but that's as far as I can get with the available info. The only thing I can imagine is that for some reason the vertex buffer doesn't work right. If that's on, try to switch it off in the menu.

Ok i disabled vertex buffer but still crashs, heres another report incase the disabled vertex buffered caused it to crash for a different reason:

Code: C0000005 (Access Violation - tried to read address 00000E20)
Address: 6923AB77
Flags: 00000000

Windows NT 5.0 Build 2195

GS=0000 FS=003b ES=0023 DS=0023
EAX=00000e20 EBX=00000020 ECX=00000254 EDX=00000006
ESI=0c0f0020 EDI=0aa14ebc
EBP=0013f14c EIP=6923ab77 ESP=0013f140 CS=001b SS=0023
EFlags=00210202
CF- PF- AF- ZF- SF- TF- IF+ DF- OF- NT- RF+ VM- AC- VI- VP-

FPU State:
ControlWord=027f StatusWord=0020 TagWord=ffff
ErrorOffset=691ab9fe
ErrorSelector=0199001b
DataOffset=0aa13544
DataSelector=ffff0023
Cr0NpxState=00000000

MM0=0000000000000000
MM1=0000000000000000
MM2=db00000000000000
MM3=0000000000000000
MM4=0000000000000000
MM5=0c0f00200aa14ebc
MM6=0013f14c00000e20
MM7=000000230013f140

Running threads:
00000f7c at 6923AB77*
00000354
000009dc
00000ca8
00000994
00000fac
000003bc
000003ec
000008ac
0000083c

Loaded modules:
00400000 - 00964FFF gzdoom.exe
7C900000 - 7C9B1FFF ntdll.dll
7C800000 - 7C8F5FFF kernel32.dll
76780000 - 76788FFF SHFOLDER.dll
77DD0000 - 77E6AFFF ADVAPI32.dll
77E70000 - 77F02FFF RPCRT4.dll
77FE0000 - 77FF0FFF Secur32.dll
77C10000 - 77C67FFF msvcrt.dll
77F10000 - 77F58FFF GDI32.dll
7E410000 - 7E4A0FFF USER32.dll
773D0000 - 774D2FFF COMCTL32.dll
77F60000 - 77FD5FFF SHLWAPI.dll
7C9C0000 - 7D1D6FFF SHELL32.dll
763B0000 - 763F8FFF COMDLG32.dll
774E0000 - 7761DFFF ole32.dll
71AD0000 - 71AD8FFF WSOCK32.dll
71AB0000 - 71AC6FFF WS2_32.dll
71AA0000 - 71AA7FFF WS2HELP.dll
76B40000 - 76B6CFFF WINMM.dll
77120000 - 771AAFFF OLEAUT32.dll
5ED00000 - 5EDCBFFF OPENGL32.dll
68B20000 - 68B3FFFF GLU32.dll
73760000 - 737AAFFF DDRAW.dll
73BC0000 - 73BC5FFF DCIMAN32.dll
5CB70000 - 5CB95FFF ShimEng.dll
71590000 - 71608FFF AcLayers.DLL
769C0000 - 76A73FFF USERENV.dll
73000000 - 73025FFF WINSPOOL.DRV
6F880000 - 6FA49FFF AcGenral.DLL
77BE0000 - 77BF4FFF MSACM32.dll
77C00000 - 77C07FFF VERSION.dll
5AD70000 - 5ADA7FFF UxTheme.dll
76390000 - 763ACFFF IMM32.DLL
20CB0000 - 20D4CFFF ISWSHEX.dll
78130000 - 781CAFFF MSVCR80.dll
76C30000 - 76C5DFFF WINTRUST.dll
77A80000 - 77B14FFF CRYPT32.dll
77B20000 - 77B31FFF MSASN1.dll
76C90000 - 76CB7FFF IMAGEHLP.dll
7C420000 - 7C4A6FFF MSVCP80.dll
74E30000 - 74E9CFFF riched20.dll
74720000 - 7476BFFF MSCTF.dll
77B40000 - 77B61FFF apphelp.dll
755C0000 - 755EDFFF msctfime.ime
76F50000 - 76F57FFF wtsapi32.dll
76360000 - 7636FFFF WINSTA.dll
5B860000 - 5B8B4FFF NETAPI32.dll
10000000 - 101C9FFF fmodex.dll
76FD0000 - 7704EFFF CLBCATQ.DLL
77050000 - 77114FFF COMRes.dll
09620000 - 098E4FFF xpsp2res.dll
72D20000 - 72D28FFF wdmaud.drv
72D10000 - 72D17FFF msacm32.drv
77BD0000 - 77BD6FFF midimap.dll
73F10000 - 73F6BFFF dsound.dll
73EE0000 - 73EE3FFF KsUser.dll
6CE10000 - 6CE47FFF dinput8.dll
688F0000 - 688F8FFF HID.DLL
77920000 - 77A12FFF SETUPAPI.DLL
69000000 - 6940AFFF *sisgl770.dll
73B30000 - 73B44FFF mscms.dll
66E90000 - 66ED0FFF icm32.dll

Bytes near EIP:
6923AB67: c3 0f af c1 03 07 85 d2 7e 22 8b 4d 0c c1 e1 02
6923AB77: 8b 38 d9 e8 89 3e 8b 78 04 89 7e 04 8b 78 08 d9
6923AB87: 5e 0c 89 7e 08 03 f1 03 c3 4a 75 e4 5f 5e 5b 5d

Possible call trace:
6923ab77 BOOM
00595639 call [007c0ff4]
00595800
00595836 call 00595570
00591BE1 call 00595770
00591CF4 call 00591B30
00599F7D call 00591CE0
0059ABE2 call 00599E40
0059AC82 call 0059AB70
0059B791 call 0059AC10
0059B8F7 call 0059B5F0
004217e8
00421EC7 call 004214B0
006b7830
00434141
004fbd70
005019F8 call 004FBCF0
00501A25 call 0069926B
0053004f
006C0064 jmp 00698F2D
0069E061 call 006A3909
004e8439 call [006dc2bc]
004e8439 call [006dc2bc]
0040EC91 call 004E8420
006B6DB3 jmp 004E8420
0040ECDE call 0040EC10
00500A38 call 0040ECD0
00500A6A call 0069926B
006b7b7a
004FDE55 call 00423170
004fd070
006BCD73 jmp 00411F50 => jmp 00447A80
004FE09B call 004FDA90
0069FD31 call 004FE010
0069e960
0069fd9f

Stack Contents:
0013F140: 0aa13238 0aa14ebc 00000095 0013f184 82···N··········
0013F150: 6925035f 00000000 00000095 0c0f0020 _·%i········ ···
0013F160: 0aa14ebc 00000006 0c0f0020 0aa13238 ·N······ ···82··
0013F170: 83000000 00000010 0c0f0020 00001102 ········ ·······
0013F180: 00000071 0013f404 6925402a 00000006 q·······*@%i····
0013F190: 00000000 0aa13238 692a29df 00000006 ····82···)*i····
0013F1A0: 0013f0fc 7c9101db 0013f1f0 7c90e920 ·······|···· ··|
0013F1B0: 7c910060 ffffffff 7c91005d 77c2c2de `··|····]··|···w
0013F1C0: 00030000 00000000 77c2c2e3 fffff03f ···········w?···
0013F1D0: 0803c08f 00000001 77c35c94 77c12088 ·········\·w· ·w
0013F1E0: ffffffff 77c2c3ce 0013f1cc 00000060 ·······w····`···
0013F1F0: 0013f574 77c35c94 77c12070 ffffffff t····\·wp ·w····
0013F200: 77c2c2e3 69061261 0a9befa0 08000003 ···wa··i········
0013F210: 0000000c 0aa13238 00000009 00000000 ····82··········
0013F220: 00000000 00000000 00000000 00000000 ················
0013F230: 00000000 00000000 00000000 00000001 ················
0013F240: 00000000 00000002 00000003 00000005 ················
0013F250: 00000008 00000000 00000000 00000000 ················
0013F260: 00000006 00000000 00000004 00000000 ················
0013F270: 00000000 00000000 00000000 00000000 ················
0013F280: 00000000 00000007 00000001 00000001 ················
0013F290: 00000001 00000000 00000000 00000000 ················
0013F2A0: 00000001 00000000 00000001 00000000 ················
0013F2B0: 00000000 00000000 00000000 00000000 ················
0013F2C0: 00000000 00000001 00000001 00000000 ················
0013F2D0: 00000000 00000000 00000000 00000000 ················
0013F2E0: 00000000 00000000 00000001 00000000 ················
0013F2F0: 00000001 00000000 00000000 00000000 ················
0013F300: 00000000 00000000 00000000 00000000 ················
0013F310: 00000000 00000000 00000000 00000000 ················
0013F320: 00000000 00000000 00000000 00000000 ················
0013F330: 00000000 00000000 00000000 00000000 ················
0013F340: 00000000 00000001 00000001 00000000 ················
0013F350: 00000000 00000000 00000000 00000000 ················
0013F360: 00000000 00000000 00000000 00000000 ················
0013F370: 00000000 00000001 00000000 00000001 ················
0013F380: 00000001 00000001 00000000 00000000 ················
0013F390: 00000001 00000002 00000060 0a9befa0 ········`·······
0013F3A0: 00000000 0aa13238 0aa13238 0013f3c8 ····82··82······
0013F3B0: 00001b02 6909a946 00003000 0aa13238 ····F··i·0··82··
0013F3C0: 000000df 0000000c 00000000 6909ab8f ···············i
0013F3D0: 01000000 0aa13238 00400000 00000000 ····82····@·····
0013F3E0: 692a29df 0aa13238 00000006 00000100 ·)*i82··········
0013F3F0: 00000000 00000001 00000001 00000071 ············q···
0013F400: 692a29df 0013f428 691d9cc6 00000006 ·)*i(······i····
0013F410: 00000000 0a6bd9ac 0a5c1c20 00000000 ······k· ·\·····
0013F420: 00000001 00000002 09293100 0059563f ·········1)·?VY·
0013F430: 0aa44e54 00000071 00000006 00000000 TN··q···········
0013F440: 00000002 0a5c1c00 0a5c1c20 00595800 ······\· ·\··XY·
0013F450: 00000071 0059583b 00000002 00000000 q···;XY·········
0013F460: 092932d0 00000000 0a5fc2b8 00000010 ·2)·······_·····
0013F470: 00591be6 00000002 00000002 00591cf9 ··Y···········Y·
0013F480: 00000002 00000000 00000000 0a5fc2b8 ··············_·
0013F490: 00000002 00599f82 00000002 0a5fc2b8 ······Y·······_·
0013F4A0: 0a5c8130 00000000 0059abe7 00000000 0·\·······Y·····
0013F4B0: 00000001 0059ac87 00000001 1ee1edd7 ······Y·········
0013F4C0: 0a5fc2b8 616c16c1 0059b796 00000001 ··_···la··Y·····
0013F4D0: 0a5fc2b8 00766218 0a5fdce0 00000000 ··_··bv···_·····
0013F4E0: 0059b8fc 0a6d04f0 00000000 42b40000 ··Y···m········B
0013F4F0: 3fcccccd 3fcccccd 00000001 00000001 ···?···?········
0013F500: 00000320 00705348 0013f580 3fcccccd ···HSp········?
0013F510: 0084bae4 00000000 00000040 004217ea ········@·····B·
0013F520: 3fcccccd 00000000 0013f578 00000000 ···?····x·······
0013F530: 0013f580 00000000 45460000 502f3764 ··········FEd7/P
0013F540: ffffff95 00000000 00000000 00000000 ················
0013F550: 00000000 00421ecc 636adbb2 00000000 ······B···jc····
0013F560: 0013f578 00000000 00000000 000007a5 x···············
0013F570: 0013f558 0013fdc4 006b7830 00000000 X·······0xk·····
0013F580: 0013fdd0 636ad3e2 000000e8 000001f8 ······jc········
0013F590: 00000000 001820f8 7c8024c7 000000b0 ····· ···$·|····
0013F5A0: 00000000 0013f654 00000000 74725956 ····T·······VYrt
0013F5B0: 00000002 00180948 00181c90 00181c78 ····H·······x···
0013F5C0: 00000025 001820b8 00000000 00000000 %···· ··········
0013F5D0: 00000040 7c90d18a 7c8094e5 0013f62c @······|···|,···
0013F5E0: 000f0007 001820b8 00000000 0013f630 ····· ······0···
0013F5F0: 7c80b9d7 00000000 7ffdec00 0200f206 ···|···········
0013F600: 00000018 7c90d52a 7c80b991 000000fc ····*··|···|····
0013F610: ffffffff 0013f650 00000000 00000000 ····P···········
0013F620: 0013f634 0013f64c 00000001 00000000 4···L···········
0013F630: 00000004 00000000 00000000 0013f65c ············\···
0013F640: 7c80b9c0 000000fc 00000002 7c90d58a ···|···········|
0013F650: 00070280 00000002 0000c116 0013f668 ············h···
0013F660: 00000000 7ffdebf8 00000018 00000024 ···········$···
0013F670: 0013f680 7c90d58a 7c81f4dc 0013f698 ·······|···|····
0013F680: 7e42c228 00070280 0000c116 00000000 (·B~············
0013F690: 0200f206 00000001 7e418bd9 7e471088 ··········A~··G~
0013F6A0: 0000c116 0013f6e0 7e42c23c 7e42c1e9 ········<·B~··B~
0013F6B0: 00070280 00000002 0000c116 00000000 ················
0013F6C0: 00000001 00000000 0013f6b0 002c002b ············+·,·
0013F6D0: 0013f898 7e44048f 7e42c1f0 ffffffff ······D~··B~····
0013F6E0: 7e42c1e9 74740430 00070280 0000c116 ··B~0·tt········
0013F6F0: 00000000 0200f206 0013f87c 7474021e ········|·····tt
0013F700: 7474043b 00000000 0013f70c 5443534d ;·tt········MSCT
0013F710: 68432e46 546b6365 61657268 706e4964 F.CheckThreadInp
0013F720: 6c644974 76452e65 2e746e65 2e50484d tIdle.Event.MHP.
0013F730: 50434147 00434141 0013f774 7472467f GACPAAC·t···Frt
0013F740: 74724fae 00000006 00050006 0013f89c ·Ort············
0013F750: 00000000 00000000 000001f8 0013f744 ············D···
0013F760: 00000000 0013f798 7475f1a6 74724fb8 ··········ut·Ort
0013F770: ffffffff 74724fae 747309cd 00000006 ·····Ort··st····
0013F780: 00050006 0013f79c 7e42b401 00c11980 ··········B~····
0013F790: 00000006 00050006 0013f89c 0013f7b4 ················
0013F7A0: 7e42b401 00c11948 00000000 00000000 ··B~H···········
0013F7B0: 00000102 0013f7f8 747313d4 00010175 ··········stu···
0013F7C0: 00000000 00000001 747313d9 00000000 ··········st····
0013F7D0: 7ffde000 00000102 09320000 00010175 ·········2·u···
0013F7E0: 0013f7cc 74730f0f 0013f840 7475f1a6 ······st@·····ut
0013F7F0: 747313e0 74e50ea4 747313d9 7e42b372 ··st···t··str·B~
0013F800: 00000000 00000001 0013f894 00000000 ················
0013F810: 00006990 0013f840 7e418734 000801ee ·i··@···4·A~····
0013F820: 00000200 00000000 00190159 74e50ea4 ········Y······t
0013F830: dcbaabcd 00000000 0013f87c 74e50ea4 ········|······t
0013F840: 0013f8a8 7e418bd9 7ffde000 0013f8a8 ······A~·······
0013F850: 7e41885a 0013f868 7e41882a 0013f93c Z·A~h···*·A~<···
0013F860: 0013f934 00c2b680 00000014 00000001 4···············
0013F870: 00000000 00000000 00000010 00000000 ················
0013F880: 00000030 00000001 00000000 00000000 0···············
0013F890: 0013f85c 000801ee 0013f8f8 7e44048f \·············D~
0013F8A0: 7e418830 ffffffff 7e41882a 7e4189cd 0·A~····*·A~··A~
0013F8B0: 00000000 7e4193e9 7e4193a8 0013f934 ······A~··A~4···
0013F8C0: 00000000 00000000 00000000 00000001 ················
0013F8D0: 00c29690 7ffde000 7e418bf6 0013f908 ·········A~····
0013F8E0: 7e42a43b 0013f934 00000000 00000000 ;·B~4···········
0013F8F0: 00000000 00000001 00000001 7e43c689 ··············C~
0013F900: 7e42a340 7e418bf6 7e4196b8 004fbd72 @·B~··A~··A~r·O·
0013F910: 0013f934 00000000 00000000 00000000 4···············
0013F920: 00000001 092b1f86 000801ee 0000002a ······+·····*···
0013F930: 7e42f3c2 000801ee 00000200 00000000 ··B~············
0013F940: 00190159 0200f216 000002dd 00000107 Y···············
0013F950: 005019fd 00000002 000000e8 092b1f5c ··P·········\·+·
0013F960: 00501a2a 0013fd4c 77ef56cf 0013f9b0 *·P·L····V·w····
0013F970: 00000000 77ef56a8 0000002c 0000002c ·····V·w,···,···
0013F980: 00000001 00000000 00000000 00180558 ············X···
0013F990: 00000024 00000038 0017526c 76362560 $···8···lR··`%6v
0013F9A0: 00000000 00160640 7c910228 00001000 ····@···(··|····
0013F9B0: 0013f984 0018055d 00180558 0018057c ····]···X···|···
0013F9C0: 00160178 0000003c 76362510 00000000 x···<····%6v····
0013F9D0: 0013fa04 091a0000 7c910222 00000009 ········"··|····
0013F9E0: 091a0838 091a0000 00000000 0013f9dc 8···············
0013F9F0: 544e2820 0013fc20 7c90e920 00000122 (NT ··· ··|"···
0013FA00: 0013fc30 7c911028 7c911086 7c9101db 0···(··|···|···|
0013FA10: 0013fa44 092b0000 7c910222 00000003 D·····+·"··|····
0013FA20: 092b0718 092b0000 00000000 0013fa1c ··+···+·········
0013FA30: 00160178 0013fc60 7c90e920 00001bfe x···`··· ··|····
0013FA40: 0013fc70 7c911028 7c911086 7c9101db p···(··|···|···|
0013FA50: 092b1f5c 00000010 00000042 0013fa90 \·+·····B·······
0013FA60: 092b0000 7c910222 00000013 092b0a18 ··+·"··|······+·
0013FA70: 092b0000 00000000 0013fa68 763611d6 ··+·····h·····6v
0013FA80: 0013fcac 7c90e920 00001c04 0013fcbc ···· ··|········
0013FA90: 7c911028 7c911086 7c9101db 00000000 (··|···|···|····
0013FAA0: 00000090 00000000 00180650 00000001 ········P·······
0013FAB0: 8a885d04 00000048 763620da 763620ca ·]··H···· 6v· 6v
0013FAC0: 00000006 091b0048 0013fd68 00000000 ····H···h·······
0013FAD0: 00000000 00000000 763625aa 00000000 ·········%6v····
0013FAE0: 0053004f 0020003a 092b0640 091b2fa0 O·S·:· ·@·+··/··
0013FAF0: 0077006f 00200073 091a0178 00300030 o·w·s· ·x···0·0·
0013FB00: 091b2fa8 092b0178 091b0040 0000000a ·/··x·+·@·······
0013FB10: 091a0178 00000000 006c0069 091a0178 x·······i·l·x···
0013FB20: 00310032 091b2f60 0020000a 092b2010 2·1·`/···· ·· +·
0013FB30: 000a0020 092b0000 7c97e120 7c9114ea ·····+· ··|···|
0013FB40: 00176bb4 0013fc08 00000000 00000008 ·k··············
0013FB50: 092b0178 001801e8 0013faac 092b0178 x·+·········x·+·
0013FB60: 00000000 092b2000 7c911600 000003e8 ····· +····|····
0013FB70: 7c9115c6 7c97e140 092b0178 0013fb8c ···|@··|x·+·····
0013FB80: 092b2018 00000122 00000010 0013fbe0 · +·"···········
0013FB90: 092b0178 00000000 00000008 091b0048 x·+·········H···
0013FBA0: 0013fd48 0013fbb4 00000000 7c9100b8 H··············|
0013FBB0: 092b1fe0 0013fbc4 00000000 7c9100b8 ··+············|
0013FBC0: 092b1ff8 0013fc90 7c910041 092b0718 ··+·····A··|··+·
0013FBD0: 7c91005d 091b2f8c 091b2f8c 00000002 ]··|·/···/······
0013FBE0: 092b0178 00000001 091b2f58 091a0168 x·+·····X/··h···
0013FBF0: 00000000 00000000 091b2f58 00000048 ········X/··H···
0013FC00: 0013fc10 00000000 7c9100b8 092b1f48 ···········|H·+·
0013FC10: 0013fcdc 7c910041 092b0a18 7c91005d ····A··|··+·]··|
0013FC20: 000000e8 0000002a 00000000 092b0168 ····*·······h·+·
0013FC30: 00000018 00000000 092b1ff8 00000018 ··········+·····
0013FC40: 092b2000 091b2f60 092b0000 00000018 · +·`/····+·····
0013FC50: 0000e05d 092b0000 092b0000 0069e066 ]·····+···+·f·i·
0013FC60: 0001fcd8 00000003 0013fbc4 ffffffff ················
0013FC70: 00010004 00000003 0013fbd4 00000098 ················
0013FC80: 0013fcd8 7c90e920 7c910060 ffffffff ···· ··|`··|····
0013FC90: 7c91005d 004e843f 092b0000 00000000 ]··|?·N···+·····
0013FCA0: 092b2000 092b0000 636ad29e 000000e8 · +···+···jc····
0013FCB0: 092b1f5c 0013fe80 00000002 0001200c \·+·········· ··
0013FCC0: 00000013 0013fc20 092b1f5c 0013fd00 ···· ···\·+·····
0013FCD0: 7c90e920 7c910060 ffffffff 7c91005d ··|`··|····]··|
0013FCE0: 004e843f 092b0000 00000000 092b1f50 ?·N···+·····P·+·
0013FCF0: 0040ec96 636ad2ca 00000000 092b1f5c ··@···jc····\·+·
0013FD00: 0013fe74 006b6db8 ffffffff 0040ece3 t····mk·······@·
0013FD10: 0013fd1c 00500a3d 006f623c 006f6218 ····=·P·<bo··bo·
0013FD20: 00000005 00000000 00000893 0013fd48 ············H···
0013FD30: 00500a6f 0000009c 00000005 00000000 o·P·············
0013FD40: 00000893 00000002 76726500 20656369 ·········ervice
0013FD50: 6b636150 76003320 763620ca 0013fd68 Pack 3·v· 6vh···
0013FD60: 0013fdb0 775015b0 00000000 000001f8 ······Pw········
0013FD70: 00000002 000801d2 76363b32 5cb77774 ········2;6vtw·\
0013FD80: 7c81f31a 00000000 7ffde000 00000001 ···|···········
0013FD90: 00000002 00000000 092b20e4 0013f578 ········· +·x···
0013FDA0: 091cb8b8 00000002 00000001 000001f8 ················
0013FDB0: 00000000 00000000 00000000 00745458 ············XTt·
0013FDC0: 0013f584 0013fe74 006b7b7a 00000005 ····t···z{k·····
0013FDD0: 0013fe80 004fde5a 636ad0b2 00000893 ····Z·O···jc····
0013FDE0: 00000002 00400000 7c80e47c 00000000 ······@·|··|····
0013FDF0: 7c885700 00000000 00c600c4 00174d20 ·W·|········ M··
0013FE00: 7ffde000 0000014c 00004568 091a01b8 ···L···hE······
0013FE10: 7ffde000 7ffde000 00174d20 00000000 ······ M······
0013FE20: 00000000 000001f8 0000015e 00000001 ········^·······
0013FE30: 000f4240 0013fdec 091b2ed8 00000000 @B·······.······
0013FE40: 004fd070 00000000 00000000 00400000 p·O···········@·
0013FE50: 002c0381 00010011 00000000 00000000 ··,·············
0013FE60: 006f5b38 7c800000 092b1efc 00400000 8[o····|··+···@·
0013FE70: 0013fdd8 0013ffb0 006bcd78 00000000 ········x·k·····
0013FE80: 47536953 00005652 00000000 00000000 SiSGRV··········
0013FE90: 00000000 00000000 00000000 00000000 ················
0013FEA0: 04010401 0000007c 007e00a0 00000000 ····|·····~·····
0013FEB0: 00000000 00000000 00000000 00000000 ················
0013FEC0: 00000000 00000000 00000000 00000000 ················
0013FED0: 00000000 00000000 00000000 00000000 ················
0013FEE0: 00000000 00000000 00000020 00000500 ········ ·······
0013FEF0: 00000320 00000000 0000003c 00000000 ·······<·······
0013FF00: 00000000 00000000 00000000 00000000 ················
0013FF10: 00000000 00000000 00000000 636ad0b2 ··············jc
0013FF20: 0013ffc0 004fe0a0 00000001 0069fd36 ······O·····6·i·
0013FF30: 00400000 00000000 00162357 00000001 ··@·····W#······
0013FF40: 636ad1f2 80000001 00f6d66c 7ffdf000 ··jc····l······
0013FF50: 00000044 00163bf8 001635e8 00163c08 D····;···5···<··
0013FF60: 00000000 00000000 00000000 00000000 ················
0013FF70: 00000000 00000000 00000000 00000401 ················
0013FF80: 00000001 00000000 00000000 00010001 ················
0013FF90: 00000000 c0000005 00000000 00000005 ················
0013FFA0: 00000000 80000001 0013ff40 0013ed68 ········@···h···
0013FFB0: 0013ffe0 0069e960 630ab5f2 00000001 ····`·i····c····
0013FFC0: 0013fff0 7c81776f 80000001 00f6d66c ····ow·|····l···
0013FFD0: 7ffdf000 c0000005 0013ffc8 0013ed64 ···········d···
0013FFE0: ffffffff 7c839ab0 7c817778 00000000 ·······|xw·|····
0013FFF0: 00000000 00000000 0069fd9f 00000000 ··········i·····

For the meanwhile ill try a older version of GZDoom see if that works.

Re: GZDoom fatal error when starting new game

Posted: Sun Apr 28, 2013 2:53
by Wild Child
Does anyone know where i can dowload older versions of gzdoom ? I did a google search and only the newest version is available for download

Re: GZDoom fatal error when starting new game

Posted: Sun Apr 28, 2013 7:56
by Graf Zahl
The most important ones are in the same directory as the current one.

Look here: http://www.osnanet.de/c.oelckers/gzdoom/download/

Re: GZDoom fatal error when starting new game

Posted: Tue Apr 30, 2013 1:36
by Wild Child
Graf Zahl wrote:The most important ones are in the same directory as the current one.

Look here: http://www.osnanet.de/c.oelckers/gzdoom/download/
Thanks dude

Re: GZDoom fatal error when starting new game

Posted: Tue Apr 30, 2013 1:44
by Wild Child
Ok well I tested it, the absolute lastest version of GZDoom which works no problem on my laptop is 1.6.00 which was the july 2012 release so Im quite pleased BTW, every version before it works fine as well. The error starts happening from version 1.7.00 onwards, but now I got a working version of it I'll probably wont update it any time soon so thanks for all the help :)

Re: GZDoom fatal error when starting new game

Posted: Tue Apr 30, 2013 10:45
by Blue Shadow
Wild Child wrote:The error starts happening from version 1.7.00 onwards
Hmm, this is where the new light mode was first introduced...