View Issue Details

IDProjectCategoryView StatusLast Update
0000039Gameplay + OpenGL[All Projects] Bugpublic2017-01-12 08:28
ReporterMajor Cooke 
Assigned To_mental_ 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Summary0000039: PartnerSegs crash. Again.
DescriptionDownload the beta here: https://www.doomworld.com/vb/wads-mods/91319-newgothic-movement-2-public-beta/

Load map05. Crashes immediately.

in p_glnodes.cpp:
[code=C++] for (i = 0; i < numsegs; i++) { if (segs[i].PartnerSeg != nullptr && segs[i].PartnerSeg->PartnerSeg != &segs[i]) { segs[i].PartnerSeg = nullptr; } }[/code]
TagsNo tags attached.

Relationships

has duplicate 0000040 closed_mental_ PartnerSegs crash. Again! 

Activities

Major Cooke

Major Cooke

2017-01-12 07:20

reporter   ~0000049

This still crashes even after updating.
_mental_

_mental_

2017-01-12 08:28

developer   ~0000052

Fixed in de6a668

Issue History

Date Modified Username Field Change
2017-01-11 22:03 Major Cooke New Issue
2017-01-12 02:58 Graf Zahl Status new => resolved
2017-01-12 02:58 Graf Zahl Resolution open => fixed
2017-01-12 07:20 Major Cooke Status resolved => feedback
2017-01-12 07:20 Major Cooke Resolution fixed => reopened
2017-01-12 07:20 Major Cooke Note Added: 0000049
2017-01-12 07:22 Major Cooke Issue cloned: 0000040
2017-01-12 07:54 _mental_ Relationship added has duplicate 0000040
2017-01-12 08:22 _mental_ Assigned To => _mental_
2017-01-12 08:22 _mental_ Status feedback => assigned
2017-01-12 08:28 _mental_ Status assigned => resolved
2017-01-12 08:28 _mental_ Resolution reopened => fixed
2017-01-12 08:28 _mental_ Note Added: 0000052