[IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Save

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 a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Save

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by _mental_ » Wed Oct 07, 2015 3:15 am

This solves the crash and adds warning about missing textures.

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by Graf Zahl » Tue Oct 06, 2015 11:32 am

Not until the cause of the crash is fixed.

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by UsernameAK » Tue Oct 06, 2015 4:31 am

Please, move to closed bugs

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by UsernameAK » Tue Oct 06, 2015 4:30 am

_mental_ wrote:It's crashing because of M_LOADG and M_SAVEG lumps are not present in your IWAD.
There is no check for missing images in menu logic. I guess it should be added with a proper warning message printed to console.
THAAAANKS!!!!

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by _mental_ » Tue Oct 06, 2015 3:46 am

It's crashing because of M_LOADG and M_SAVEG lumps are not present in your IWAD.
There is no check for missing images in menu logic. I guess it should be added with a proper warning message printed to console.

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by UsernameAK » Tue Oct 06, 2015 2:30 am

Crash is reproduced on ZDoom (Report:
CrashReport.zip
(17.79 KiB) Downloaded 46 times
)

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by UsernameAK » Tue Oct 06, 2015 2:24 am

Graf Zahl wrote:Either post the WAD that crashes or this has to be closed due to lack of options to investigate.
neox.wad - https://vk.com/doc61699636_424383704
models.pk3 - https://vk.com/doc61699636_424383767

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by Graf Zahl » Tue Oct 06, 2015 12:32 am

Either post the WAD that crashes or this has to be closed due to lack of options to investigate.

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by Kappes Buur » Mon Oct 05, 2015 10:51 pm

Which lumps make up your IWAD?

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by Gez » Mon Oct 05, 2015 11:18 am

The first step should be to check if the same crash can be reproduced in ZDoom.

Re: [IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Sa

by Major Cooke » Mon Oct 05, 2015 9:07 am

This is ZDoom forums, not GZDoom. Please go report it on the appropriate forums.

[IWADINFO] [Custom IWAD] [GZDoom 1.8.6] Crash on Load/Save

by UsernameAK » Mon Oct 05, 2015 2:47 am

I am trying to create a custom IWAD with IWADINFO, but it crashes when i press Load game / Save game
GZDoom 1.8.6
Windows XP SP2
NVidia GeForce 210
IWADINFO entry:

Code: Select all

IWad
{
	Name = "NeoX"
	Autoname = "NeoX"
	Game = "Doom"
	Config = "Doom"
	Mapinfo = "mapinfo/doom2.txt"
	Compatibility = "Shorttex"
	MustContain = "MAP01", "REGISTER", "NEOXREGI"
	BannerColors = "00 de ed", "ff ff ff"
	Load = "models.pk3"
}
Crash Report ZIP:
CrashReport.zip
(20.57 KiB) Downloaded 51 times

Top