View Issue Details

IDProjectCategoryView StatusLast Update
0001440FSSCPgraphicspublic2007-07-24 02:53
ReporterKazan Assigned ToKazan  
PriorityurgentSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Summary0001440: view_modify getting called with NULL pointer
Descriptionsomehow view_modify is getting called with a null pointer upon attempting to switch to external angle. Debugger gives me no call stack to trace up. (using MSVC 2005).

Always reproduceable
Steps To ReproduceEnter mission, attempt to switch to external view via numpad period key.
TagsNo tags attached.

Activities

Kazan

2007-07-24 02:51

developer   ~0008257

cause was data corruption caused by Backslash's June 4th, 2007 commit - related to change in playercontrol_read_stick(..., ....) passing int[6] instead of int[12] as first argument (int[NUM_JOY_AXIS] instead of int[NUM_JOY_AXIS_ACTIONS])

Issue History

Date Modified Username Field Change
2007-07-20 08:26 Kazan New Issue
2007-07-23 19:32 Kazan Status new => assigned
2007-07-23 19:32 Kazan Assigned To => taylor
2007-07-23 20:36 taylor Assigned To taylor => Kazan
2007-07-24 02:51 Kazan Note Added: 0008257
2007-07-24 02:53 Kazan Status assigned => resolved
2007-07-24 02:53 Kazan Resolution open => fixed