Thu May 28, 2020 11:28 am
if ((unsigned)LittleShort(msd->sector)>=Level->sectors.Size())
{
Printf (PRINT_HIGH, "Sidedef %d has a bad sector\n", i);
sd->sector = sec = nullptr;
}
Thu May 28, 2020 4:34 pm
sd->sector = sec = &Level->sectors[0];
sd->SetTextureXOffset(LittleShort(msd->textureoffset));
> lzdoom.exe!MapLoader::LoadSideDefs2(MapData * map, TMap<FString,FMissingCount,THashTraits<FString>,TValueTraits<FMissingCount> > & missingtex) Line 2172 C++
lzdoom.exe!MapLoader::LoadLevel(MapData * map, const char * lumpname, int position) Line 3012 C++
lzdoom.exe!P_SetupLevel(FLevelLocals * Level, int position, bool newGame) Line 465 C++
lzdoom.exe!FLevelLocals::DoLoadLevel(const FString & nextmapname, int position, bool autosave, bool newGame) Line 1165 C++
[Inline Frame] lzdoom.exe!G_DoLoadLevel(const FString & newGame, int) Line 1039 C++
lzdoom.exe!G_InitNew(const char * mapname, bool bTitleLevel) Line 552 C++
lzdoom.exe!G_DoNewGame() Line 422 C++
lzdoom.exe!G_Ticker() Line 1127 C++
lzdoom.exe!TryRunTics() Line 1993 C++
lzdoom.exe!D_DoomLoop() Line 1381 C++
lzdoom.exe!D_DoomMain_Internal() Line 3660 C++
lzdoom.exe!GameMain() Line 3673 C++
lzdoom.exe!DoMain(HINSTANCE__ * hInstance) Line 963 C++
lzdoom.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * nothing, wchar_t * cmdline, int nCmdShow) Line 1242 C++
Thu May 28, 2020 4:39 pm
drfrag wrote:IMO it's not worth adding a compatibility entry for this, it's a random 1994 quality map. I mean the bad reviews discourage dowloading it and it always crashed in ZDoom.
Fri May 29, 2020 5:26 am
Fri May 29, 2020 6:40 am
e1m1 - Hangar
Linedef 72 has a bad sidedef
Linedef 74 has a bad sidedef
Sidedef 92 has a bad sector
Unknown middle texture 'ÿ#+ÿ' on second side of linedef 72
Unknown top texture 'ÿOc{ÿ' on second side of linedef 72
Unknown bottom texture '‡Ÿ·ÿ7/ÿ' on second side of linedef 72
Sidedef 95 has a bad sector
Unknown middle texture 'ÿ#+ÿ' on second side of linedef 74
Unknown top texture 'ÿOc{ÿ' on second side of linedef 74
Unknown bottom texture '‡Ÿ·ÿ7/ÿ' on second side of linedef 74
Fri May 29, 2020 10:59 am
Tue Nov 10, 2020 12:33 pm
Tue Jan 12, 2021 10:16 pm